Searched refs:PCIE_FW_A (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 197 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_report_fw_error() 335 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_wr_mbox_meat_timeout() 390 !((pcie_fw = t4_read_reg(adap, PCIE_FW_A)) & PCIE_FW_ERR_F) && in t4_wr_mbox_meat_timeout() 4586 fw_err = t4_read_reg(adapter, PCIE_FW_A); in cim_intr_handler() 6869 if (t4_read_reg(adap, PCIE_FW_A) & PCIE_FW_ERR_F) in t4_fw_hello() 6919 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_fw_hello() 7056 t4_set_reg_field(adap, PCIE_FW_A, PCIE_FW_HALT_F, in t4_fw_halt() 7097 t4_set_reg_field(adap, PCIE_FW_A, PCIE_FW_HALT_F, 0); in t4_fw_restart() 7121 if (!(t4_read_reg(adap, PCIE_FW_A) & PCIE_FW_HALT_F)) in t4_fw_restart()
|
D | cxgb4_ethtool.c | 1508 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in set_flash()
|
D | t4_regs.h | 804 #define PCIE_FW_A 0x30b8 macro
|
D | cxgb4_main.c | 6254 pcie_fw = readl(adap->regs + PCIE_FW_A); in cxgb4_iov_configure()
|
/linux-6.1.9/drivers/scsi/csiostor/ |
D | csio_hw.c | 991 pcie_fw = csio_rd_reg32(hw, PCIE_FW_A); in csio_do_hello() 1226 csio_set_reg_field(hw, PCIE_FW_A, PCIE_FW_HALT_F, in csio_hw_fw_halt() 1267 csio_set_reg_field(hw, PCIE_FW_A, PCIE_FW_HALT_F, 0); in csio_hw_fw_restart() 1290 if (!(csio_rd_reg32(hw, PCIE_FW_A) & PCIE_FW_HALT_F)) in csio_hw_fw_restart()
|