Searched defs:SW_SCALE_END (Results 1 – 3 of 3) sorted by relevance
721 #define SW_SCALE_END(intstat, ch) (((intstat) >> (((ch) + 1) * 2)) & 0x3) macro
723 #define SW_SCALE_END(intstat, ch) ((intstat >> ((ch + 1) * 2)) & 0x3) macro