Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A DiTCO_wdt.c81 #define TCO1_CNT(p) (TCOBASE(p) + 0x08) /* TCO1 Control Register */ macro
239 val = inw(TCO1_CNT(p)) & ~NMI_NOW; in update_no_reboot_bit_cnt()
244 outw(val, TCO1_CNT(p)); in update_no_reboot_bit_cnt()
245 newval = inw(TCO1_CNT(p)) & ~NMI_NOW; in update_no_reboot_bit_cnt()
308 val = inw(TCO1_CNT(p)); in iTCO_wdt_start()
310 outw(val, TCO1_CNT(p)); in iTCO_wdt_start()
311 val = inw(TCO1_CNT(p)); in iTCO_wdt_start()
329 val = inw(TCO1_CNT(p)); in iTCO_wdt_stop()
331 outw(val, TCO1_CNT(p)); in iTCO_wdt_stop()
332 val = inw(TCO1_CNT(p)); in iTCO_wdt_stop()
[all …]