Searched refs:wrt_reg_word (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_dbg.c125 wrt_reg_word(&reg->mailbox0, MBC_LOAD_DUMP_MPI_RAM);
126 wrt_reg_word(&reg->mailbox1, LSW(addr));
127 wrt_reg_word(&reg->mailbox8, MSW(addr));
129 wrt_reg_word(&reg->mailbox2, MSW(LSD(dump_dma)));
130 wrt_reg_word(&reg->mailbox3, LSW(LSD(dump_dma)));
131 wrt_reg_word(&reg->mailbox6, MSW(MSD(dump_dma)));
132 wrt_reg_word(&reg->mailbox7, LSW(MSD(dump_dma)));
134 wrt_reg_word(&reg->mailbox4, MSW(dwords));
135 wrt_reg_word(&reg->mailbox5, LSW(dwords));
137 wrt_reg_word(
[all...]
H A Dqla_sup.c35 wrt_reg_word(&reg->u.isp2300.host_semaphore, 0x1);
42 wrt_reg_word(&reg->u.isp2300.host_semaphore, 0x1);
60 wrt_reg_word(&reg->u.isp2300.host_semaphore, 0);
75 wrt_reg_word(&reg->nvram, data | NVR_SELECT | NVR_WRT_ENABLE);
78 wrt_reg_word(&reg->nvram, data | NVR_SELECT | NVR_CLOCK |
82 wrt_reg_word(&reg->nvram, data | NVR_SELECT | NVR_WRT_ENABLE);
122 wrt_reg_word(&reg->nvram, NVR_SELECT | NVR_CLOCK);
129 wrt_reg_word(&reg->nvram, NVR_SELECT);
135 wrt_reg_word(&reg->nvram, NVR_DESELECT);
173 wrt_reg_word(
[all...]
H A Dqla_init.c2939 wrt_reg_word(&reg->hccr, HCCR_PAUSE_RISC);
2948 wrt_reg_word(&reg->ctrl_status, 0x20);
2958 wrt_reg_word(&reg->ctrl_status, 0x0);
2962 wrt_reg_word(&reg->hccr, HCCR_RELEASE_RISC);
3127 wrt_reg_word(&reg->hccr, HCCR_PAUSE_RISC);
3141 wrt_reg_word(&reg->ctrl_status, 0x20);
3145 wrt_reg_word(&reg->fpm_diag_config, 0x100);
3150 wrt_reg_word(&reg->fpm_diag_config, 0x0);
3155 wrt_reg_word(&reg->ctrl_status, 0x10);
3174 wrt_reg_word(
[all...]
H A Dqla_isr.c379 wrt_reg_word(&reg->hccr, HCCR_RESET_RISC);
389 wrt_reg_word(&reg->hccr, HCCR_CLR_RISC_INT);
409 wrt_reg_word(&reg->semaphore, 0);
414 wrt_reg_word(&reg->hccr, HCCR_CLR_RISC_INT);
505 wrt_reg_word(&reg->hccr, HCCR_RESET_RISC);
523 wrt_reg_word(&reg->semaphore, 0);
551 wrt_reg_word(&reg->hccr, HCCR_CLR_RISC_INT);
2975 wrt_reg_word(ISP_RSP_Q_OUT(ha, reg), rsp->ring_index);
4756 wrt_reg_word(&reg->isp.semaphore, 0);
H A Dqla_mbx.c240 wrt_reg_word(optr, *iptr);
242 wrt_reg_word(optr, 0);
272 wrt_reg_word(&reg->isp.hccr, HCCR_SET_HOST_INT);
331 wrt_reg_word(&reg->isp.hccr, HCCR_SET_HOST_INT);
5518 wrt_reg_word(&reg->mailbox0, MBC_WRITE_MPI_REGISTER);
5519 wrt_reg_word(&reg->mailbox1, mb[0]);
5520 wrt_reg_word(&reg->mailbox2, mb[1]);
5521 wrt_reg_word(&reg->mailbox3, mb[2]);
5522 wrt_reg_word(&reg->mailbox4, mb[3]);
H A Dqla_def.h193 static inline void wrt_reg_word(volatile __le16 __iomem *addr, u16 data) function
1079 wrt_reg_word(MAILBOX_REG(ha, reg, num), data)
1088 wrt_reg_word(FB_CMD_REG(ha, reg), data)
H A Dqla_iocb.c433 wrt_reg_word(ISP_REQ_Q_IN(ha, reg), req->ring_index);
489 wrt_reg_word(ISP_REQ_Q_IN(ha, &reg->isp),
H A Dqla_os.c2011 wrt_reg_word(&reg->ictrl, ICR_EN_INT | ICR_EN_RISC);
2026 wrt_reg_word(&reg->ictrl, 0);

Completed in 258 milliseconds