Lines Matching refs:CTRL
159 seq_printf(s, "CTRL:\t0x%08x\n", mci_readl(host, CTRL)); in dw_mci_regs_show()
196 ctrl = mci_readl(host, CTRL); in dw_mci_ctrl_reset()
198 mci_writel(host, CTRL, ctrl); in dw_mci_ctrl_reset()
463 temp = mci_readl(host, CTRL); in dw_mci_idmac_stop_dma()
466 mci_writel(host, CTRL, temp); in dw_mci_idmac_stop_dma()
746 temp = mci_readl(host, CTRL); in dw_mci_idmac_start_dma()
748 mci_writel(host, CTRL, temp); in dw_mci_idmac_start_dma()
1119 temp = mci_readl(host, CTRL); in dw_mci_submit_data_dma()
1121 mci_writel(host, CTRL, temp); in dw_mci_submit_data_dma()
1180 temp = mci_readl(host, CTRL); in dw_mci_submit_data()
1182 mci_writel(host, CTRL, temp); in dw_mci_submit_data()
1787 if (!(mci_readl(host, CTRL) & SDMMC_CTRL_RESET)) { in dw_mci_reset()
3454 mci_writel(host, CTRL, SDMMC_CTRL_INT_ENABLE); in dw_mci_probe()
3572 mci_writel(host, CTRL, SDMMC_CTRL_INT_ENABLE); in dw_mci_runtime_resume()