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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1170 #define CHIP_REV(sc) ((sc)->devinfo.chip_id & CHIP_REV_MASK) macro
1177 (CHIP_REV(sc) > 0x00005000)
1179 (CHIP_REV_IS_SLOW(sc) && (CHIP_REV(sc) & 0x00001000))
1181 (CHIP_REV_IS_SLOW(sc) && !(CHIP_REV(sc) & 0x00001000))
1232 (CHIP_REV(sc) == CHIP_REV_Ax))
1234 (CHIP_REV(sc) == CHIP_REV_Bx))
H A Dbxe_elink.c13115 if (CHIP_REV(sc) == CHIP_REV_Ax)
H A Dbxe.c14674 if (CHIP_REV(sc) == CHIP_REV_Ax) {
14676 } else /*if (CHIP_REV(sc) == CHIP_REV_Bx)*/ {
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dosprey_reg_map.h2479 volatile u_int32_t CHIP_REV; /* 0x80 - 0x84 */ member in struct:jupiter_reg_map__rtc_reg_csr
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c5740 p_dev->chip_rev = (u8)GET_FIELD(tmp, CHIP_REV);

Completed in 240 milliseconds