Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/watchdog/
DiTCO_wdt.c81 #define TCO1_CNT(p) (TCOBASE(p) + 0x08) /* TCO1 Control Register */ macro
222 val = inw(TCO1_CNT(p)); in update_no_reboot_bit_cnt()
227 outw(val, TCO1_CNT(p)); in update_no_reboot_bit_cnt()
228 newval = inw(TCO1_CNT(p)); in update_no_reboot_bit_cnt()
291 val = inw(TCO1_CNT(p)); in iTCO_wdt_start()
293 outw(val, TCO1_CNT(p)); in iTCO_wdt_start()
294 val = inw(TCO1_CNT(p)); in iTCO_wdt_start()
312 val = inw(TCO1_CNT(p)); in iTCO_wdt_stop()
314 outw(val, TCO1_CNT(p)); in iTCO_wdt_stop()
315 val = inw(TCO1_CNT(p)); in iTCO_wdt_stop()
[all …]