Searched refs:G_PCIE_FW_EVAL (Results 1 – 3 of 3) sorted by relevance
194 reason[G_PCIE_FW_EVAL(pcie_fw)]); in t4_report_fw_error()4852 (G_PCIE_FW_EVAL(fw_err) != PCIE_FW_EVAL_CRASH)) in cim_intr_handler()
865 if (fw_state & F_PCIE_FW_ERR && G_PCIE_FW_EVAL(fw_state) == in view_sw_state()
9755 #define G_PCIE_FW_EVAL(x) (((x) >> S_PCIE_FW_EVAL) & M_PCIE_FW_EVAL) macro