Searched refs:S_STBY (Results 1 – 1 of 1) sorted by relevance
22009 #define S_STBY 0 macro22011 #define V_STBY(x) ((x) << S_STBY)22012 #define G_STBY(x) (((x) >> S_STBY) & M_STBY)