/openbmc/u-boot/drivers/mmc/ |
H A D | sdhci.c | 29 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 D | kona_sdhci.c | 27 if (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & SDHCI_RESET_ALL) { in init_kona_mmc_core()
|
H A D | xenon_sdhci.c | 335 if ((sdhci_readb(host, SDHCI_POWER_CONTROL) & ~SDHCI_POWER_ON) == in xenon_sdhci_set_ios_post()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-of-sparx5.c | 106 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 D | sdhci.c | 69 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() 222 if (!(sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask)) in sdhci_reset() 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() [all …]
|
H A D | sdhci-pic32.c | 62 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in pic32_sdhci_set_bus_width()
|
H A D | sdhci.h | 716 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 D | sdhci-pci-o2micro.c | 648 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 D | sdhci-omap.c | 859 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 D | sdhci-of-at91.c | 106 mc1r = sdhci_readb(host, SDMMC_MC1R); in sdhci_at91_set_uhs_signaling()
|
H A D | sdhci-of-aspeed.c | 312 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in aspeed_sdhci_set_bus_width()
|
H A D | sdhci-pci-core.c | 544 reg = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_pci_int_hw_reset() 619 reg = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_intel_set_power() 1109 u8 reg = sdhci_readb(slot->host, SDHCI_POWER_CONTROL); in byt_needs_pwr_off()
|
H A D | sdhci-pci-gli.c | 1046 value = sdhci_readb(host, SDHCI_POWER_CONTROL); in gl9767_init_sd_express() 1072 value = sdhci_readb(host, SDHCI_POWER_CONTROL); in gl9767_init_sd_express()
|
H A D | sdhci-acpi.c | 212 reg = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_acpi_int_hw_reset()
|
H A D | sdhci_am654.c | 408 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_am654_reset()
|
H A D | sdhci-of-arasan.c | 472 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_arasan_reset()
|
H A D | sdhci-esdhc-imx.c | 775 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in esdhc_writew_le()
|
H A D | sdhci-msm.c | 2024 count = sdhci_readb(host, SDHCI_TIMEOUT_CONTROL); in sdhci_msm_set_timeout()
|
/openbmc/u-boot/include/ |
H A D | sdhci.h | 324 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
|