Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
DiTCO_wdt.c79 #define TCO_RLD (TCOBASE + 0x00) /* TCO Timer Reload and Curr. Value */ macro
229 outw(0x01, TCO_RLD); in iTCO_wdt_start()
231 outb(0x01, TCO_RLD); in iTCO_wdt_start()
277 outw(0x01, TCO_RLD); in iTCO_wdt_ping()
283 outb(0x01, TCO_RLD); in iTCO_wdt_ping()
350 val16 = inw(TCO_RLD); in iTCO_wdt_get_timeleft()
357 val8 = inb(TCO_RLD); in iTCO_wdt_get_timeleft()
Dnv_tco.h34 #define TCO_RLD(base) ((base) + 0x00) /* TCO Timer Reload and Current Value */ macro
Dnv_tco.c108 outb(0x01, TCO_RLD(tcobase)); in tco_timer_keepalive()