Searched refs:clamp_t (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/watchdog/ |
A D | tangier_wdt.c | 52 timeout_sec = clamp_t(u32, timeout_ms, WDT_TIMEOUT_MIN, WDT_TIMEOUT_MAX); in tangier_wdt_start()
|
/u-boot/include/linux/ |
A D | kernel.h | 243 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) macro 256 #define clamp_val(val, lo, hi) clamp_t(typeof(val), val, lo, hi)
|
Completed in 3 milliseconds