Lines Matching refs:RD_REG_WORD

88 					mb0 = RD_REG_WORD(&reg->mailbox0);  in qla24xx_dump_ram()
188 mb0 = (uint32_t) RD_REG_WORD(&reg->mailbox0); in qla24xx_soft_reset()
191 mb0 = (uint32_t) RD_REG_WORD(&reg->mailbox0); in qla24xx_soft_reset()
206 for (cnt = 30000; RD_REG_WORD(&reg->mailbox0) != 0 && in qla24xx_soft_reset()
267 RD_REG_WORD(&reg->hccr); in qla2xxx_dump_ram()
277 RD_REG_WORD(&reg->hccr); in qla2xxx_dump_ram()
283 RD_REG_WORD(&reg->hccr); in qla2xxx_dump_ram()
308 *buf++ = htons(RD_REG_WORD(dmp_reg++)); in qla2xxx_read_window()
437 fw->hccr = htons(RD_REG_WORD(&reg->hccr)); in qla2300_fw_dump()
443 (RD_REG_WORD(&reg->hccr) & HCCR_RISC_PAUSE) == 0 && in qla2300_fw_dump()
451 RD_REG_WORD(&reg->hccr); /* PCI Posting. */ in qla2300_fw_dump()
458 fw->pbiu_reg[cnt] = htons(RD_REG_WORD(dmp_reg++)); in qla2300_fw_dump()
462 fw->risc_host_reg[cnt] = htons(RD_REG_WORD(dmp_reg++)); in qla2300_fw_dump()
466 fw->mailbox_reg[cnt] = htons(RD_REG_WORD(dmp_reg++)); in qla2300_fw_dump()
477 fw->risc_hdw_reg[cnt] = htons(RD_REG_WORD(dmp_reg++)); in qla2300_fw_dump()
515 if ((RD_REG_WORD(&reg->ctrl_status) & in qla2300_fw_dump()
600 fw->hccr = htons(RD_REG_WORD(&reg->hccr)); in qla2100_fw_dump()
604 for (cnt = 30000; (RD_REG_WORD(&reg->hccr) & HCCR_RISC_PAUSE) == 0 && in qla2100_fw_dump()
614 fw->pbiu_reg[cnt] = htons(RD_REG_WORD(dmp_reg++)); in qla2100_fw_dump()
621 fw->mailbox_reg[cnt] = htons(RD_REG_WORD(dmp_reg++)); in qla2100_fw_dump()
626 fw->dma_reg[cnt] = htons(RD_REG_WORD(dmp_reg++)); in qla2100_fw_dump()
631 fw->risc_hdw_reg[cnt] = htons(RD_REG_WORD(dmp_reg++)); in qla2100_fw_dump()
680 (RD_REG_WORD(&reg->mctr) & (BIT_1 | BIT_0)) != 0))) { in qla2100_fw_dump()
684 (RD_REG_WORD(&reg->hccr) & HCCR_RISC_PAUSE) == 0 && in qla2100_fw_dump()
697 RD_REG_WORD(&reg->mctr); /* PCI Posting. */ in qla2100_fw_dump()
717 if (RD_REG_WORD(&reg->istatus) & ISR_RISC_INT) { in qla2100_fw_dump()
718 if (RD_REG_WORD(&reg->semaphore) & BIT_0) { in qla2100_fw_dump()
728 RD_REG_WORD(&reg->hccr); in qla2100_fw_dump()
732 RD_REG_WORD(&reg->hccr); in qla2100_fw_dump()
839 fw->mailbox_reg[cnt] = htons(RD_REG_WORD(mbx_reg++)); in qla24xx_fw_dump()
1112 fw->mailbox_reg[cnt] = htons(RD_REG_WORD(mbx_reg++)); in qla25xx_fw_dump()
1422 fw->mailbox_reg[cnt] = htons(RD_REG_WORD(mbx_reg++)); in qla81xx_fw_dump()
1638 RD_REG_WORD(mbx_reg++)); in qla2x00_dump_regs()