Searched refs:PROTOCOL_REV_MINOR_BITS (Results 1 – 1 of 1) sorted by relevance
70 #define PROTOCOL_REV_MINOR_BITS 16 macro71 #define PROTOCOL_REV_MINOR_MASK ((1U << PROTOCOL_REV_MINOR_BITS) - 1)72 #define PROTOCOL_REV_MAJOR(x) ((x) >> PROTOCOL_REV_MINOR_BITS)