Searched refs:CHIP_REV (Results 1 – 4 of 4) sorted by relevance
1203 #define CHIP_REV(sc) ((sc)->devinfo.chip_id & CHIP_REV_MASK) macro1210 (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))
12783 if (CHIP_REV(sc) == CHIP_REV_Ax) in elink_populate_int_phy()
14942 if (CHIP_REV(sc) == CHIP_REV_Ax) { in bxe_set_modes_bitmap()
2479 volatile u_int32_t CHIP_REV; /* 0x80 - 0x84 */ member