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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
2100 uint32_t hccr; local
2249 uint32_t hccr; local
[all...]
H A Dqla_dbg.c75 WRT_REG_DWORD(&reg->hccr, HCCRX_SET_HOST_INT);
90 WRT_REG_DWORD(&reg->hccr,
92 RD_REG_DWORD(&reg->hccr);
97 WRT_REG_DWORD(&reg->hccr, HCCRX_CLR_RISC_INT);
98 RD_REG_DWORD(&reg->hccr);
152 WRT_REG_DWORD(&reg->hccr, HCCRX_SET_RISC_PAUSE);
203 WRT_REG_DWORD(&reg->hccr, HCCRX_CLR_RISC_RESET);
204 RD_REG_DWORD(&reg->hccr); /* PCI Posting. */
249 WRT_REG_WORD(&reg->hccr, HCCR_SET_HOST_INT);
265 WRT_REG_WORD(&reg->hccr,
[all...]
H A Dqla_init.c652 WRT_REG_WORD(&reg->hccr, HCCR_PAUSE_RISC);
654 if ((RD_REG_WORD(&reg->hccr) & HCCR_RISC_PAUSE) != 0)
675 WRT_REG_WORD(&reg->hccr, HCCR_RELEASE_RISC);
677 if ((RD_REG_WORD(&reg->hccr) & HCCR_RISC_PAUSE) == 0)
842 WRT_REG_WORD(&reg->hccr, HCCR_PAUSE_RISC);
845 if ((RD_REG_WORD(&reg->hccr) &
851 RD_REG_WORD(&reg->hccr); /* PCI Posting. */
893 WRT_REG_WORD(&reg->hccr, HCCR_RESET_RISC);
894 RD_REG_WORD(&reg->hccr); /* PCI Posting. */
897 WRT_REG_WORD(&reg->hccr, HCCR_RELEASE_RIS
[all...]
H A Dqla_dbg.h155 uint16_t hccr; member in struct:qla2300_fw_dump
179 uint16_t hccr; member in struct:qla2100_fw_dump
H A Dqla_iocb.c568 RD_REG_DWORD(&ioreg->hccr);
1290 RD_REG_DWORD_RELAXED(&ha->iobase->isp24.hccr);
1470 RD_REG_DWORD_RELAXED(&ha->iobase->isp24.hccr);
1599 RD_REG_DWORD(&ioreg->hccr);
H A Dqla_sup.c2047 WRT_REG_WORD(&reg->hccr, HCCR_PAUSE_RISC);
2048 RD_REG_WORD(&reg->hccr);
2051 if ((RD_REG_WORD(&reg->hccr) & HCCR_RISC_PAUSE) != 0)
H A Dqla_fw.h957 uint32_t hccr; /* Host command & control register. */ member in struct:device_reg_24xx
H A Dqla_mbx.c166 WRT_REG_DWORD(&reg->isp24.hccr, HCCRX_SET_HOST_INT);
168 WRT_REG_WORD(&reg->isp.hccr, HCCR_SET_HOST_INT);
192 WRT_REG_DWORD(&reg->isp24.hccr, HCCRX_SET_HOST_INT);
194 WRT_REG_WORD(&reg->isp.hccr, HCCR_SET_HOST_INT);
H A Dqla_def.h396 uint16_t hccr; /* Host command & control register. */ member in struct:device_reg_2xxx
H A Dqla_os.c3807 stat = RD_REG_DWORD(&reg->hccr);

Completed in 214 milliseconds