Searched refs:TCO_RLD (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 DiTCO_wdt.c361 #define TCO_RLD (TCOBASE + 0x00) /* TCO Timer Reload and Curr. Value */ macro
474 /* Force the timer to its reload value by writing to the TCO_RLD
477 outw(0x01, TCO_RLD);
479 outb(0x01, TCO_RLD);
525 outw(0x01, TCO_RLD);
531 outb(0x01, TCO_RLD);
597 val16 = inw(TCO_RLD);
604 val8 = inb(TCO_RLD);

Completed in 17 milliseconds