Searched refs:MS_TYP_MASK (Results 1 – 1 of 1) sorted by relevance
68 #define MS_TYP_MASK 0xf000 /* mask to retrieve the type of the param */ macro84 ((typ<<MS_TYP_OFFSET) & MS_TYP_MASK))88 #define MS_TYP(param) ((param & MS_TYP_MASK) >> MS_TYP_OFFSET)