Searched refs:r_low (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/lx6464es/
H A Dlx_core.h232 static inline void unpack_pointer(dma_addr_t ptr, u32 *r_low, u32 *r_high) argument
234 *r_low = (u32)(ptr & 0xffffffff);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h1170 extern void bcm_uint64_multiple_add(uint32* r_high, uint32* r_low, uint32 a, uint32 b, uint32 c);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpmu.c7728 uint32 r_high, r_low, int_part, frac_part, rounding_const; local
7768 bcm_uint64_multiple_add(&r_high, &r_low, ndiv_frac, xf, rounding_const);
7769 bcm_uint64_right_shift(&frac_part, r_high, r_low, BBPLL_NDIV_FRAC_BITS);
7774 bcm_uint64_multiple_add(&r_high, &r_low, (int_part + frac_part),
7776 bcm_uint64_right_shift(&fvco, r_high, r_low, P1_DIV_SCALE_BITS);
H A Dbcmutils.c4189 bcm_uint64_multiple_add(uint32* r_high, uint32* r_low, uint32 a, uint32 b, uint32 c) argument
4224 *r_low = r0;

Completed in 216 milliseconds