Lines Matching refs:CTRL
157 seq_printf(s, "CTRL:\t0x%08x\n", mci_readl(host, CTRL)); in dw_mci_regs_show()
191 ctrl = mci_readl(host, CTRL); in dw_mci_ctrl_reset()
193 mci_writel(host, CTRL, ctrl); in dw_mci_ctrl_reset()
457 temp = mci_readl(host, CTRL); in dw_mci_idmac_stop_dma()
460 mci_writel(host, CTRL, temp); in dw_mci_idmac_stop_dma()
740 temp = mci_readl(host, CTRL); in dw_mci_idmac_start_dma()
742 mci_writel(host, CTRL, temp); in dw_mci_idmac_start_dma()
1110 temp = mci_readl(host, CTRL); in dw_mci_submit_data_dma()
1112 mci_writel(host, CTRL, temp); in dw_mci_submit_data_dma()
1171 temp = mci_readl(host, CTRL); in dw_mci_submit_data()
1173 mci_writel(host, CTRL, temp); in dw_mci_submit_data()
1752 if (!(mci_readl(host, CTRL) & SDMMC_CTRL_RESET)) { in dw_mci_reset()
3334 mci_writel(host, CTRL, SDMMC_CTRL_INT_ENABLE); in dw_mci_probe()
3454 mci_writel(host, CTRL, SDMMC_CTRL_INT_ENABLE); in dw_mci_runtime_resume()