Home
last modified time | relevance | path

Searched refs:sdhci_adma_desc (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/mmc/
A Dsdhci-adma.c12 static void sdhci_adma_desc(struct sdhci_adma_desc *desc, in sdhci_adma_desc() function
42 void sdhci_prepare_adma_table(struct sdhci_adma_desc *table, in sdhci_prepare_adma_table()
47 struct sdhci_adma_desc *desc = table; in sdhci_prepare_adma_table()
51 sdhci_adma_desc(desc, addr, ADMA_MAX_LEN, false); in sdhci_prepare_adma_table()
57 sdhci_adma_desc(desc, addr, trans_bytes, true); in sdhci_prepare_adma_table()
60 ROUND(desc_count * sizeof(struct sdhci_adma_desc), in sdhci_prepare_adma_table()
70 struct sdhci_adma_desc *sdhci_adma_init(void) in sdhci_adma_init()
A Dfsl_esdhc.c107 struct sdhci_adma_desc *adma_desc_table;
/u-boot/include/
A Dsdhci.h296 struct sdhci_adma_desc { struct
336 struct sdhci_adma_desc *adma_desc_table;
508 struct sdhci_adma_desc *sdhci_adma_init(void);
509 void sdhci_prepare_adma_table(struct sdhci_adma_desc *table,

Completed in 7 milliseconds