Searched refs:S_SR_IDLE (Results 1 – 1 of 1) sorted by relevance
56888 #define S_SR_IDLE 0 macro56890 #define V_SR_IDLE(x) ((x) << S_SR_IDLE)56891 #define G_SR_IDLE(x) (((x) >> S_SR_IDLE) & M_SR_IDLE)