Home
last modified time | relevance | path

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

/linux/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.c552 data = readl(host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_writel_le()
554 writel(data, host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_writel_le()
556 writel(data, host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_writel_le()
735 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in esdhc_writew_le()
737 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in esdhc_writew_le()
780 case SDHCI_HOST_CONTROL: in esdhc_readb_le()
807 case SDHCI_HOST_CONTROL: in esdhc_writeb_le()
867 SDHCI_HOST_CONTROL); in esdhc_writeb_le()
1007 SDHCI_HOST_CONTROL); in esdhc_pltfm_set_bus_width()
1379 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.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()
A Dsdhci.c69 sdhci_readb(host, SDHCI_HOST_CONTROL)); in sdhci_dumpregs()
281 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_config_dma()
316 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in sdhci_config_dma()
369 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_activate()
371 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in __sdhci_led_activate()
381 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in __sdhci_led_deactivate()
383 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in __sdhci_led_deactivate()
2216 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_set_bus_width()
2228 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in sdhci_set_bus_width()
2313 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_set_ios()
[all …]
A Dsdhci-of-esdhc.c208 if (spec_reg == SDHCI_HOST_CONTROL) { in esdhc_readb_fixup()
304 if (spec_reg == SDHCI_HOST_CONTROL) { in esdhc_writeb_fixup()
1233 esdhc_proctl = sdhci_readl(host, SDHCI_HOST_CONTROL); in esdhc_of_suspend()
1249 sdhci_writel(host, esdhc_proctl, SDHCI_HOST_CONTROL); in esdhc_of_resume()
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-arasan.c372 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL); in sdhci_arasan_reset()
374 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); in sdhci_arasan_reset()
A Dsdhci.h83 #define SDHCI_HOST_CONTROL 0x28 macro
A Dsdhci_am654.c342 if (reg == SDHCI_HOST_CONTROL) { in sdhci_am654_write_b()

Completed in 125 milliseconds