Lines Matching refs:pcie_fw
195 u32 pcie_fw; in t4_report_fw_error() local
197 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_report_fw_error()
198 if (pcie_fw & PCIE_FW_ERR_F) { in t4_report_fw_error()
200 reason[PCIE_FW_EVAL_G(pcie_fw)]); in t4_report_fw_error()
299 u32 pcie_fw; in t4_wr_mbox_meat_timeout() local
335 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_wr_mbox_meat_timeout()
336 if (i > FW_CMD_MAX_TIMEOUT || (pcie_fw & PCIE_FW_ERR_F)) { in t4_wr_mbox_meat_timeout()
340 ret = (pcie_fw & PCIE_FW_ERR_F) ? -ENXIO : -EBUSY; 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()
430 ret = (pcie_fw & PCIE_FW_ERR_F) ? -ENXIO : -ETIMEDOUT; in t4_wr_mbox_meat_timeout()
6908 u32 pcie_fw; in t4_fw_hello() local
6919 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_fw_hello()
6920 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in t4_fw_hello()
6935 if (pcie_fw & PCIE_FW_ERR_F) in t4_fw_hello()
6937 else if (pcie_fw & PCIE_FW_INIT_F) in t4_fw_hello()
6947 (pcie_fw & PCIE_FW_MASTER_VLD_F)) in t4_fw_hello()
6948 master_mbox = PCIE_FW_MASTER_G(pcie_fw); in t4_fw_hello()