Searched defs:ISA_PROD_ID_MASK (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
H A Disa_ids.h44 #define ISA_PROD_ID_MASK ( 0xf0ff ) macro
45 #define ISA_PROD_ID(product) ( (product) & ISA_PROD_ID_MASK )
46 #define ISA_PROD_REV(product) ( ( (product) & ~ISA_PROD_ID_MASK ) >> 8 )

Completed in 100 milliseconds