Home
last modified time | relevance | path

Searched defs:CHIP_REV_ID (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.h286 #define GET_ASIC_REV(CHIP_REV_ID) ((CHIP_REV_ID) >> 12) argument
292 #define GET_CHIP_REV(CHIP_REV_ID) ((CHIP_REV_ID) >> 8) argument
297 #define GET_METAL_REV(CHIP_REV_ID) ((CHIP_REV_ID) & 0xff) argument