Searched refs:pcie_fw (Results 1 – 1 of 1) sorted by relevance
3925 u32 pcie_fw; in t4_fw_hello() local3936 pcie_fw = t4_read_reg(adap, A_PCIE_FW); in t4_fw_hello()3937 if (!(pcie_fw & (F_PCIE_FW_ERR|F_PCIE_FW_INIT))) { in t4_fw_hello()3952 if (pcie_fw & F_PCIE_FW_ERR) in t4_fw_hello()3954 else if (pcie_fw & F_PCIE_FW_INIT) in t4_fw_hello()3964 (pcie_fw & F_PCIE_FW_MASTER_VLD)) in t4_fw_hello()3965 master_mbox = G_PCIE_FW_MASTER(pcie_fw); in t4_fw_hello()