Searched refs:FW_PCIE_FW_HALT (Results 1 – 2 of 2) sorted by relevance
2772 t4_set_reg_field(adap, PCIE_FW, FW_PCIE_FW_HALT, in t4_fw_halt()2773 FW_PCIE_FW_HALT); in t4_fw_halt()2812 t4_set_reg_field(adap, PCIE_FW, FW_PCIE_FW_HALT, 0); in t4_fw_restart()2836 if (!(t4_read_reg(adap, PCIE_FW) & FW_PCIE_FW_HALT)) in t4_fw_restart()
2127 #define FW_PCIE_FW_HALT (1U << 29) macro