Searched refs:RD_REG_WORD (Results 1 - 11 of 11) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_sup.c29 data = RD_REG_WORD(&reg->nvram);
32 data = RD_REG_WORD(&reg->nvram);
37 RD_REG_WORD(&reg->u.isp2300.host_semaphore);
39 data = RD_REG_WORD(&reg->u.isp2300.host_semaphore);
44 RD_REG_WORD(&reg->u.isp2300.host_semaphore);
46 data = RD_REG_WORD(&reg->u.isp2300.host_semaphore);
62 RD_REG_WORD(&reg->u.isp2300.host_semaphore);
77 RD_REG_WORD(&reg->nvram); /* PCI Posting. */
81 RD_REG_WORD(&reg->nvram); /* PCI Posting. */
84 RD_REG_WORD(
[all...]
H A Dqla_inline.h25 first = RD_REG_WORD(addr);
28 second = RD_REG_WORD(addr);
H A Dqla_dbg.c121 mb0 = RD_REG_WORD(&reg->mailbox0);
221 mb0 = (uint32_t) RD_REG_WORD(&reg->mailbox0);
224 mb0 = (uint32_t) RD_REG_WORD(&reg->mailbox0);
239 for (cnt = 30000; RD_REG_WORD(&reg->mailbox0) != 0 &&
300 RD_REG_WORD(&reg->hccr);
310 RD_REG_WORD(&reg->hccr);
316 RD_REG_WORD(&reg->hccr);
341 *buf++ = htons(RD_REG_WORD(dmp_reg++));
542 fw->hccr = htons(RD_REG_WORD(&reg->hccr));
548 (RD_REG_WORD(
[all...]
H A Dqla_isr.c59 hccr = RD_REG_WORD(&reg->hccr);
70 RD_REG_WORD(&reg->hccr);
75 } else if ((RD_REG_WORD(&reg->istatus) & ISR_RISC_INT) == 0)
78 if (RD_REG_WORD(&reg->semaphore) & BIT_0) {
80 RD_REG_WORD(&reg->hccr);
100 RD_REG_WORD(&reg->semaphore);
105 RD_REG_WORD(&reg->hccr);
161 hccr = RD_REG_WORD(&reg->hccr);
177 RD_REG_WORD(&reg->hccr);
269 ha->mailbox_out[cnt] = RD_REG_WORD(wpt
[all...]
H A Dqla_init.c565 ha->pci_attr = RD_REG_WORD(&reg->ctrl_status);
609 if ((RD_REG_WORD(&reg->hccr) & HCCR_RISC_PAUSE) != 0)
617 RD_REG_WORD(&reg->ctrl_status);
627 RD_REG_WORD(&reg->ctrl_status);
632 if ((RD_REG_WORD(&reg->hccr) & HCCR_RISC_PAUSE) == 0)
647 ha->pci_attr = RD_REG_WORD(&reg->ctrl_status);
797 if ((RD_REG_WORD(&reg->hccr) &
803 RD_REG_WORD(&reg->hccr); /* PCI Posting. */
809 RD_REG_WORD(&reg->ctrl_status); /* PCI Posting. */
813 RD_REG_WORD(
[all...]
H A Dqla_nx.c2019 ha->mailbox_out[cnt] = RD_REG_WORD(wptr);
2095 mb[1] = RD_REG_WORD(&reg->mailbox_out[1]);
2096 mb[2] = RD_REG_WORD(&reg->mailbox_out[2]);
2097 mb[3] = RD_REG_WORD(&reg->mailbox_out[3]);
2169 mb[1] = RD_REG_WORD(&reg->mailbox_out[1]);
2170 mb[2] = RD_REG_WORD(&reg->mailbox_out[2]);
2171 mb[3] = RD_REG_WORD(&reg->mailbox_out[3]);
2266 mb[1] = RD_REG_WORD(&reg->mailbox_out[1]);
2267 mb[2] = RD_REG_WORD(&reg->mailbox_out[2]);
2268 mb[3] = RD_REG_WORD(
[all...]
H A Dqla_def.h108 #define RD_REG_WORD(addr) readw(addr) macro
494 RD_REG_WORD(MAILBOX_REG(ha, reg, num))
503 RD_REG_WORD(FB_CMD_REG(ha, reg))
H A Dqla_mbx.c266 mb0 = RD_REG_WORD(&reg->isp24.mailbox0);
270 ictrl = RD_REG_WORD(&reg->isp.ictrl);
4030 mb0 = RD_REG_WORD(&reg->mailbox0);
H A Dqla_os.c1466 RD_REG_WORD(&reg->ictrl);
1481 RD_REG_WORD(&reg->ictrl);
/drivers/scsi/
H A Dqla1280.c774 ha->mailbox_out[0] = RD_REG_WORD(&reg->mailbox0);
777 RD_REG_WORD(&reg->ictrl), RD_REG_WORD(&reg->istatus));
875 RD_REG_WORD(&ha->iobase->istatus));
878 RD_REG_WORD(&ha->iobase->host_cmd),
879 RD_REG_WORD(&ha->iobase->ictrl), jiffies);
1098 RD_REG_WORD(&ha->iobase->ictrl); /* PCI Posted Write flush */
1106 RD_REG_WORD(&ha->iobase->ictrl); /* PCI Posted Write flush */
1478 RD_REG_WORD(&reg->host_cmd);
1627 data = RD_REG_WORD(
[all...]
H A Dqla1280.h60 #define RD_REG_WORD(addr) readw_relaxed(addr) macro
64 #define RD_REG_WORD(addr) inw((unsigned long)addr) macro
65 #define RD_REG_WORD_dmasync(addr) RD_REG_WORD(addr)

Completed in 111 milliseconds