Searched defs:hccr (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/qla2xxx/
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_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_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

Completed in 90 milliseconds