Home
last modified time | relevance | path

Searched refs:SDHCI_HOST_CONTROL (Results 1 – 10 of 10) sorted by relevance

/drivers/mmc/host/
Dsdhci-esdhc-mcf.c55 if (reg == SDHCI_HOST_CONTROL) in esdhc_clrset_be()
71 if (reg == SDHCI_HOST_CONTROL) { in esdhc_mcf_writeb_be()
74 u8 tmp = readb(host->ioaddr + SDHCI_HOST_CONTROL + 1); in esdhc_mcf_writeb_be()
85 writel(host_ctrl, host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_mcf_writeb_be()
128 if (reg == SDHCI_HOST_CONTROL) { in esdhc_mcf_readb_be()
199 mcf_data->current_bus_width, SDHCI_HOST_CONTROL); in esdhc_mcf_reset()
296 mcf_data->current_bus_width, SDHCI_HOST_CONTROL); in esdhc_mcf_pltfm_set_bus_width()
Dsdhci-esdhc-imx.c421 buswidth = USDHC_GET_BUSWIDTH(readl(host->ioaddr + SDHCI_HOST_CONTROL)); in usdhc_auto_tuning_mode_sel()
543 data = readl(host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_writel_le()
545 writel(data, host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_writel_le()
547 writel(data, host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_writel_le()
726 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in esdhc_writew_le()
728 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in esdhc_writew_le()
771 case SDHCI_HOST_CONTROL: in esdhc_readb_le()
798 case SDHCI_HOST_CONTROL: in esdhc_writeb_le()
821 new_val = readl(host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_writeb_le()
858 SDHCI_HOST_CONTROL); in esdhc_writeb_le()
[all …]
Dsdhci-pic32.c62 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in pic32_sdhci_set_bus_width()
79 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in pic32_sdhci_set_bus_width()
Dsdhci-pxav2.c88 ctrl = readb(host->ioaddr + SDHCI_HOST_CONTROL); in pxav2_mmc_set_bus_width()
101 writeb(ctrl, host->ioaddr + SDHCI_HOST_CONTROL); in pxav2_mmc_set_bus_width()
Dsdhci_am654.c346 if (reg == SDHCI_HOST_CONTROL) { in sdhci_am654_write_b()
383 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_am654_reset()
385 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in sdhci_am654_reset()
Dsdhci.c71 sdhci_readb(host, SDHCI_HOST_CONTROL)); in sdhci_dumpregs()
284 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_config_dma()
319 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in sdhci_config_dma()
373 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_activate()
375 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in __sdhci_led_activate()
385 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_deactivate()
387 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in __sdhci_led_deactivate()
2226 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_set_bus_width()
2238 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in sdhci_set_bus_width()
2371 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_set_ios()
[all …]
Dsdhci-of-esdhc.c206 if (spec_reg == SDHCI_HOST_CONTROL) { in esdhc_readb_fixup()
302 if (spec_reg == SDHCI_HOST_CONTROL) { in esdhc_writeb_fixup()
1236 esdhc_proctl = sdhci_readl(host, SDHCI_HOST_CONTROL); in esdhc_of_suspend()
1252 sdhci_writel(host, esdhc_proctl, SDHCI_HOST_CONTROL); in esdhc_of_resume()
Dsdhci-of-aspeed.c312 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in aspeed_sdhci_set_bus_width()
317 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in aspeed_sdhci_set_bus_width()
Dsdhci-of-arasan.c366 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_arasan_reset()
368 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in sdhci_arasan_reset()
Dsdhci.h84 #define SDHCI_HOST_CONTROL 0x28 macro