Home
last modified time | relevance | path

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

/trueos/sys/dev/bxe/
HDbxe.h1203 #define CHIP_REV(sc) ((sc)->devinfo.chip_id & CHIP_REV_MASK) macro
1210 (CHIP_REV(sc) > 0x00005000)
1212 (CHIP_REV_IS_SLOW(sc) && (CHIP_REV(sc) & 0x00001000))
1214 (CHIP_REV_IS_SLOW(sc) && !(CHIP_REV(sc) & 0x00001000))
1265 (CHIP_REV(sc) == CHIP_REV_Ax))
1267 (CHIP_REV(sc) == CHIP_REV_Bx))
HDbxe_elink.c12783 if (CHIP_REV(sc) == CHIP_REV_Ax) in elink_populate_int_phy()
HDbxe.c14942 if (CHIP_REV(sc) == CHIP_REV_Ax) { in bxe_set_modes_bitmap()
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDosprey_reg_map.h2479 volatile u_int32_t CHIP_REV; /* 0x80 - 0x84 */ member