Searched refs:amax (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | 88pm800-regulator.c | 86 #define PM800_BUCK(match, vreg, ereg, ebit, amax, volt_ranges, n_volt) \ argument 104 .max_ua = (amax), \ 116 #define PM800_LDO(match, vreg, ereg, ebit, amax, ldo_volt_table) \ argument 133 .max_ua = (amax), \
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_common.h | 200 static __inline RK_S32 mpp_clip(RK_S32 a, RK_S32 amin, RK_S32 amax) in mpp_clip() argument 203 else if (a > amax) return amax; in mpp_clip()
|