mci_readl          28 drivers/mmc/host/dw_mmc-bluefield.c 	reg = mci_readl(host, UHS_REG_EXT);
mci_readl          85 drivers/mmc/host/dw_mmc-exynos.c 		return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL64)) + 1;
mci_readl          87 drivers/mmc/host/dw_mmc-exynos.c 		return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL)) + 1;
mci_readl         116 drivers/mmc/host/dw_mmc-exynos.c 		priv->saved_strobe_ctrl = mci_readl(host, HS400_DLINE_CTRL);
mci_readl         117 drivers/mmc/host/dw_mmc-exynos.c 		priv->saved_dqs_en = mci_readl(host, HS400_DQS_EN);
mci_readl         137 drivers/mmc/host/dw_mmc-exynos.c 		clksel = mci_readl(host, CLKSEL64);
mci_readl         139 drivers/mmc/host/dw_mmc-exynos.c 		clksel = mci_readl(host, CLKSEL);
mci_readl         212 drivers/mmc/host/dw_mmc-exynos.c 		clksel = mci_readl(host, CLKSEL64);
mci_readl         214 drivers/mmc/host/dw_mmc-exynos.c 		clksel = mci_readl(host, CLKSEL);
mci_readl         396 drivers/mmc/host/dw_mmc-exynos.c 		return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL64));
mci_readl         398 drivers/mmc/host/dw_mmc-exynos.c 		return SDMMC_CLKSEL_CCLK_SAMPLE(mci_readl(host, CLKSEL));
mci_readl         408 drivers/mmc/host/dw_mmc-exynos.c 		clksel = mci_readl(host, CLKSEL64);
mci_readl         410 drivers/mmc/host/dw_mmc-exynos.c 		clksel = mci_readl(host, CLKSEL);
mci_readl         427 drivers/mmc/host/dw_mmc-exynos.c 		clksel = mci_readl(host, CLKSEL64);
mci_readl         429 drivers/mmc/host/dw_mmc-exynos.c 		clksel = mci_readl(host, CLKSEL);
mci_readl          37 drivers/mmc/host/dw_mmc-hi3798cv200.c 	val = mci_readl(host, UHS_REG);
mci_readl          45 drivers/mmc/host/dw_mmc-hi3798cv200.c 	val = mci_readl(host, ENABLE_SHIFT);
mci_readl          52 drivers/mmc/host/dw_mmc-hi3798cv200.c 	val = mci_readl(host, DDR_REG);
mci_readl         154 drivers/mmc/host/dw_mmc.c 	seq_printf(s, "STATUS:\t0x%08x\n", mci_readl(host, STATUS));
mci_readl         155 drivers/mmc/host/dw_mmc.c 	seq_printf(s, "RINTSTS:\t0x%08x\n", mci_readl(host, RINTSTS));
mci_readl         156 drivers/mmc/host/dw_mmc.c 	seq_printf(s, "CMD:\t0x%08x\n", mci_readl(host, CMD));
mci_readl         157 drivers/mmc/host/dw_mmc.c 	seq_printf(s, "CTRL:\t0x%08x\n", mci_readl(host, CTRL));
mci_readl         158 drivers/mmc/host/dw_mmc.c 	seq_printf(s, "INTMASK:\t0x%08x\n", mci_readl(host, INTMASK));
mci_readl         159 drivers/mmc/host/dw_mmc.c 	seq_printf(s, "CLKENA:\t0x%08x\n", mci_readl(host, CLKENA));
mci_readl         191 drivers/mmc/host/dw_mmc.c 	ctrl = mci_readl(host, CTRL);
mci_readl         287 drivers/mmc/host/dw_mmc.c 		clk_en_a = mci_readl(host, CLKENA);
mci_readl         362 drivers/mmc/host/dw_mmc.c 	cto_clks = mci_readl(host, TMOUT) & 0xff;
mci_readl         363 drivers/mmc/host/dw_mmc.c 	cto_div = (mci_readl(host, CLKDIV) & 0xff) * 2;
mci_readl         446 drivers/mmc/host/dw_mmc.c 	u32 bmod = mci_readl(host, BMOD);
mci_readl         457 drivers/mmc/host/dw_mmc.c 	temp = mci_readl(host, CTRL);
mci_readl         463 drivers/mmc/host/dw_mmc.c 	temp = mci_readl(host, BMOD);
mci_readl         740 drivers/mmc/host/dw_mmc.c 	temp = mci_readl(host, CTRL);
mci_readl         748 drivers/mmc/host/dw_mmc.c 	temp = mci_readl(host, BMOD);
mci_readl         791 drivers/mmc/host/dw_mmc.c 	fifoth_val = mci_readl(host, FIFOTH);
mci_readl         968 drivers/mmc/host/dw_mmc.c 		present = (mci_readl(slot->host, CDETECT) & (1 << slot->id))
mci_readl        1110 drivers/mmc/host/dw_mmc.c 	temp = mci_readl(host, CTRL);
mci_readl        1116 drivers/mmc/host/dw_mmc.c 	temp = mci_readl(host, INTMASK);
mci_readl        1166 drivers/mmc/host/dw_mmc.c 		temp = mci_readl(host, INTMASK);
mci_readl        1171 drivers/mmc/host/dw_mmc.c 		temp = mci_readl(host, CTRL);
mci_readl        1422 drivers/mmc/host/dw_mmc.c 	regs = mci_readl(slot->host, UHS_REG);
mci_readl        1457 drivers/mmc/host/dw_mmc.c 		regs = mci_readl(slot->host, PWREN);
mci_readl        1496 drivers/mmc/host/dw_mmc.c 		regs = mci_readl(slot->host, PWREN);
mci_readl        1517 drivers/mmc/host/dw_mmc.c 	status = mci_readl(slot->host, STATUS);
mci_readl        1539 drivers/mmc/host/dw_mmc.c 	uhs = mci_readl(host, UHS_REG);
mci_readl        1571 drivers/mmc/host/dw_mmc.c 			mci_readl(slot->host, WRTPRT) & (1 << slot->id) ? 1 : 0;
mci_readl        1598 drivers/mmc/host/dw_mmc.c 	reset = mci_readl(host, RST_N);
mci_readl        1622 drivers/mmc/host/dw_mmc.c 		clk_en_a_old = mci_readl(host, CLKENA);
mci_readl        1650 drivers/mmc/host/dw_mmc.c 	int_mask = mci_readl(host, INTMASK);
mci_readl        1752 drivers/mmc/host/dw_mmc.c 		if (!(mci_readl(host, CTRL) & SDMMC_CTRL_RESET)) {
mci_readl        1832 drivers/mmc/host/dw_mmc.c 			cmd->resp[3] = mci_readl(host, RESP0);
mci_readl        1833 drivers/mmc/host/dw_mmc.c 			cmd->resp[2] = mci_readl(host, RESP1);
mci_readl        1834 drivers/mmc/host/dw_mmc.c 			cmd->resp[1] = mci_readl(host, RESP2);
mci_readl        1835 drivers/mmc/host/dw_mmc.c 			cmd->resp[0] = mci_readl(host, RESP3);
mci_readl        1837 drivers/mmc/host/dw_mmc.c 			cmd->resp[0] = mci_readl(host, RESP0);
mci_readl        1906 drivers/mmc/host/dw_mmc.c 	drto_clks = mci_readl(host, TMOUT) >> 8;
mci_readl        1907 drivers/mmc/host/dw_mmc.c 	drto_div = (mci_readl(host, CLKDIV) & 0xff) * 2;
mci_readl        2504 drivers/mmc/host/dw_mmc.c 			fcnt = (SDMMC_GET_FCNT(mci_readl(host, STATUS))
mci_readl        2516 drivers/mmc/host/dw_mmc.c 		status = mci_readl(host, MINTSTS);
mci_readl        2520 drivers/mmc/host/dw_mmc.c 		 (dto && SDMMC_GET_FCNT(mci_readl(host, STATUS))));
mci_readl        2560 drivers/mmc/host/dw_mmc.c 				 SDMMC_GET_FCNT(mci_readl(host, STATUS)))
mci_readl        2572 drivers/mmc/host/dw_mmc.c 		status = mci_readl(host, MINTSTS);
mci_readl        2621 drivers/mmc/host/dw_mmc.c 	pending = mci_readl(host, MINTSTS); /* read-only mask reg */
mci_readl        2721 drivers/mmc/host/dw_mmc.c 		pending = mci_readl(host, IDSTS64);
mci_readl        2730 drivers/mmc/host/dw_mmc.c 		pending = mci_readl(host, IDSTS);
mci_readl        2893 drivers/mmc/host/dw_mmc.c 	host->use_dma = SDMMC_GET_TRANS_MODE(mci_readl(host, HCON));
mci_readl        2909 drivers/mmc/host/dw_mmc.c 		addr_config = SDMMC_GET_ADDR_CONFIG(mci_readl(host, HCON));
mci_readl        2999 drivers/mmc/host/dw_mmc.c 	pending = mci_readl(host, MINTSTS); /* read-only mask reg */
mci_readl        3050 drivers/mmc/host/dw_mmc.c 	pending = mci_readl(host, MINTSTS); /* read-only mask reg */
mci_readl        3154 drivers/mmc/host/dw_mmc.c 		temp = mci_readl(host, INTMASK);
mci_readl        3243 drivers/mmc/host/dw_mmc.c 	i = SDMMC_GET_HDATA_WIDTH(mci_readl(host, HCON));
mci_readl        3292 drivers/mmc/host/dw_mmc.c 		fifo_size = mci_readl(host, FIFOTH);
mci_readl        3310 drivers/mmc/host/dw_mmc.c 	host->verid = SDMMC_GET_VERID(mci_readl(host, VERID));