Home
last modified time | relevance | path

Searched refs:host_ctrl (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/mmc/host/
Dsdhci-esdhc-mcf.c72 u32 host_ctrl = ESDHC_DEFAULT_HOST_CONTROL; in esdhc_mcf_writeb_be() local
83 host_ctrl |= val; in esdhc_mcf_writeb_be()
84 host_ctrl |= (dma_bits << 8); in esdhc_mcf_writeb_be()
85 writel(host_ctrl, host->ioaddr + SDHCI_HOST_CONTROL); in esdhc_mcf_writeb_be()
132 u8 host_ctrl = val & 0xff; in esdhc_mcf_readb_be() local
134 host_ctrl &= ~SDHCI_CTRL_DMA_MASK; in esdhc_mcf_readb_be()
135 host_ctrl |= dma_bits; in esdhc_mcf_readb_be()
137 return host_ctrl; in esdhc_mcf_readb_be()
Dushc.c107 u16 host_ctrl; member
150 u16 host_ctrl; in ushc_hw_set_host_ctrl() local
153 host_ctrl = (ushc->host_ctrl & ~mask) | val; in ushc_hw_set_host_ctrl()
156 host_ctrl, 0, NULL, 0, 100); in ushc_hw_set_host_ctrl()
159 ushc->host_ctrl = host_ctrl; in ushc_hw_set_host_ctrl()