Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Dbd96801_wdt.c25 #define BD96801_WD_TMO_SHORT_MASK 0x70 macro
222 fastng = FIELD_PREP(BD96801_WD_TMO_SHORT_MASK, fastng); in bd96801_set_wdt_mode()
225 mask = BD96801_WD_RATIO_MASK | BD96801_WD_TMO_SHORT_MASK; in bd96801_set_wdt_mode()
257 sel = FIELD_GET(BD96801_WD_TMO_SHORT_MASK, val); in bd96801_set_heartbeat_from_hw()