Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/lx6464es/
H A Dlx_core.h212 static inline void unpack_pointer(dma_addr_t ptr, u32 *r_low, u32 *r_high) in unpack_pointer() argument
216 *r_high = 0; in unpack_pointer()
218 *r_high = (u32)((u64)ptr>>32); in unpack_pointer()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dhndpmu.c2986 uint32 r_high, r_low, int_part, frac_part, rounding_const; in BCMPOSTTRAPFN() local
3014 math_uint64_multiple_add(&r_high, &r_low, ndiv_frac, xf, rounding_const); in BCMPOSTTRAPFN()
3015 math_uint64_right_shift(&frac_part, r_high, r_low, BBPLL_NDIV_FRAC_BITS); in BCMPOSTTRAPFN()
3030 math_uint64_multiple_add(&r_high, &r_low, (int_part + frac_part), in BCMPOSTTRAPFN()
3032 math_uint64_right_shift(&fvco, r_high, r_low, P1_DIV_SCALE_BITS); in BCMPOSTTRAPFN()
3049 uint32 r_high, r_low, int_part, frac_part, rounding_const; in BCMPOSTTRAPFN() local
3090 math_uint64_multiple_add(&r_high, &r_low, ndiv_frac, xf, rounding_const); in BCMPOSTTRAPFN()
3091 math_uint64_right_shift(&frac_part, r_high, r_low, PMU43012_PLL_NDIV_FRAC_BITS); in BCMPOSTTRAPFN()
3096 math_uint64_multiple_add(&r_high, &r_low, (int_part + frac_part), in BCMPOSTTRAPFN()
3098 math_uint64_right_shift(&fvco, r_high, r_low, PMU43012_PLL_P_DIV_SCALE_BITS); in BCMPOSTTRAPFN()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dhndpmu.c2986 uint32 r_high, r_low, int_part, frac_part, rounding_const; in BCMPOSTTRAPFN() local
3014 math_uint64_multiple_add(&r_high, &r_low, ndiv_frac, xf, rounding_const); in BCMPOSTTRAPFN()
3015 math_uint64_right_shift(&frac_part, r_high, r_low, BBPLL_NDIV_FRAC_BITS); in BCMPOSTTRAPFN()
3030 math_uint64_multiple_add(&r_high, &r_low, (int_part + frac_part), in BCMPOSTTRAPFN()
3032 math_uint64_right_shift(&fvco, r_high, r_low, P1_DIV_SCALE_BITS); in BCMPOSTTRAPFN()
3049 uint32 r_high, r_low, int_part, frac_part, rounding_const; in BCMPOSTTRAPFN() local
3090 math_uint64_multiple_add(&r_high, &r_low, ndiv_frac, xf, rounding_const); in BCMPOSTTRAPFN()
3091 math_uint64_right_shift(&frac_part, r_high, r_low, PMU43012_PLL_NDIV_FRAC_BITS); in BCMPOSTTRAPFN()
3096 math_uint64_multiple_add(&r_high, &r_low, (int_part + frac_part), in BCMPOSTTRAPFN()
3098 math_uint64_right_shift(&fvco, r_high, r_low, PMU43012_PLL_P_DIV_SCALE_BITS); in BCMPOSTTRAPFN()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmutils.h961 extern void bcm_uint64_multiple_add(uint32* r_high, uint32* r_low, uint32 a, uint32 b, uint32 c);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmutils.c2677 bcm_uint64_multiple_add(uint32* r_high, uint32* r_low, uint32 a, uint32 b, uint32 c) in bcm_uint64_multiple_add() argument
2711 *r_high = r1; in bcm_uint64_multiple_add()