Searched refs:MAJOR_POS (Results 1 – 1 of 1) sorted by relevance
69 #define MAJOR_POS 12 /* 12 bit */ macro73 (((uint16_t)((major) & MAJOR_MASK) << MAJOR_POS) \75 #define GET_MAJOR(tlv_type) ((uint16_t)(tlv_type) >> MAJOR_POS)