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

/freebsd-11.0-release/sys/dev/bxe/
H A Dbxe.h1162 #define CHIP_REV(sc) ((sc)->devinfo.chip_id & CHIP_REV_MASK) macro
1169 (CHIP_REV(sc) > 0x00005000)
1171 (CHIP_REV_IS_SLOW(sc) && (CHIP_REV(sc) & 0x00001000))
1173 (CHIP_REV_IS_SLOW(sc) && !(CHIP_REV(sc) & 0x00001000))
1224 (CHIP_REV(sc) == CHIP_REV_Ax))
1226 (CHIP_REV(sc) == CHIP_REV_Bx))
H A Dbxe.c14247 if (CHIP_REV(sc) == CHIP_REV_Ax) {
14249 } else /*if (CHIP_REV(sc) == CHIP_REV_Bx)*/ {
H A Dbxe_elink.c13069 if (CHIP_REV(sc) == CHIP_REV_Ax)
/freebsd-11.0-release/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

Completed in 206 milliseconds