Searched refs:BNX_CHIP_REV (Results 1 – 3 of 3) sorted by relevance
980 if (BNX_CHIP_REV(bnx_sc) == BNX_CHIP_REV_Ax || in brgphy_reset_bnx()981 BNX_CHIP_REV(bnx_sc) == BNX_CHIP_REV_Bx) in brgphy_reset_bnx()
776 if ((BNX_CHIP_REV(sc) == BNX_CHIP_REV_Ax)) in bnx_attachhook()2893 if ((BNX_CHIP_REV(sc) == BNX_CHIP_REV_Ax)) in bnx_init_cpus()
217 #define BNX_CHIP_REV(sc) (((sc)->bnx_chipid) & 0x0000f000) macro