Searched refs:TARGET_ROOT_POST_PODF (Results 1 – 1 of 1) sorted by relevance
45 #define TARGET_ROOT_POST_PODF __BITS(5,0) macro86 const u_int post_div = __SHIFTOUT(val, TARGET_ROOT_POST_PODF) + 1; in imx_ccm_composite_get_rate()133 for (u_int postdiv = 1; postdiv <= __SHIFTOUT_MASK(TARGET_ROOT_POST_PODF) + 1; postdiv++) { in imx_ccm_composite_set_rate()157 val &= ~TARGET_ROOT_POST_PODF; in imx_ccm_composite_set_rate()158 val |= __SHIFTIN(best_postdiv - 1, TARGET_ROOT_POST_PODF); in imx_ccm_composite_set_rate()