Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/watchdog/
A DiTCO_wdt.c75 #define TCO_RLD(p) (TCOBASE(p) + 0x00) /* TCO Timer Reload/Curr. Value */ macro
286 outw(0x01, TCO_RLD(p)); in iTCO_wdt_start()
288 outb(0x01, TCO_RLD(p)); in iTCO_wdt_start()
335 outw(0x01, TCO_RLD(p)); in iTCO_wdt_ping()
341 outb(0x01, TCO_RLD(p)); in iTCO_wdt_ping()
408 val16 = inw(TCO_RLD(p)); in iTCO_wdt_get_timeleft()
415 val8 = inb(TCO_RLD(p)); in iTCO_wdt_get_timeleft()
A Dnv_tco.h30 #define TCO_RLD(base) ((base) + 0x00) /* TCO Timer Reload and Current Value */ macro
A Dnv_tco.c104 outb(0x01, TCO_RLD(tcobase)); in tco_timer_keepalive()

Completed in 5 milliseconds