Searched defs:ATS_GET_FLAGS (Results 1 – 3 of 3) sorted by relevance
394 #define ATS_GET_FLAGS(_ats, _byte_offs) \ macro
212 #define ATS_GET_FLAGS(_ats, _byte_offs) \ macro
224 #define ATS_GET_FLAGS(_ats,_byte_offs) (((_ats) >> (44 - (4 * ((_byte_offs) / 8)))) & 0xf) macro