Home
last modified time | relevance | path

Searched refs:TCOv1_TMR (Results 1 – 1 of 1) sorted by relevance

/drivers/watchdog/
DiTCO_wdt.c77 #define TCOv1_TMR(p) (TCOBASE(p) + 0x01) /* TCOv1 Timer Initial Value*/ macro
373 val8 = inb(TCOv1_TMR(p)); in iTCO_wdt_set_timeout()
376 outb(val8, TCOv1_TMR(p)); in iTCO_wdt_set_timeout()
377 val8 = inb(TCOv1_TMR(p)); in iTCO_wdt_set_timeout()
408 val8 += (inb(TCOv1_TMR(p)) & 0x3f); in iTCO_wdt_get_timeleft()