Home
last modified time | relevance | path

Searched refs:F_PIORST (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c958 t4_write_reg(sc, A_PL_RST, F_PIORSTMODE | F_PIORST); in t4_devo_quiesce()
1271 rc = -t4_fw_reset(sc, sc->mbox, F_PIORSTMODE | F_PIORST); in prep_firmware()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c7416 c.val = cpu_to_be32(F_PIORST | F_PIORSTMODE); in t4_fw_halt()
7489 F_PIORST | F_PIORSTMODE) == 0) in t4_fw_restart()
7493 t4_write_reg(adap, A_PL_RST, F_PIORST | F_PIORSTMODE); in t4_fw_restart()
H A Dt4_regs.h10028 #define F_PIORST V_PIORST(1U) macro