Searched refs:PCIE_FW_A (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 197 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_report_fw_error() 3940 if (t4_read_reg(adapter, PCIE_FW_A) & PCIE_FW_ERR_F) in cim_intr_handler() 5788 if (t4_read_reg(adap, PCIE_FW_A) & PCIE_FW_ERR_F) in t4_fw_hello() 5838 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_fw_hello() 5975 t4_set_reg_field(adap, PCIE_FW_A, PCIE_FW_HALT_F, in t4_fw_halt() 6015 t4_set_reg_field(adap, PCIE_FW_A, PCIE_FW_HALT_F, 0); in t4_fw_restart() 6039 if (!(t4_read_reg(adap, PCIE_FW_A) & PCIE_FW_HALT_F)) in t4_fw_restart()
|
D | cxgb4_ethtool.c | 939 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in set_flash()
|
D | t4_regs.h | 756 #define PCIE_FW_A 0x30b8 macro
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_hw.c | 896 pcie_fw = csio_rd_reg32(hw, PCIE_FW_A); in csio_do_hello() 1131 csio_set_reg_field(hw, PCIE_FW_A, PCIE_FW_HALT_F, in csio_hw_fw_halt() 1172 csio_set_reg_field(hw, PCIE_FW_A, PCIE_FW_HALT_F, 0); in csio_hw_fw_restart() 1195 if (!(csio_rd_reg32(hw, PCIE_FW_A) & PCIE_FW_HALT_F)) in csio_hw_fw_restart()
|