Searched defs:clamp (Results 1 – 2 of 2) sorted by relevance
79 static void __secure clamp_release(u32 __maybe_unused *clamp) in clamp_release()94 static void __secure clamp_set(u32 __maybe_unused *clamp) in clamp_set()103 static void __secure sunxi_power_switch(u32 *clamp, u32 *pwroff, bool on, in sunxi_power_switch()
215 #define clamp(val, lo, hi) min((typeof(val))max(val, lo), hi) macro
Completed in 5 milliseconds