Searched refs:read_w (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/include/ |
H A D | sdhci.h | 245 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 D | sdhci-of-hlwd.c | 52 .read_w = sdhci_be32bs_readw,
|
H A D | sdhci-dove.c | 50 .read_w = sdhci_dove_readw,
|
H A D | sdhci.h | 631 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 D | sdhci-iproc.c | 194 .read_w = sdhci_iproc_readw, 274 .read_w = sdhci_iproc_readw,
|
H A D | sdhci-pxav2.c | 184 .read_w = pxav1_readw,
|
H A D | sdhci-tegra.c | 1363 .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 D | sdhci-esdhc-mcf.c | 348 .read_w = esdhc_mcf_readw_be,
|
H A D | sdhci-of-esdhc.c | 1271 .read_w = esdhc_be_readw, 1289 .read_w = esdhc_le_readw,
|
H A D | sdhci-pci-gli.c | 1534 .read_w = sdhci_gli_readw, 1555 .read_w = sdhci_gli_readw,
|
H A D | sdhci-esdhc-imx.c | 1384 .read_w = esdhc_readw_le,
|
/openbmc/u-boot/drivers/mmc/ |
H A D | bcm2835_sdhci.c | 161 .read_w = bcm2835_sdhci_readw,
|