Searched refs:therm_trip (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dsch311x_wdt.c71 static unsigned short therm_trip; variable
72 module_param(therm_trip, ushort, 0);
73 MODULE_PARM_DESC(therm_trip, "Should a ThermTrip trigger the reset generator");
425 val = therm_trip ? 0x06 : 0x04;

Completed in 68 milliseconds