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

/linux-master/drivers/watchdog/
H A Dgef_wdt.c65 static int gef_wdt_count; variable
89 data = (1 << field_shift) | gef_wdt_count;
92 data = (2 << field_shift) | gef_wdt_count;
130 gef_wdt_count = (timeout * bus_clk) >> 8;

Completed in 195 milliseconds