Searched refs:A_PCIE_FW (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 211 pcie_fw = t4_read_reg(adap, A_PCIE_FW); in t4_report_fw_error() 374 pcie_fw = t4_read_reg(adap, A_PCIE_FW); in t4_wr_mbox_meat_timeout() 390 pcie_fw = t4_read_reg(adap, A_PCIE_FW); in t4_wr_mbox_meat_timeout() 446 pcie_fw = t4_read_reg(adap, A_PCIE_FW); in t4_wr_mbox_meat_timeout() 4585 fw_err = t4_read_reg(adap, A_PCIE_FW); in cim_intr_handler() 7489 pcie_fw = t4_read_reg(adap, A_PCIE_FW); in t4_fw_hello() 7609 t4_set_reg_field(adap, A_PCIE_FW, F_PCIE_FW_HALT, in t4_fw_halt() 7634 if (!(t4_read_reg(adap, A_PCIE_FW) & F_PCIE_FW_HALT)) in t4_fw_restart()
|
H A D | t4_regs.h | 5003 #define A_PCIE_FW 0x30b8 macro
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.c | 620 swstate->fw_state = t4_read_reg(padap, A_PCIE_FW); in collect_sw_state()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 4983 "PCIE_FW 0x%08x\n", rc, state, t4_read_reg(sc, A_PCIE_FW)); in contact_firmware() 5010 "PCIE_FW 0x%08x\n", rc, state, t4_read_reg(sc, A_PCIE_FW)); in contact_firmware() 5019 "PCIE_FW 0x%08x\n", rc, state, t4_read_reg(sc, A_PCIE_FW)); in contact_firmware()
|