Searched refs:OUTPUT_BITS (Results 1 – 1 of 1) sorted by relevance
185 #define OUTPUT_BITS 0x00000003 /* bits 0-1 for output type */ macro204 #define SET_OUTPUT(ctx, type) ((ctx)->flags |= ((type) & OUTPUT_BITS))205 #define GET_OUTPUT(ctx) ((ctx)->flags & OUTPUT_BITS)