Searched refs:TCO_CNT (Results 1 – 2 of 2) sorted by relevance
81 val = inl(TCO_CNT(tcobase)); in tco_timer_start()83 outl(val, TCO_CNT(tcobase)); in tco_timer_start()93 val = inl(TCO_CNT(tcobase)); in tco_timer_stop()95 outl(val, TCO_CNT(tcobase)); in tco_timer_stop()
49 #define TCO_CNT(base) ((base) + 0x08) /* TCO Control Register */ macro