Lines Matching refs:RD_REG_WORD

774 	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(&reg->ictrl);
1643 RD_REG_WORD(&reg->id_l); /* Flush PCI write */
1651 data = RD_REG_WORD(&reg->mailbox0);
1660 if (RD_REG_WORD(&reg->mailbox1) != PROD_ID_1 ||
1661 (RD_REG_WORD(&reg->mailbox2) != PROD_ID_2 &&
1662 RD_REG_WORD(&reg->mailbox2) != PROD_ID_2a) ||
1663 RD_REG_WORD(&reg->mailbox3) != PROD_ID_3 ||
1664 RD_REG_WORD(&reg->mailbox4) != PROD_ID_4) {
1667 RD_REG_WORD(&reg->mailbox1),
1668 RD_REG_WORD(&reg->mailbox2),
1669 RD_REG_WORD(&reg->mailbox3),
1670 RD_REG_WORD(&reg->mailbox4));
2227 hwrev = RD_REG_WORD(&reg->cfg_0) & ISP_CFG0_HWMSK;
2229 cfg1 = RD_REG_WORD(&reg->cfg_1) & ~(BIT_4 | BIT_5 | BIT_6);
2230 cdma_conf = RD_REG_WORD(&reg->cdma_cfg);
2231 ddma_conf = RD_REG_WORD(&reg->ddma_cfg);
2259 RD_REG_WORD(&reg->id_l); /* Flush PCI write */
2262 RD_REG_WORD(&reg->id_l); /* Flush PCI write */
2415 RD_REG_WORD(&reg->id_l); /* Flush PCI write */
2418 reg_data = RD_REG_WORD(&reg->nvram);
2422 RD_REG_WORD(&reg->id_l); /* Flush PCI write */
2429 RD_REG_WORD(&reg->id_l); /* Flush PCI write */
2441 RD_REG_WORD(&reg->id_l); /* Flush PCI write */
2444 RD_REG_WORD(&reg->id_l); /* Flush PCI write */
2447 RD_REG_WORD(&reg->id_l); /* Flush PCI write */
2527 mb[0], ha->mailbox_out[0], RD_REG_WORD(&reg->istatus));
2529 RD_REG_WORD(&reg->mailbox0), RD_REG_WORD(&reg->mailbox1),
2530 RD_REG_WORD(&reg->mailbox2), RD_REG_WORD(&reg->mailbox3));
2532 RD_REG_WORD(&reg->mailbox4), RD_REG_WORD(&reg->mailbox5),
2533 RD_REG_WORD(&reg->mailbox6), RD_REG_WORD(&reg->mailbox7));
2571 data = RD_REG_WORD(&reg->istatus);
2741 RD_REG_WORD(&reg->id_l); /* Flush PCI write */
2825 cnt = RD_REG_WORD(&reg->mailbox4);
3101 cnt = RD_REG_WORD(&reg->mailbox4);
3320 cnt = RD_REG_WORD(&reg->mailbox4);
3434 istatus = RD_REG_WORD(&reg->istatus);
3439 mailbox[5] = RD_REG_WORD(&reg->mailbox5);
3450 *wptr++ = RD_REG_WORD(&reg->mailbox0);
3451 *wptr++ = RD_REG_WORD(&reg->mailbox1);
3452 *wptr = RD_REG_WORD(&reg->mailbox2);
3455 *wptr++ = RD_REG_WORD(&reg->mailbox3);
3456 *wptr++ = RD_REG_WORD(&reg->mailbox4);
3458 *wptr++ = RD_REG_WORD(&reg->mailbox6);
3459 *wptr = RD_REG_WORD(&reg->mailbox7);
3859 RD_REG_WORD(&reg->id_l);
3923 ret = RD_REG_WORD(addr);
3924 ret2 = RD_REG_WORD(addr);
3931 ret = RD_REG_WORD(addr);
3932 ret2 = RD_REG_WORD(addr);
3954 config_reg = RD_REG_WORD(&reg->cfg_1);
3956 scsi_control = RD_REG_WORD(&reg->scsiControlPins);