Searched refs:CHIP_REV (Results 1 – 5 of 5) sorted by relevance
856 #define CHIP_REV(sc) ((sc)->devinfo.chip_id & CHIP_REV_MASK) macro863 (CHIP_REV(sc) > 0x00005000)865 (CHIP_REV_IS_SLOW(sc) && (CHIP_REV(sc) & 0x00001000))867 (CHIP_REV_IS_SLOW(sc) && !(CHIP_REV(sc) & 0x00001000))917 (CHIP_REV(sc) == CHIP_REV_Ax))919 (CHIP_REV(sc) == CHIP_REV_Bx))
8865 if (CHIP_REV(sc) == CHIP_REV_Ax) { in bnx2x_set_modes_bitmap()11840 PMD_DRV_LOG(INFO, sc, "%12s : %c%d", "Rev", (CHIP_REV(sc) >> 12) + 'A',
13204 if (CHIP_REV(sc) == CHIP_REV_Ax) in elink_populate_int_phy()
2479 volatile u_int32_t CHIP_REV; /* 0x80 - 0x84 */ member
5525 p_dev->chip_rev = (u8)GET_FIELD(tmp, CHIP_REV); in ecore_get_dev_info()