Home
last modified time | relevance | path

Searched refs:hccr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_dbg.h14 __be16 hccr; member
38 __be16 hccr; member
H A Dqla_init.c2975 wrt_reg_word(&reg->hccr, HCCR_PAUSE_RISC); in qla2300_pci_config()
2977 if ((rd_reg_word(&reg->hccr) & HCCR_RISC_PAUSE) != 0) in qla2300_pci_config()
2998 wrt_reg_word(&reg->hccr, HCCR_RELEASE_RISC); in qla2300_pci_config()
3000 if ((rd_reg_word(&reg->hccr) & HCCR_RISC_PAUSE) == 0) in qla2300_pci_config()
3163 wrt_reg_word(&reg->hccr, HCCR_PAUSE_RISC); in qla2x00_reset_chip()
3166 if ((rd_reg_word(&reg->hccr) & in qla2x00_reset_chip()
3172 rd_reg_word(&reg->hccr); /* PCI Posting. */ in qla2x00_reset_chip()
3214 wrt_reg_word(&reg->hccr, HCCR_RESET_RISC); in qla2x00_reset_chip()
3215 rd_reg_word(&reg->hccr); /* PCI Posting. */ in qla2x00_reset_chip()
3218 wrt_reg_word(&reg->hccr, HCCR_RELEASE_RISC); in qla2x00_reset_chip()
[all …]