Searched refs:TCO_TMR (Results 1 – 2 of 2) sorted by relevance
130 val = inb(TCO_TMR(tcobase)); in tco_timer_set_heartbeat()133 outb(val, TCO_TMR(tcobase)); in tco_timer_set_heartbeat()134 val = inb(TCO_TMR(tcobase)); in tco_timer_set_heartbeat()
31 #define TCO_TMR(base) ((base) + 0x01) /* TCO Timer Initial Value */ macro