Searched refs:sdhci_readl (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-bcm-kona.c | 69 val = sdhci_readl(host, KONA_SDHOST_CORECTRL); in sdhci_bcm_kona_sd_reset() 73 while (!(sdhci_readl(host, KONA_SDHOST_CORECTRL) & KONA_SDHOST_RESET)) { in sdhci_bcm_kona_sd_reset() 81 val = sdhci_readl(host, KONA_SDHOST_CORECTRL); in sdhci_bcm_kona_sd_reset() 101 val = sdhci_readl(host, KONA_SDHOST_COREIMR); in sdhci_bcm_kona_sd_init() 106 val = sdhci_readl(host, KONA_SDHOST_CORECTRL); in sdhci_bcm_kona_sd_init() 140 val = sdhci_readl(host, KONA_SDHOST_CORESTAT); in sdhci_bcm_kona_sd_card_emulate()
|
D | sdhci_f_sdh30.c | 58 ctrl = sdhci_readl(host, F_SDH30_IO_CONTROL2); in sdhci_f_sdh30_soft_voltage_switch() 70 ctrl = sdhci_readl(host, F_SDH30_ESD_CONTROL); in sdhci_f_sdh30_soft_voltage_switch() 75 ctrl = sdhci_readl(host, F_SDH30_TUNING_SETTING); in sdhci_f_sdh30_soft_voltage_switch() 175 reg = sdhci_readl(host, F_SDH30_ESD_CONTROL); in sdhci_f_sdh30_probe() 180 reg = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_f_sdh30_probe()
|
D | sdhci.c | 89 sdhci_readl(host, SDHCI_DMA_ADDRESS), in sdhci_dumpregs() 95 sdhci_readl(host, SDHCI_ARGUMENT), in sdhci_dumpregs() 98 sdhci_readl(host, SDHCI_PRESENT_STATE), in sdhci_dumpregs() 108 sdhci_readl(host, SDHCI_INT_STATUS)); in sdhci_dumpregs() 110 sdhci_readl(host, SDHCI_INT_ENABLE), in sdhci_dumpregs() 111 sdhci_readl(host, SDHCI_SIGNAL_ENABLE)); in sdhci_dumpregs() 116 sdhci_readl(host, SDHCI_CAPABILITIES), in sdhci_dumpregs() 117 sdhci_readl(host, SDHCI_CAPABILITIES_1)); in sdhci_dumpregs() 120 sdhci_readl(host, SDHCI_MAX_CURRENT)); in sdhci_dumpregs() 154 present = sdhci_readl(host, SDHCI_PRESENT_STATE) & in sdhci_set_card_detection() [all …]
|
D | sdhci-acpi.c | 163 sdhci_readl(host, SDHCI_CAPABILITIES) == 0x446cc8b2 && in sdhci_acpi_emmc_probe_slot() 164 sdhci_readl(host, SDHCI_CAPABILITIES_1) == 0x00000807) in sdhci_acpi_emmc_probe_slot() 404 dead = (sdhci_readl(c->host, SDHCI_INT_STATUS) == ~0); in sdhci_acpi_remove()
|
D | sdhci-of-esdhc.c | 219 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_of_set_clock() 236 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_of_set_clock()
|
D | sdhci-pci-o2micro.c | 164 reg = sdhci_readl(host, O2_SD_VENDOR_SETTING); in sdhci_pci_o2_probe_slot() 171 reg = sdhci_readl(host, O2_SD_VENDOR_SETTING2); in sdhci_pci_o2_probe_slot()
|
D | sdhci.h | 572 static inline u32 sdhci_readl(struct sdhci_host *host, int reg) in sdhci_readl() function 613 static inline u32 sdhci_readl(struct sdhci_host *host, int reg) in sdhci_readl() function
|
D | sdhci-pxav3.c | 140 host->caps = sdhci_readl(host, SDHCI_CAPABILITIES); in armada_38x_quirks() 141 host->caps1 = sdhci_readl(host, SDHCI_CAPABILITIES_1); in armada_38x_quirks()
|
D | sdhci-esdhc-imx.c | 611 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock() 632 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock()
|