Lines Matching refs:CTRL
161 seq_printf(s, "CTRL:\t0x%08x\n", mci_readl(host, CTRL)); in dw_mci_regs_show()
217 ctrl = mci_readl(host, CTRL); in dw_mci_ctrl_reset()
219 mci_writel(host, CTRL, ctrl); in dw_mci_ctrl_reset()
483 temp = mci_readl(host, CTRL); in dw_mci_idmac_stop_dma()
486 mci_writel(host, CTRL, temp); in dw_mci_idmac_stop_dma()
766 temp = mci_readl(host, CTRL); in dw_mci_idmac_start_dma()
768 mci_writel(host, CTRL, temp); in dw_mci_idmac_start_dma()
1136 temp = mci_readl(host, CTRL); in dw_mci_submit_data_dma()
1138 mci_writel(host, CTRL, temp); in dw_mci_submit_data_dma()
1197 temp = mci_readl(host, CTRL); in dw_mci_submit_data()
1199 mci_writel(host, CTRL, temp); in dw_mci_submit_data()
1778 if (!(mci_readl(host, CTRL) & SDMMC_CTRL_RESET)) { in dw_mci_reset()
3361 mci_writel(host, CTRL, SDMMC_CTRL_INT_ENABLE); in dw_mci_probe()
3481 mci_writel(host, CTRL, SDMMC_CTRL_INT_ENABLE); in dw_mci_runtime_resume()