Lines Matching refs:ctrl_status

2909 	ha->pci_attr = rd_reg_word(&reg->ctrl_status);  in qla2100_pci_config()
2960 wrt_reg_word(&reg->ctrl_status, 0x20); in qla2300_pci_config()
2961 rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
2970 wrt_reg_word(&reg->ctrl_status, 0x0); in qla2300_pci_config()
2971 rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
2991 ha->pci_attr = rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
3035 ha->pci_attr = rd_reg_dword(&reg->ctrl_status); in qla24xx_pci_config()
3153 wrt_reg_word(&reg->ctrl_status, 0x20); in qla2x00_reset_chip()
3154 rd_reg_word(&reg->ctrl_status); /* PCI Posting. */ in qla2x00_reset_chip()
3167 wrt_reg_word(&reg->ctrl_status, 0x10); in qla2x00_reset_chip()
3168 rd_reg_word(&reg->ctrl_status); /* PCI Posting. */ in qla2x00_reset_chip()
3186 wrt_reg_word(&reg->ctrl_status, 0); in qla2x00_reset_chip()
3187 rd_reg_word(&reg->ctrl_status); /* PCI Posting. */ in qla2x00_reset_chip()
3202 wrt_reg_word(&reg->ctrl_status, CSR_ISP_SOFT_RESET); in qla2x00_reset_chip()
3213 if ((rd_reg_word(&reg->ctrl_status) & in qla2x00_reset_chip()
3336 wrt_reg_dword(&reg->ctrl_status, CSRX_DMA_SHUTDOWN|MWB_4096_BYTES); in qla24xx_reset_risc()
3338 if ((rd_reg_dword(&reg->ctrl_status) & CSRX_DMA_ACTIVE) == 0) in qla24xx_reset_risc()
3344 if (!(rd_reg_dword(&reg->ctrl_status) & CSRX_DMA_ACTIVE)) in qla24xx_reset_risc()
3350 rd_reg_dword(&reg->ctrl_status), in qla24xx_reset_risc()
3351 (rd_reg_dword(&reg->ctrl_status) & CSRX_DMA_ACTIVE)); in qla24xx_reset_risc()
3353 wrt_reg_dword(&reg->ctrl_status, in qla24xx_reset_risc()
3379 rd_reg_dword(&reg->ctrl_status); in qla24xx_reset_risc()
3382 if ((rd_reg_dword(&reg->ctrl_status) & in qla24xx_reset_risc()
3388 if (!(rd_reg_dword(&reg->ctrl_status) & CSRX_ISP_SOFT_RESET)) in qla24xx_reset_risc()
3394 rd_reg_dword(&reg->ctrl_status)); in qla24xx_reset_risc()
3593 wrt_reg_word(&reg->ctrl_status, CSR_ISP_SOFT_RESET); in qla2x00_chip_diag()
3600 data = qla2x00_debounce_register(&reg->ctrl_status); in qla2x00_chip_diag()
3603 data = rd_reg_word(&reg->ctrl_status); in qla2x00_chip_diag()
5246 if ((rd_reg_word(&reg->ctrl_status) >> 14) == 1) in qla2x00_nvram_config()