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

#include <sdhci.h>

Collaboration diagram for sdhci_adma64:
Collaboration graph

Data Fields

u16 attributes
 
u16 length
 
u32 addr
 
u32 addr_hi
 

Detailed Description

Definition at line 28 of file sdhci.h.

Field Documentation

◆ addr

u32 sdhci_adma64::addr

Definition at line 31 of file sdhci.h.

Referenced by sdhci_setup_adma().

◆ addr_hi

u32 sdhci_adma64::addr_hi

Definition at line 32 of file sdhci.h.

Referenced by sdhci_setup_adma().

◆ attributes

u16 sdhci_adma64::attributes

Definition at line 29 of file sdhci.h.

Referenced by sdhci_setup_adma().

◆ length

u16 sdhci_adma64::length

Definition at line 30 of file sdhci.h.

Referenced by sdhci_setup_adma().


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