Searched refs:S_STBY (Results 1 – 1 of 1) sorted by relevance
42603 #define S_STBY 0 macro42605 #define V_STBY(x) ((x) << S_STBY)42606 #define G_STBY(x) (((x) >> S_STBY) & M_STBY)