Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_hw.c4568 c.val = htonl(F_PIORST | F_PIORSTMODE); in t4_fw_halt()
4640 F_PIORST | F_PIORSTMODE) == 0) in t4_fw_restart()
4644 t4_write_reg(adap, A_PL_RST, F_PIORST | F_PIORSTMODE); in t4_fw_restart()
Dt4_regs.h27482 #define F_PIORSTMODE V_PIORSTMODE(1U) macro
/freebsd-9-stable/sys/dev/cxgbe/
Dt4_main.c2170 (rc = -t4_fw_reset(sc, sc->mbox, F_PIORSTMODE | F_PIORST)) != 0) { in prep_firmware()