Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsdhci.h242 struct sdhci_ops { struct
244 u32 (*read_l)(struct sdhci_host *host, int reg);
245 u16 (*read_w)(struct sdhci_host *host, int reg);
269 const struct sdhci_ops *ops; argument
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c573 const struct dm_mmc_ops sdhci_ops = { variable
581 static const struct mmc_ops sdhci_ops = { variable