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