Lines Matching refs:mci_readl

156 	seq_printf(s, "STATUS:\t0x%08x\n", mci_readl(host, STATUS));
157 seq_printf(s, "RINTSTS:\t0x%08x\n", mci_readl(host, RINTSTS));
158 seq_printf(s, "CMD:\t0x%08x\n", mci_readl(host, CMD));
159 seq_printf(s, "CTRL:\t0x%08x\n", mci_readl(host, CTRL));
160 seq_printf(s, "INTMASK:\t0x%08x\n", mci_readl(host, INTMASK));
161 seq_printf(s, "CLKENA:\t0x%08x\n", mci_readl(host, CLKENA));
196 ctrl = mci_readl(host, CTRL);
292 clk_en_a = mci_readl(host, CLKENA);
367 cto_clks = mci_readl(host, TMOUT) & 0xff;
368 cto_div = (mci_readl(host, CLKDIV) & 0xff) * 2;
451 u32 bmod = mci_readl(host, BMOD);
462 temp = mci_readl(host, CTRL);
468 temp = mci_readl(host, BMOD);
745 temp = mci_readl(host, CTRL);
753 temp = mci_readl(host, BMOD);
797 fifoth_val = mci_readl(host, FIFOTH);
976 present = (mci_readl(slot->host, CDETECT) & (1 << slot->id))
1118 temp = mci_readl(host, CTRL);
1124 temp = mci_readl(host, INTMASK);
1174 temp = mci_readl(host, INTMASK);
1179 temp = mci_readl(host, CTRL);
1296 clk_div = (mci_readl(host, CLKDIV) & 0xFF) * 2;
1461 regs = mci_readl(slot->host, UHS_REG);
1496 regs = mci_readl(slot->host, PWREN);
1535 regs = mci_readl(slot->host, PWREN);
1556 status = mci_readl(slot->host, STATUS);
1578 uhs = mci_readl(host, UHS_REG);
1609 mci_readl(slot->host, WRTPRT) & (1 << slot->id) ? 1 : 0;
1636 reset = mci_readl(host, RST_N);
1658 clk_en_a_old = mci_readl(host, CLKENA);
1683 int_mask = mci_readl(host, INTMASK);
1786 if (!(mci_readl(host, CTRL) & SDMMC_CTRL_RESET)) {
1932 cmd->resp[3] = mci_readl(host, RESP0);
1933 cmd->resp[2] = mci_readl(host, RESP1);
1934 cmd->resp[1] = mci_readl(host, RESP2);
1935 cmd->resp[0] = mci_readl(host, RESP3);
1937 cmd->resp[0] = mci_readl(host, RESP0);
2010 drto_clks = mci_readl(host, TMOUT) >> 8;
2011 drto_div = (mci_readl(host, CLKDIV) & 0xff) * 2;
2613 fcnt = (SDMMC_GET_FCNT(mci_readl(host, STATUS))
2625 status = mci_readl(host, MINTSTS);
2629 (dto && SDMMC_GET_FCNT(mci_readl(host, STATUS))));
2669 SDMMC_GET_FCNT(mci_readl(host, STATUS)))
2681 status = mci_readl(host, MINTSTS);
2729 pending = mci_readl(host, MINTSTS); /* read-only mask reg */
2842 pending = mci_readl(host, IDSTS64);
2851 pending = mci_readl(host, IDSTS);
3016 host->use_dma = SDMMC_GET_TRANS_MODE(mci_readl(host, HCON));
3032 addr_config = SDMMC_GET_ADDR_CONFIG(mci_readl(host, HCON));
3121 pending = mci_readl(host, MINTSTS); /* read-only mask reg */
3172 pending = mci_readl(host, MINTSTS); /* read-only mask reg */
3274 temp = mci_readl(host, INTMASK);
3362 i = SDMMC_GET_HDATA_WIDTH(mci_readl(host, HCON));
3411 fifo_size = mci_readl(host, FIFOTH);
3429 host->verid = SDMMC_GET_VERID(mci_readl(host, VERID));