Searched refs:pcie_fw (Results 1 – 4 of 4) sorted by relevance
195 u32 pcie_fw; in t4_report_fw_error() local197 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() local335 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_wr_mbox_meat_timeout()6910 u32 pcie_fw; in t4_fw_hello() local6921 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_fw_hello()6937 if (pcie_fw & PCIE_FW_ERR_F) in t4_fw_hello()6939 else if (pcie_fw & PCIE_FW_INIT_F) in t4_fw_hello()[all …]
1504 u32 pcie_fw; in set_flash() local1508 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in set_flash()1509 master = PCIE_FW_MASTER_G(pcie_fw); in set_flash()1510 if (pcie_fw & PCIE_FW_MASTER_VLD_F) in set_flash()
6242 u32 pcie_fw; in cxgb4_iov_configure() local6244 pcie_fw = readl(adap->regs + PCIE_FW_A); in cxgb4_iov_configure()6246 if (!(pcie_fw & PCIE_FW_INIT_F)) { in cxgb4_iov_configure()
978 uint32_t pcie_fw; in csio_do_hello() local991 pcie_fw = csio_rd_reg32(hw, PCIE_FW_A); in csio_do_hello()992 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in csio_do_hello()1008 if (pcie_fw & PCIE_FW_ERR_F) { in csio_do_hello()1011 } else if (pcie_fw & PCIE_FW_INIT_F) in csio_do_hello()1021 (pcie_fw & PCIE_FW_MASTER_VLD_F)) in csio_do_hello()1022 mpfn = PCIE_FW_MASTER_G(pcie_fw); in csio_do_hello()