Searched refs:rounding_const (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | hndpmu.c | 2986 uint32 r_high, r_low, int_part, frac_part, rounding_const; in BCMPOSTTRAPFN() local 3013 rounding_const = 1 << (BBPLL_NDIV_FRAC_BITS - 1); in BCMPOSTTRAPFN() 3014 math_uint64_multiple_add(&r_high, &r_low, ndiv_frac, xf, rounding_const); in BCMPOSTTRAPFN() 3028 rounding_const = 1 << (P1_DIV_SCALE_BITS - 1); in BCMPOSTTRAPFN() 3031 p1_div_scale, rounding_const); in BCMPOSTTRAPFN() 3049 uint32 r_high, r_low, int_part, frac_part, rounding_const; in BCMPOSTTRAPFN() local 3089 rounding_const = 1 << (PMU43012_PLL_NDIV_FRAC_BITS - 1); in BCMPOSTTRAPFN() 3090 math_uint64_multiple_add(&r_high, &r_low, ndiv_frac, xf, rounding_const); in BCMPOSTTRAPFN() 3094 rounding_const = 1 << (PMU43012_PLL_P_DIV_SCALE_BITS - 1); in BCMPOSTTRAPFN() 3097 p1_div_scale, rounding_const); in BCMPOSTTRAPFN()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | hndpmu.c | 2986 uint32 r_high, r_low, int_part, frac_part, rounding_const; in BCMPOSTTRAPFN() local 3013 rounding_const = 1 << (BBPLL_NDIV_FRAC_BITS - 1); in BCMPOSTTRAPFN() 3014 math_uint64_multiple_add(&r_high, &r_low, ndiv_frac, xf, rounding_const); in BCMPOSTTRAPFN() 3028 rounding_const = 1 << (P1_DIV_SCALE_BITS - 1); in BCMPOSTTRAPFN() 3031 p1_div_scale, rounding_const); in BCMPOSTTRAPFN() 3049 uint32 r_high, r_low, int_part, frac_part, rounding_const; in BCMPOSTTRAPFN() local 3089 rounding_const = 1 << (PMU43012_PLL_NDIV_FRAC_BITS - 1); in BCMPOSTTRAPFN() 3090 math_uint64_multiple_add(&r_high, &r_low, ndiv_frac, xf, rounding_const); in BCMPOSTTRAPFN() 3094 rounding_const = 1 << (PMU43012_PLL_P_DIV_SCALE_BITS - 1); in BCMPOSTTRAPFN() 3097 p1_div_scale, rounding_const); in BCMPOSTTRAPFN()
|