Searched refs:S_COARSE_CAL_STEP_SIZE (Results 1 – 1 of 1) sorted by relevance
61513 #define S_COARSE_CAL_STEP_SIZE 9 macro61515 #define V_COARSE_CAL_STEP_SIZE(x) ((x) << S_COARSE_CAL_STEP_SIZE)61516 #define G_COARSE_CAL_STEP_SIZE(x) (((x) >> S_COARSE_CAL_STEP_SIZE) & M_COARSE_CAL_STEP_SIZE)