Lines Matching refs:readl

172 	while (!(STATUS_FIFO_EMPTY & readl(host->addr + STATUS))) {  in jmb38x_ms_read_data()
181 && !(STATUS_FIFO_EMPTY & readl(host->addr + STATUS))) { in jmb38x_ms_read_data()
182 host->io_word[0] = readl(host->addr + DATA); in jmb38x_ms_read_data()
236 && !(STATUS_FIFO_FULL & readl(host->addr + STATUS))) { in jmb38x_ms_write_data()
247 while (!(STATUS_FIFO_FULL & readl(host->addr + STATUS))) { in jmb38x_ms_write_data()
373 if (!(STATUS_HAS_MEDIA & readl(host->addr + STATUS))) { in jmb38x_ms_issue_cmd()
379 dev_dbg(&msh->dev, "control %08x\n", readl(host->addr + HOST_CONTROL)); in jmb38x_ms_issue_cmd()
380 dev_dbg(&msh->dev, "status %08x\n", readl(host->addr + INT_STATUS)); in jmb38x_ms_issue_cmd()
381 dev_dbg(&msh->dev, "hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_issue_cmd()
440 t_val = readl(host->addr + INT_STATUS_ENABLE); in jmb38x_ms_issue_cmd()
460 writel(HOST_CONTROL_LED | readl(host->addr + HOST_CONTROL), in jmb38x_ms_issue_cmd()
479 readl(host->addr + HOST_CONTROL)); in jmb38x_ms_complete_cmd()
481 readl(host->addr + INT_STATUS)); in jmb38x_ms_complete_cmd()
482 dev_dbg(&msh->dev, "c hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_complete_cmd()
484 host->req->int_reg = readl(host->addr + STATUS) & 0xff; in jmb38x_ms_complete_cmd()
494 t_val = readl(host->addr + INT_STATUS_ENABLE); in jmb38x_ms_complete_cmd()
504 writel((~HOST_CONTROL_LED) & readl(host->addr + HOST_CONTROL), in jmb38x_ms_complete_cmd()
527 irq_status = readl(host->addr + INT_STATUS); in jmb38x_ms_isr()
563 = readl(host->addr in jmb38x_ms_isr()
566 = readl(host->addr in jmb38x_ms_isr()
644 | readl(host->addr + HOST_CONTROL), in jmb38x_ms_reset()
650 & readl(host->addr + HOST_CONTROL))) in jmb38x_ms_reset()
659 | readl(host->addr + HOST_CONTROL), in jmb38x_ms_reset()
665 & readl(host->addr + HOST_CONTROL))) in jmb38x_ms_reset()
685 unsigned int host_ctl = readl(host->addr + HOST_CONTROL); in jmb38x_ms_set_param()