Home
last modified time | relevance | path

Searched defs:bias (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Ddiv64.h160 static inline uint64_t __arch_xprod_64(const uint64_t m, uint64_t n, bool bias) in __arch_xprod_64()
/rk3399_rockchip-uboot/include/zfs/
H A Dspa.h31 #define BF32_GET_SB(x, low, len, shift, bias) \ argument
33 #define BF64_GET_SB(x, low, len, shift, bias) \ argument
36 #define BF32_SET_SB(x, low, len, shift, bias, val) \ argument
38 #define BF64_SET_SB(x, low, len, shift, bias, val) \ argument
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1126b/
H A Drv1126b.c309 u32 bias, value = 0, width = 0; in tsadc_adjust_bias_current() local