Searched refs:host_ctrl (Results 1 – 3 of 3) sorted by relevance
72 u32 host_ctrl = ESDHC_DEFAULT_HOST_CONTROL; in esdhc_mcf_writeb_be() local83 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() local134 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()
107 u16 host_ctrl; member150 u16 host_ctrl; in ushc_hw_set_host_ctrl() local153 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()
490 u8 host_ctrl; in zl3073x_flash_host_ctrl_enable() local494 rc = zl3073x_read_u8(zldev, ZL_REG_HOST_CONTROL, &host_ctrl); in zl3073x_flash_host_ctrl_enable()498 host_ctrl |= ZL_HOST_CONTROL_ENABLE; in zl3073x_flash_host_ctrl_enable()500 return zl3073x_write_u8(zldev, ZL_REG_HOST_CONTROL, host_ctrl); in zl3073x_flash_host_ctrl_enable()