Searched refs:hccr (Results 1 - 10 of 10) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_isr.c40 uint16_t hccr; local
59 hccr = RD_REG_WORD(&reg->hccr);
60 if (hccr & HCCR_RISC_PAUSE) {
69 WRT_REG_WORD(&reg->hccr, HCCR_RESET_RISC);
70 RD_REG_WORD(&reg->hccr);
79 WRT_REG_WORD(&reg->hccr, HCCR_CLR_RISC_INT);
80 RD_REG_WORD(&reg->hccr);
104 WRT_REG_WORD(&reg->hccr, HCCR_CLR_RISC_INT);
105 RD_REG_WORD(&reg->hccr);
136 uint16_t hccr; local
2110 uint32_t hccr; local
2259 uint32_t hccr; local
[all...]
H A Dqla_dbg.c108 WRT_REG_DWORD(&reg->hccr, HCCRX_SET_HOST_INT);
123 WRT_REG_DWORD(&reg->hccr,
125 RD_REG_DWORD(&reg->hccr);
130 WRT_REG_DWORD(&reg->hccr, HCCRX_CLR_RISC_INT);
131 RD_REG_DWORD(&reg->hccr);
185 WRT_REG_DWORD(&reg->hccr, HCCRX_SET_RISC_PAUSE);
236 WRT_REG_DWORD(&reg->hccr, HCCRX_CLR_RISC_RESET);
237 RD_REG_DWORD(&reg->hccr); /* PCI Posting. */
282 WRT_REG_WORD(&reg->hccr, HCCR_SET_HOST_INT);
298 WRT_REG_WORD(&reg->hccr,
[all...]
H A Dqla_init.c607 WRT_REG_WORD(&reg->hccr, HCCR_PAUSE_RISC);
609 if ((RD_REG_WORD(&reg->hccr) & HCCR_RISC_PAUSE) != 0)
630 WRT_REG_WORD(&reg->hccr, HCCR_RELEASE_RISC);
632 if ((RD_REG_WORD(&reg->hccr) & HCCR_RISC_PAUSE) == 0)
794 WRT_REG_WORD(&reg->hccr, HCCR_PAUSE_RISC);
797 if ((RD_REG_WORD(&reg->hccr) &
803 RD_REG_WORD(&reg->hccr); /* PCI Posting. */
845 WRT_REG_WORD(&reg->hccr, HCCR_RESET_RISC);
846 RD_REG_WORD(&reg->hccr); /* PCI Posting. */
849 WRT_REG_WORD(&reg->hccr, HCCR_RELEASE_RIS
[all...]
H A Dqla_dbg.h15 uint16_t hccr; member in struct:qla2300_fw_dump
39 uint16_t hccr; member in struct:qla2100_fw_dump
H A Dqla_mbx.c174 WRT_REG_DWORD(&reg->isp24.hccr, HCCRX_SET_HOST_INT);
176 WRT_REG_WORD(&reg->isp.hccr, HCCR_SET_HOST_INT);
200 WRT_REG_DWORD(&reg->isp24.hccr, HCCRX_SET_HOST_INT);
202 WRT_REG_WORD(&reg->isp.hccr, HCCR_SET_HOST_INT);
4017 WRT_REG_DWORD(&reg->hccr, HCCRX_SET_HOST_INT);
4031 WRT_REG_DWORD(&reg->hccr,
4033 RD_REG_DWORD(&reg->hccr);
H A Dqla_iocb.c493 RD_REG_DWORD_RELAXED(&ha->iobase->isp24.hccr);
1573 RD_REG_DWORD_RELAXED(&ha->iobase->isp24.hccr);
1775 RD_REG_DWORD_RELAXED(&ha->iobase->isp24.hccr);
H A Dqla_sup.c2196 WRT_REG_WORD(&reg->hccr, HCCR_PAUSE_RISC);
2197 RD_REG_WORD(&reg->hccr);
2200 if ((RD_REG_WORD(&reg->hccr) & HCCR_RISC_PAUSE) != 0)
H A Dqla_fw.h961 uint32_t hccr; /* Host command & control register. */ member in struct:device_reg_24xx
H A Dqla_def.h408 uint16_t hccr; /* Host command & control register. */ member in struct:device_reg_2xxx
H A Dqla_os.c4180 stat = RD_REG_DWORD(&reg->hccr);

Completed in 73 milliseconds