Searched refs:P1_DIV_SCALE_BITS (Results 1 – 4 of 4) sorted by relevance
51 #define P1_DIV_SCALE_BITS 12 macro
3027 p1_div_scale = (1 << P1_DIV_SCALE_BITS) / p1_div; in BCMPOSTTRAPFN()3028 rounding_const = 1 << (P1_DIV_SCALE_BITS - 1); in BCMPOSTTRAPFN()3032 math_uint64_right_shift(&fvco, r_high, r_low, P1_DIV_SCALE_BITS); in BCMPOSTTRAPFN()