Lines Matching refs:mci_readl

154 	seq_printf(s, "STATUS:\t0x%08x\n", mci_readl(host, STATUS));
155 seq_printf(s, "RINTSTS:\t0x%08x\n", mci_readl(host, RINTSTS));
156 seq_printf(s, "CMD:\t0x%08x\n", mci_readl(host, CMD));
157 seq_printf(s, "CTRL:\t0x%08x\n", mci_readl(host, CTRL));
158 seq_printf(s, "INTMASK:\t0x%08x\n", mci_readl(host, INTMASK));
159 seq_printf(s, "CLKENA:\t0x%08x\n", mci_readl(host, CLKENA));
191 ctrl = mci_readl(host, CTRL);
287 clk_en_a = mci_readl(host, CLKENA);
362 cto_clks = mci_readl(host, TMOUT) & 0xff;
363 cto_div = (mci_readl(host, CLKDIV) & 0xff) * 2;
446 u32 bmod = mci_readl(host, BMOD);
457 temp = mci_readl(host, CTRL);
463 temp = mci_readl(host, BMOD);
740 temp = mci_readl(host, CTRL);
748 temp = mci_readl(host, BMOD);
792 fifoth_val = mci_readl(host, FIFOTH);
971 present = (mci_readl(slot->host, CDETECT) & (1 << slot->id))
1113 temp = mci_readl(host, CTRL);
1119 temp = mci_readl(host, INTMASK);
1169 temp = mci_readl(host, INTMASK);
1174 temp = mci_readl(host, CTRL);
1425 regs = mci_readl(slot->host, UHS_REG);
1460 regs = mci_readl(slot->host, PWREN);
1499 regs = mci_readl(slot->host, PWREN);
1520 status = mci_readl(slot->host, STATUS);
1542 uhs = mci_readl(host, UHS_REG);
1573 mci_readl(slot->host, WRTPRT) & (1 << slot->id) ? 1 : 0;
1600 reset = mci_readl(host, RST_N);
1624 clk_en_a_old = mci_readl(host, CLKENA);
1652 int_mask = mci_readl(host, INTMASK);
1754 if (!(mci_readl(host, CTRL) & SDMMC_CTRL_RESET)) {
1834 cmd->resp[3] = mci_readl(host, RESP0);
1835 cmd->resp[2] = mci_readl(host, RESP1);
1836 cmd->resp[1] = mci_readl(host, RESP2);
1837 cmd->resp[0] = mci_readl(host, RESP3);
1839 cmd->resp[0] = mci_readl(host, RESP0);
1908 drto_clks = mci_readl(host, TMOUT) >> 8;
1909 drto_div = (mci_readl(host, CLKDIV) & 0xff) * 2;
2507 fcnt = (SDMMC_GET_FCNT(mci_readl(host, STATUS))
2519 status = mci_readl(host, MINTSTS);
2523 (dto && SDMMC_GET_FCNT(mci_readl(host, STATUS))));
2563 SDMMC_GET_FCNT(mci_readl(host, STATUS)))
2575 status = mci_readl(host, MINTSTS);
2624 pending = mci_readl(host, MINTSTS); /* read-only mask reg */
2724 pending = mci_readl(host, IDSTS64);
2733 pending = mci_readl(host, IDSTS);
2890 host->use_dma = SDMMC_GET_TRANS_MODE(mci_readl(host, HCON));
2906 addr_config = SDMMC_GET_ADDR_CONFIG(mci_readl(host, HCON));
2996 pending = mci_readl(host, MINTSTS); /* read-only mask reg */
3047 pending = mci_readl(host, MINTSTS); /* read-only mask reg */
3151 temp = mci_readl(host, INTMASK);
3237 i = SDMMC_GET_HDATA_WIDTH(mci_readl(host, HCON));
3286 fifo_size = mci_readl(host, FIFOTH);
3304 host->verid = SDMMC_GET_VERID(mci_readl(host, VERID));