Home
last modified time | relevance | path

Searched defs:sdhci_ops (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dsdhci.h238 struct sdhci_ops { struct
240 u32 (*read_l)(struct sdhci_host *host, int reg);
241 u16 (*read_w)(struct sdhci_host *host, int reg);
265 const struct sdhci_ops *ops; argument
/external/u-boot/drivers/mmc/
Dsdhci.c545 const struct dm_mmc_ops sdhci_ops = { variable
553 static const struct mmc_ops sdhci_ops = { variable