Home
last modified time | relevance | path

Searched refs:sdhci_readb (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-of-sparx5.c106 value = sdhci_readb(host, MSHC2_EMMC_CTRL); in sdhci_sparx5_set_emmc()
121 value = sdhci_readb(host, MSHC2_EMMC_CTRL) & in sdhci_sparx5_reset_emmc()
H A Dsdhci.c72 sdhci_readb(host, SDHCI_HOST_CONTROL)); in sdhci_dumpregs()
74 sdhci_readb(host, SDHCI_POWER_CONTROL), in sdhci_dumpregs()
75 sdhci_readb(host, SDHCI_BLOCK_GAP_CONTROL)); in sdhci_dumpregs()
77 sdhci_readb(host, SDHCI_WAKE_UP_CONTROL), in sdhci_dumpregs()
80 sdhci_readb(host, SDHCI_TIMEOUT_CONTROL), in sdhci_dumpregs()
225 if (!(sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask)) in sdhci_reset()
284 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_config_dma()
372 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_activate()
384 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_deactivate()
2210 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_set_bus_width()
[all …]
H A Dsdhci-sirf.c24 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_sirf_set_bus_width()
H A Dsdhci-pic32.c62 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in pic32_sdhci_set_bus_width()
H A Dsdhci.h705 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
740 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
H A Dsdhci-of-aspeed.c106 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in aspeed_sdhci_set_bus_width()
H A Dsdhci-omap.c807 while ((!(sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask)) && in sdhci_omap_reset()
811 while ((sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask) && in sdhci_omap_reset()
815 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask) in sdhci_omap_reset()
H A Dsdhci-of-at91.c106 mc1r = sdhci_readb(host, SDMMC_MC1R); in sdhci_at91_set_uhs_signaling()
H A Dsdhci-pci-core.c594 reg = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_pci_int_hw_reset()
676 reg = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_intel_set_power()
1166 u8 reg = sdhci_readb(slot->host, SDHCI_POWER_CONTROL); in byt_needs_pwr_off()
H A Dsdhci_am654.c385 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_am654_reset()
H A Dsdhci-acpi.c210 reg = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_acpi_int_hw_reset()
H A Dsdhci-of-arasan.c366 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_arasan_reset()
H A Dsdhci-esdhc-imx.c681 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in esdhc_writew_le()
H A Dsdhci-msm.c2096 count = sdhci_readb(host, SDHCI_TIMEOUT_CONTROL); in sdhci_msm_set_timeout()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c30 while (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask) { in sdhci_reset()
50 cmd->response[i] |= sdhci_readb(host, in sdhci_cmd_done()
78 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_transfer_data()
516 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
H A Dkona_sdhci.c28 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
H A Dxenon_sdhci.c324 if ((sdhci_readb(host, SDHCI_POWER_CONTROL) & ~SDHCI_POWER_ON) == in xenon_sdhci_set_ios_post()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h340 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
374 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function