Searched refs:ISP_FW_REVX (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Dispvar.h704 #define ISP_FW_REVX(xp) ((xp[0]<<24) | (xp[1] << 16) | xp[2]) macro
709 (ISP_FW_REVX((i)->isp_fwrev) > ISP_FW_REV(major, minor, micro))
711 (ISP_FW_REVX((i)->isp_fwrev) < ISP_FW_REV(major, minor, micro))

Completed in 107 milliseconds