Lines Matching refs:ctrl_status

2859 	ha->pci_attr = rd_reg_word(&reg->ctrl_status);  in qla2100_pci_config()
2910 wrt_reg_word(&reg->ctrl_status, 0x20); in qla2300_pci_config()
2911 rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
2920 wrt_reg_word(&reg->ctrl_status, 0x0); in qla2300_pci_config()
2921 rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
2941 ha->pci_attr = rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
2985 ha->pci_attr = rd_reg_dword(&reg->ctrl_status); in qla24xx_pci_config()
3103 wrt_reg_word(&reg->ctrl_status, 0x20); in qla2x00_reset_chip()
3104 rd_reg_word(&reg->ctrl_status); /* PCI Posting. */ in qla2x00_reset_chip()
3117 wrt_reg_word(&reg->ctrl_status, 0x10); in qla2x00_reset_chip()
3118 rd_reg_word(&reg->ctrl_status); /* PCI Posting. */ in qla2x00_reset_chip()
3136 wrt_reg_word(&reg->ctrl_status, 0); in qla2x00_reset_chip()
3137 rd_reg_word(&reg->ctrl_status); /* PCI Posting. */ in qla2x00_reset_chip()
3152 wrt_reg_word(&reg->ctrl_status, CSR_ISP_SOFT_RESET); in qla2x00_reset_chip()
3163 if ((rd_reg_word(&reg->ctrl_status) & in qla2x00_reset_chip()
3286 wrt_reg_dword(&reg->ctrl_status, CSRX_DMA_SHUTDOWN|MWB_4096_BYTES); in qla24xx_reset_risc()
3288 if ((rd_reg_dword(&reg->ctrl_status) & CSRX_DMA_ACTIVE) == 0) in qla24xx_reset_risc()
3294 if (!(rd_reg_dword(&reg->ctrl_status) & CSRX_DMA_ACTIVE)) in qla24xx_reset_risc()
3300 rd_reg_dword(&reg->ctrl_status), in qla24xx_reset_risc()
3301 (rd_reg_dword(&reg->ctrl_status) & CSRX_DMA_ACTIVE)); in qla24xx_reset_risc()
3303 wrt_reg_dword(&reg->ctrl_status, in qla24xx_reset_risc()
3329 rd_reg_dword(&reg->ctrl_status); in qla24xx_reset_risc()
3332 if ((rd_reg_dword(&reg->ctrl_status) & in qla24xx_reset_risc()
3338 if (!(rd_reg_dword(&reg->ctrl_status) & CSRX_ISP_SOFT_RESET)) in qla24xx_reset_risc()
3344 rd_reg_dword(&reg->ctrl_status)); in qla24xx_reset_risc()
3543 wrt_reg_word(&reg->ctrl_status, CSR_ISP_SOFT_RESET); in qla2x00_chip_diag()
3550 data = qla2x00_debounce_register(&reg->ctrl_status); in qla2x00_chip_diag()
3553 data = rd_reg_word(&reg->ctrl_status); in qla2x00_chip_diag()
5215 if ((rd_reg_word(&reg->ctrl_status) >> 14) == 1) in qla2x00_nvram_config()