Lines Matching refs:mci_readl

324 	temp = mci_readl(host, CTRL);  in dw_mci_idmac_stop_dma()
330 temp = mci_readl(host, BMOD); in dw_mci_idmac_stop_dma()
392 temp = mci_readl(host, CTRL); in dw_mci_idmac_start_dma()
399 temp = mci_readl(host, BMOD); in dw_mci_idmac_start_dma()
542 temp = mci_readl(host, CTRL); in dw_mci_submit_data_dma()
547 temp = mci_readl(host, INTMASK); in dw_mci_submit_data_dma()
584 temp = mci_readl(host, INTMASK); in dw_mci_submit_data()
588 temp = mci_readl(host, CTRL); in dw_mci_submit_data()
605 cmd_status = mci_readl(host, CMD); in mci_send_cmd()
783 regs = mci_readl(slot->host, UHS_REG); in dw_mci_set_ios()
821 mci_readl(slot->host, WRTPRT) & (1 << slot->id) ? 1 : 0; in dw_mci_get_ro()
841 present = (mci_readl(slot->host, CDETECT) & (1 << slot->id)) in dw_mci_get_cd()
859 int_mask = mci_readl(host, INTMASK); in dw_mci_enable_sdio_irq()
917 cmd->resp[3] = mci_readl(host, RESP0); in dw_mci_command_complete()
918 cmd->resp[2] = mci_readl(host, RESP1); in dw_mci_command_complete()
919 cmd->resp[1] = mci_readl(host, RESP2); in dw_mci_command_complete()
920 cmd->resp[0] = mci_readl(host, RESP3); in dw_mci_command_complete()
922 cmd->resp[0] = mci_readl(host, RESP0); in dw_mci_command_complete()
1052 ctrl = mci_readl(host, CTRL); in dw_mci_tasklet_func()
1274 aligned_buf[i] = mci_readl(host, in dw_mci_pull_data32()
1286 *pdata++ = mci_readl(host, DATA(host->data_offset)); in dw_mci_pull_data32()
1290 host->part_buf32 = mci_readl(host, DATA(host->data_offset)); in dw_mci_pull_data32()
1409 fcnt = (SDMMC_GET_FCNT(mci_readl(host, STATUS)) in dw_mci_read_data_pio()
1421 status = mci_readl(host, MINTSTS); in dw_mci_read_data_pio()
1477 SDMMC_GET_FCNT(mci_readl(host, STATUS))) in dw_mci_write_data_pio()
1489 status = mci_readl(host, MINTSTS); in dw_mci_write_data_pio()
1542 status = mci_readl(host, RINTSTS); in dw_mci_interrupt()
1543 pending = mci_readl(host, MINTSTS); /* read-only mask reg */ in dw_mci_interrupt()
1551 ((mci_readl(host, STATUS) >> 17) & 0x1fff)) in dw_mci_interrupt()
1624 pending = mci_readl(host, IDSTS); in dw_mci_interrupt()
1724 ctrl = mci_readl(host, CTRL); in dw_mci_work_routine_card()
1729 ctrl = mci_readl(host, BMOD); in dw_mci_work_routine_card()
1915 ctrl = mci_readl(host, CTRL); in mci_wait_reset()
1963 i = (mci_readl(host, HCON) >> 7) & 0x7; in dw_mci_probe()
2009 fifo_size = mci_readl(host, FIFOTH); in dw_mci_probe()
2036 host->num_slots = ((mci_readl(host, HCON) >> 1) & 0x1F) + 1; in dw_mci_probe()
2051 host->verid = SDMMC_GET_VERID(mci_readl(host, VERID)); in dw_mci_probe()