Searched refs:PCIE_FW_INIT_F (Results 1 – 3 of 3) sorted by relevance
897 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in csio_do_hello()916 } else if (pcie_fw & PCIE_FW_INIT_F) in csio_do_hello()
5839 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in t4_fw_hello()5856 else if (pcie_fw & PCIE_FW_INIT_F) in t4_fw_hello()
3032 #define PCIE_FW_INIT_F PCIE_FW_INIT_V(1U) macro