Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c29 while (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask) { in sdhci_reset()
49 cmd->response[i] |= sdhci_readb(host, in sdhci_cmd_done()
77 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_transfer_data()
477 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
495 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
H A Dkona_sdhci.c27 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
H A Dxenon_sdhci.c335 if ((sdhci_readb(host, SDHCI_POWER_CONTROL) & ~SDHCI_POWER_ON) == in xenon_sdhci_set_ios_post()
/openbmc/linux/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-pic32.c62 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in pic32_sdhci_set_bus_width()
H A Dsdhci.c69 sdhci_readb(host, SDHCI_HOST_CONTROL)); in sdhci_dumpregs()
71 sdhci_readb(host, SDHCI_POWER_CONTROL), in sdhci_dumpregs()
72 sdhci_readb(host, SDHCI_BLOCK_GAP_CONTROL)); in sdhci_dumpregs()
74 sdhci_readb(host, SDHCI_WAKE_UP_CONTROL), in sdhci_dumpregs()
77 sdhci_readb(host, SDHCI_TIMEOUT_CONTROL), in sdhci_dumpregs()
321 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_config_dma()
410 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_activate()
422 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_deactivate()
2246 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_set_bus_width()
2391 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_set_ios()
[all …]
H A Dsdhci.h716 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
751 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
H A Dsdhci-pci-o2micro.c648 scratch8 = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_pci_o2_init_sd_express()
665 ret = read_poll_timeout(sdhci_readb, scratch8, !(scratch8 & BIT(0)), in sdhci_pci_o2_init_sd_express()
675 scratch8 = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_pci_o2_init_sd_express()
H A Dsdhci-omap.c859 while ((!(sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask)) && in sdhci_omap_reset()
863 while ((sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask) && in sdhci_omap_reset()
867 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-of-aspeed.c312 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in aspeed_sdhci_set_bus_width()
H A Dsdhci-pci-core.c543 reg = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_pci_int_hw_reset()
618 reg = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_intel_set_power()
1108 u8 reg = sdhci_readb(slot->host, SDHCI_POWER_CONTROL); in byt_needs_pwr_off()
H A Dsdhci-pci-gli.c1039 value = sdhci_readb(host, SDHCI_POWER_CONTROL); in gl9767_init_sd_express()
1065 value = sdhci_readb(host, SDHCI_POWER_CONTROL); in gl9767_init_sd_express()
H A Dsdhci-acpi.c212 reg = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_acpi_int_hw_reset()
H A Dsdhci_am654.c408 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_am654_reset()
H A Dsdhci-of-arasan.c472 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_arasan_reset()
H A Dsdhci-esdhc-imx.c770 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in esdhc_writew_le()
H A Dsdhci-msm.c1975 count = sdhci_readb(host, SDHCI_TIMEOUT_CONTROL); in sdhci_msm_set_timeout()
/openbmc/u-boot/include/
H A Dsdhci.h324 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
358 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function