Lines Matching refs:dwmci_readl
26 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_wait_reset()
83 ctrl = dwmci_readl(host, DWMCI_CTRL); in dwmci_prepare_data()
87 ctrl = dwmci_readl(host, DWMCI_BMOD); in dwmci_prepare_data()
112 mask = dwmci_readl(host, DWMCI_RINTSTS); in dwmci_data_transfer()
125 len = dwmci_readl(host, DWMCI_STATUS); in dwmci_data_transfer()
131 dwmci_readl(host, DWMCI_DATA); in dwmci_data_transfer()
139 len = dwmci_readl(host, DWMCI_STATUS); in dwmci_data_transfer()
206 while (dwmci_readl(host, DWMCI_STATUS) & DWMCI_BUSY) {
265 mask = dwmci_readl(host, DWMCI_RINTSTS);
297 cmd->response[0] = dwmci_readl(host, DWMCI_RESP3);
298 cmd->response[1] = dwmci_readl(host, DWMCI_RESP2);
299 cmd->response[2] = dwmci_readl(host, DWMCI_RESP1);
300 cmd->response[3] = dwmci_readl(host, DWMCI_RESP0);
302 cmd->response[0] = dwmci_readl(host, DWMCI_RESP0);
311 ctrl = dwmci_readl(host, DWMCI_CTRL);
358 status = dwmci_readl(host, DWMCI_CMD);
373 status = dwmci_readl(host, DWMCI_CMD);
413 regs = dwmci_readl(host, DWMCI_UHS_REG);
455 fifo_size = dwmci_readl(host, DWMCI_FIFOTH);