Lines Matching refs:pcie_fw
189 u32 pcie_fw; in t4_report_fw_error() local
191 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_report_fw_error()
192 if (pcie_fw & PCIE_FW_ERR_F) in t4_report_fw_error()
194 reason[PCIE_FW_EVAL_G(pcie_fw)]); in t4_report_fw_error()
3925 u32 pcie_fw; in t4_fw_hello() local
3936 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_fw_hello()
3937 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in t4_fw_hello()
3952 if (pcie_fw & PCIE_FW_ERR_F) in t4_fw_hello()
3954 else if (pcie_fw & PCIE_FW_INIT_F) in t4_fw_hello()
3964 (pcie_fw & PCIE_FW_MASTER_VLD_F)) in t4_fw_hello()
3965 master_mbox = PCIE_FW_MASTER_G(pcie_fw); in t4_fw_hello()