Searched refs:S_X_TICK (Results 1 – 1 of 1) sorted by relevance
47299 #define S_X_TICK 0 macro47301 #define V_X_TICK(x) ((x) << S_X_TICK)47302 #define G_X_TICK(x) (((x) >> S_X_TICK) & M_X_TICK)