Searched refs:STATUS_MASK (Results 1 – 1 of 1) sorted by relevance
27 #define STATUS_MASK 0x7 macro28 #define GET_STATUS(flags) (flags & STATUS_MASK)150 if ((*flags & (STATUS_MASK)) == CLOCK_CONTROL_STATUS_OFF) { in set_starting_state()