Lines Matching refs:readl

52 		req = readl(&hba->u.itl.iop->inbound_queue);
60 readl(&hba->u.itl.iop->outbound_intstatus);
90 while ((req = readl(&hba->u.itl.iop->outbound_queue)) !=
101 if (readl(&p->flags) & IOP_REQUEST_FLAG_SYNC_REQUEST) {
102 if (readl(&p->context))
120 if (plx && readl(plx + 0x11C5C) & 0xf)
123 status = readl(&iop->outbound_intstatus);
126 u32 msg = readl(&iop->outbound_msgaddr0);
144 u32 outbound_tail = readl(&mu->outbound_tail);
145 u32 outbound_head = readl(&mu->outbound_head);
163 u32 inbound_head = readl(&hba->u.mv.mu->inbound_head);
208 status = readl(&hba->u.mv.regs->outbound_doorbell);
213 msg = readl(&hba->u.mv.mu->outbound_msg);
261 status = readl(&(hba->u.mvfrey.mu->f0_doorbell));
265 u32 msg = readl(&(hba->u.mvfrey.mu->cpu_to_f0_msg_a));
272 status = readl(&(hba->u.mvfrey.mu->isr_cause));
304 writel(readl(&req->flags) | IOP_REQUEST_FLAG_SYNC_REQUEST, &req->flags);
308 readl(&hba->u.itl.iop->outbound_intstatus);
312 if (readl(&req->context))
363 readl(&hba->u.itl.iop->outbound_intstatus);
370 readl(&hba->u.mv.regs->inbound_doorbell);
376 readl(&(hba->u.mvfrey.mu->f0_to_cpu_msg_a));
406 req32 = readl(&hba->u.itl.iop->inbound_queue);
478 req32 = readl(&hba->u.itl.iop->inbound_queue);
804 req, readl(&req->type), readl(&req->result),
805 readl(&req->context), tag);
807 BUG_ON(!readl(&req->result));
808 BUG_ON(readl(&req->type) != IOP_REQUEST_TYPE_IOCTL_COMMAND);
812 (readl(&req->context) |
813 ((u64)readl(&req->context_hi32)<<32));
815 if (readl(&req->result) == IOP_RESULT_SUCCESS) {
820 &p->buf[(readl(&p->inbuf_size) + 3)& ~3],
952 readl(&(hba->u.mvfrey.mu->inbound_write_ptr));
1194 u32 list_count = readl(&hba->u.mvfrey.mu->inbound_conf_ctl);
1522 int_mask = readl(&hba->u.itl.iop->outbound_intmask);
1526 readl(&hba->u.itl.iop->outbound_intmask);
1532 readl(&hba->u.mv.regs->outbound_intmask);
1538 readl(&(hba->u.mvfrey.mu->f0_doorbell_enable));
1540 readl(&(hba->u.mvfrey.mu->isr_enable));
1542 readl(&(hba->u.mvfrey.mu->pcie_f0_int_enable));