Home
last modified time | relevance | path

Searched refs:FASTNG_MAX_US (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/watchdog/
Dbd96801_wdt.c45 #define FASTNG_MAX_US (100 * FASTNG_MIN << 7) macro
46 #define SLOWNG_MAX_US (16 * FASTNG_MAX_US)
173 if (hw_margin_min * 1000 > FASTNG_MAX_US) { in bd96801_set_wdt_mode()
175 hw_margin_min * 1000, FASTNG_MAX_US); in bd96801_set_wdt_mode()