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

#include <sdhci.h>

Collaboration diagram for sdhci_ctrlr:
Collaboration graph

Data Fields

struct sd_mmc_ctrlr sd_mmc_ctrlr
 
voidioaddr
 
uint32_t b_max
 
struct sdhci_admaadma_descs
 
struct sdhci_adma64adma64_descs
 
int adma_desc_count
 

Detailed Description

Definition at line 35 of file sdhci.h.

Field Documentation

◆ adma64_descs

struct sdhci_adma64* sdhci_ctrlr::adma64_descs

Definition at line 45 of file sdhci.h.

Referenced by sdhci_alloc_adma64_descs(), and sdhci_setup_adma().

◆ adma_desc_count

int sdhci_ctrlr::adma_desc_count

Definition at line 48 of file sdhci.h.

Referenced by sdhci_alloc_adma64_descs(), and sdhci_alloc_adma_descs().

◆ adma_descs

struct sdhci_adma* sdhci_ctrlr::adma_descs

Definition at line 44 of file sdhci.h.

Referenced by sdhci_alloc_adma_descs(), and sdhci_setup_adma().

◆ b_max

uint32_t sdhci_ctrlr::b_max

Definition at line 38 of file sdhci.h.

◆ ioaddr

◆ sd_mmc_ctrlr


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