Home
last modified time | relevance | path

Searched defs:amax (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/regulator/
H A D88pm800-regulator.c86 #define PM800_BUCK(match, vreg, ereg, ebit, amax, volt_ranges, n_volt) \ argument
116 #define PM800_LDO(match, vreg, ereg, ebit, amax, ldo_volt_table) \ argument
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_common.h200 static __inline RK_S32 mpp_clip(RK_S32 a, RK_S32 amin, RK_S32 amax) in mpp_clip()