Home
last modified time | relevance | path

Searched refs:pcie_fw (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_hw.c969 uint32_t pcie_fw; in csio_do_hello() local
982 pcie_fw = csio_rd_reg32(hw, PCIE_FW); in csio_do_hello()
983 if (!(pcie_fw & (PCIE_FW_ERR|PCIE_FW_INIT))) { in csio_do_hello()
999 if (pcie_fw & PCIE_FW_ERR) { in csio_do_hello()
1002 } else if (pcie_fw & PCIE_FW_INIT) in csio_do_hello()
1012 (pcie_fw & PCIE_FW_MASTER_VLD)) in csio_do_hello()
1013 mpfn = PCIE_FW_MASTER_GET(pcie_fw); in csio_do_hello()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c2624 u32 pcie_fw; in t4_fw_hello() local
2635 pcie_fw = t4_read_reg(adap, MA_PCIE_FW); in t4_fw_hello()
2636 if (!(pcie_fw & (FW_PCIE_FW_ERR|FW_PCIE_FW_INIT))) { in t4_fw_hello()
2651 if (pcie_fw & FW_PCIE_FW_ERR) in t4_fw_hello()
2653 else if (pcie_fw & FW_PCIE_FW_INIT) in t4_fw_hello()
2663 (pcie_fw & FW_PCIE_FW_MASTER_VLD)) in t4_fw_hello()
2664 master_mbox = FW_PCIE_FW_MASTER_GET(pcie_fw); in t4_fw_hello()