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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dwd501p.h23 #define WDT_COUNT0 (io+0) macro
H A Dwdt.c110 outb_p(val&0xFF, WDT_COUNT0+ctr);
111 outb_p(val>>8, WDT_COUNT0+ctr);
H A Dwdt_pci.c115 outb(val & 0xFF, WDT_COUNT0 + ctr);
117 outb(val >> 8, WDT_COUNT0 + ctr);

Completed in 105 milliseconds