Home
last modified time | relevance | path

Searched refs:read_w (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/include/
H A Dsdhci.h245 u16 (*read_w)(struct sdhci_host *host, int reg); member
318 if (unlikely(host->ops->read_w)) in sdhci_readw()
319 return host->ops->read_w(host, reg); in sdhci_readw()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-hlwd.c52 .read_w = sdhci_be32bs_readw,
H A Dsdhci-dove.c50 .read_w = sdhci_dove_readw,
H A Dsdhci.h631 u16 (*read_w)(struct sdhci_host *host, int reg); member
710 if (unlikely(host->ops->read_w)) in sdhci_readw()
711 return host->ops->read_w(host, reg); in sdhci_readw()
H A Dsdhci-iproc.c194 .read_w = sdhci_iproc_readw,
274 .read_w = sdhci_iproc_readw,
H A Dsdhci-pxav2.c184 .read_w = pxav1_readw,
H A Dsdhci-tegra.c1363 .read_w = tegra_sdhci_readw,
1424 .read_w = tegra_sdhci_readw,
1473 .read_w = tegra_sdhci_readw,
1511 .read_w = tegra_sdhci_readw,
H A Dsdhci-esdhc-mcf.c348 .read_w = esdhc_mcf_readw_be,
H A Dsdhci-of-esdhc.c1271 .read_w = esdhc_be_readw,
1289 .read_w = esdhc_le_readw,
H A Dsdhci-pci-gli.c1534 .read_w = sdhci_gli_readw,
1555 .read_w = sdhci_gli_readw,
H A Dsdhci-esdhc-imx.c1384 .read_w = esdhc_readw_le,
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c161 .read_w = bcm2835_sdhci_readw,