Home
last modified time | relevance | path

Searched refs:sdhci_readb (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/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-sirf.c24 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_sirf_set_bus_width()
H A Dsdhci.c70 sdhci_readb(host, SDHCI_HOST_CONTROL)); in sdhci_dumpregs()
72 sdhci_readb(host, SDHCI_POWER_CONTROL), in sdhci_dumpregs()
73 sdhci_readb(host, SDHCI_BLOCK_GAP_CONTROL)); in sdhci_dumpregs()
75 sdhci_readb(host, SDHCI_WAKE_UP_CONTROL), in sdhci_dumpregs()
78 sdhci_readb(host, SDHCI_TIMEOUT_CONTROL), in sdhci_dumpregs()
223 if (!(sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask)) in sdhci_reset()
282 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_config_dma()
371 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_activate()
383 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_deactivate()
2221 ctrl = sdhci_readb(hos in sdhci_set_bus_width()
[all...]
H A Dsdhci.h704 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
739 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.c383 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()
/kernel/linux/linux-6.6/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()
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(hos in sdhci_set_bus_width()
[all...]
H A Dsdhci.h715 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
750 static inline u8 sdhci_readb(struct sdhci_host *host, int reg) in sdhci_readb() function
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-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-of-aspeed.c312 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in aspeed_sdhci_set_bus_width()
H A Dsdhci-of-at91.c106 mc1r = sdhci_readb(host, SDMMC_MC1R); in sdhci_at91_set_uhs_signaling()
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-acpi.c209 reg = sdhci_readb(host, SDHCI_POWER_CONTROL); in sdhci_acpi_int_hw_reset()
H A Dsdhci_am654.c384 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_am654_reset()
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-of-arasan.c472 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_arasan_reset()

Completed in 38 milliseconds

12