Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dnv_tco.h35 #define TCO_TMR(base) ((base) + 0x01) /* TCO Timer Initial Value */ macro
Dnv_tco.c134 val = inb(TCO_TMR(tcobase)); in tco_timer_set_heartbeat()
137 outb(val, TCO_TMR(tcobase)); in tco_timer_set_heartbeat()
138 val = inb(TCO_TMR(tcobase)); in tco_timer_set_heartbeat()