Searched refs:ts4800_wdt_map (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/watchdog/
H A Dts4800_wdt.c50 } ts4800_wdt_map[] = { variable in typeref:struct:__anon203
55 #define MAX_TIMEOUT_INDEX (ARRAY_SIZE(ts4800_wdt_map) - 1)
85 if (ts4800_wdt_map[i].timeout >= timeout)
89 wdd->timeout = ts4800_wdt_map[i].timeout;
90 wdt->feed_val = ts4800_wdt_map[i].regval;
151 wdd->min_timeout = ts4800_wdt_map[0].timeout;
152 wdd->max_timeout = ts4800_wdt_map[MAX_TIMEOUT_INDEX].timeout;

Completed in 150 milliseconds