coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sdhci_adma Struct Reference

#include <sdhci.h>

Collaboration diagram for sdhci_adma:
Collaboration graph

Data Fields

u16 attributes
 
u16 length
 
u32 addr
 

Detailed Description

Definition at line 22 of file sdhci.h.

Field Documentation

◆ addr

u32 sdhci_adma::addr

Definition at line 25 of file sdhci.h.

Referenced by sdhci_setup_adma().

◆ attributes

u16 sdhci_adma::attributes

Definition at line 23 of file sdhci.h.

Referenced by sdhci_setup_adma().

◆ length

u16 sdhci_adma::length

Definition at line 24 of file sdhci.h.

Referenced by sdhci_setup_adma().


The documentation for this struct was generated from the following file: