Searched refs:w83697hf_set_reg (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 Dw83697hf_wdt.c98 * The three functions w83697hf_get_reg(), w83697hf_set_reg() and
108 static void w83697hf_set_reg(unsigned char reg, unsigned char data) function
117 w83697hf_set_reg(0xF4, timeout);
123 w83697hf_set_reg(0x07, 0x08); /* Switch to logic device 8 (GPIO2) */
142 w83697hf_set_reg(0x29, bbuf);
146 w83697hf_set_reg(0xF3, bbuf); /* Count mode is seconds */
168 w83697hf_set_reg(0x30, 1); /* Enable timer */
179 w83697hf_set_reg(0x30, 0); /* Disable timer */

Completed in 21 milliseconds