Lines Matching refs:cr_wdt_control
44 static int cr_wdt_control; /* WDT control register */ variable
195 t = superio_inb(cr_wdt_control); in w83627hf_init()
198 superio_outb(cr_wdt_control, t); in w83627hf_init()
226 t = superio_inb(cr_wdt_control); in w83627hf_init()
229 superio_outb(cr_wdt_control, t); in w83627hf_init()
248 t = superio_inb(cr_wdt_control) & ~0x0C; in w83627hf_init()
249 superio_outb(cr_wdt_control, t); in w83627hf_init()
348 cr_wdt_control = W83627HF_WDT_CONTROL; in wdt_find()
366 cr_wdt_control = W83697HF_WDT_CONTROL; in wdt_find()
371 cr_wdt_control = W83697HF_WDT_CONTROL; in wdt_find()
427 cr_wdt_control = NCT6102D_WDT_CONTROL; in wdt_find()
433 cr_wdt_control = NCT6102D_WDT_CONTROL; in wdt_find()