Home
last modified time | relevance | path

Searched refs:EXT_FRAC_BITS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c56 #define EXT_FRAC_BITS (EXT_BITS + FRAC_BITS) macro
57 #define fp_ext_toint(X) ((X) >> EXT_FRAC_BITS)
58 #define int_ext_tofp(X) ((int64_t)(X) << EXT_FRAC_BITS)
83 return (x * y) >> EXT_FRAC_BITS; in mul_ext_fp()
88 return div64_u64(x << EXT_FRAC_BITS, y); in div_ext_fp()