Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A 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()
A Dsdhci-esdhc-imx.c590 data = readl(host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_writel_le()
592 writel(data, host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_writel_le()
594 writel(data, host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_writel_le()
770 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in esdhc_writew_le()
772 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in esdhc_writew_le()
815 case SDHCI_HOST_CONTROL: in esdhc_readb_le()
842 case SDHCI_HOST_CONTROL: in esdhc_writeb_le()
902 SDHCI_HOST_CONTROL); in esdhc_writeb_le()
1042 SDHCI_HOST_CONTROL); in esdhc_pltfm_set_bus_width()
1434 writel(readl(host->ioaddr + SDHCI_HOST_CONTROL) in sdhci_esdhc_imx_hwinit()
[all …]
A 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()
A Dsdhci-pxav2.c163 ctrl = readb(host->ioaddr + SDHCI_HOST_CONTROL); in pxav2_mmc_set_bus_width()
176 writeb(ctrl, host->ioaddr + SDHCI_HOST_CONTROL); in pxav2_mmc_set_bus_width()
A Dsdhci_am654.c346 if (reg == SDHCI_HOST_CONTROL) { in sdhci_am654_write_b()
385 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_am654_reset()
387 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in sdhci_am654_reset()
A Dsdhci.c69 sdhci_readb(host, SDHCI_HOST_CONTROL)); in sdhci_dumpregs()
321 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_config_dma()
356 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in sdhci_config_dma()
410 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_activate()
412 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in __sdhci_led_activate()
422 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_deactivate()
424 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in __sdhci_led_deactivate()
2246 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_set_bus_width()
2258 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in sdhci_set_bus_width()
2391 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_set_ios()
[all …]
A 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()
A Dsdhci-of-esdhc.c215 if (spec_reg == SDHCI_HOST_CONTROL) { in esdhc_readb_fixup()
311 if (spec_reg == SDHCI_HOST_CONTROL) { in esdhc_writeb_fixup()
1245 esdhc_proctl = sdhci_readl(host, SDHCI_HOST_CONTROL); in esdhc_of_suspend()
1261 sdhci_writel(host, esdhc_proctl, SDHCI_HOST_CONTROL); in esdhc_of_resume()
A Dsdhci-of-arasan.c374 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_arasan_reset()
376 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in sdhci_arasan_reset()
A Dsdhci.h83 #define SDHCI_HOST_CONTROL 0x28 macro

Completed in 29 milliseconds