Searched refs:S_PD_IDLE (Results 1 – 1 of 1) sorted by relevance
18500 #define S_PD_IDLE 8 macro18502 #define V_PD_IDLE(x) ((x) << S_PD_IDLE)18503 #define G_PD_IDLE(x) (((x) >> S_PD_IDLE) & M_PD_IDLE)