Searched refs:CHIP_METAL (Results 1 – 3 of 3) sorted by relevance
470 #define CHIP_METAL(bp) (bp->common.chip_id & 0x00000ff0) macro
6776 #define CHIP_METAL(bp) (((bp)->chip_id) & 0x00000ff0) macro
10354 (CHIP_REV(bp) >> 12) + 'A', (CHIP_METAL(bp) >> 4), in bnx2x_init_one()