Searched refs:PROTOCOL_REV_MAJOR_MASK (Results 1 – 1 of 1) sorted by relevance
26 #define PROTOCOL_REV_MAJOR_MASK GENMASK(31, 16) macro27 #define PROTOCOL_REV_MAJOR(x) (u16)(FIELD_GET(PROTOCOL_REV_MAJOR_MASK, (x)))