Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h628 struct sdhci_ops { struct
630 u32 (*read_l)(struct sdhci_host *host, int reg);
631 u16 (*read_w)(struct sdhci_host *host, int reg);
632 u8 (*read_b)(struct sdhci_host *host, int reg);
644 int (*set_dma_mask)(struct sdhci_host *host);
645 int (*enable_dma)(struct sdhci_host *host);
651 void (*set_timeout)(struct sdhci_host *host,
660 void (*hw_reset)(struct sdhci_host *host);
662 void (*card_event)(struct sdhci_host *host);
663 void (*voltage_switch)(struct sdhci_host *host);
[all …]
H A Dsdhci.c3050 static const struct mmc_host_ops sdhci_ops = { variable
/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