Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A DiTCO_wdt.c81 #define TCO1_STS(p) (TCOBASE(p) + 0x04) /* TCO1 Status Register */ macro
342 outw(0x0008, TCO1_STS(p)); /* write 1 to clear bit */ in iTCO_wdt_ping()
420 if (!(inw(TCO1_STS(p)) & 0x0008)) in iTCO_wdt_get_timeleft()
546 outw(0x0008, TCO1_STS(p)); /* Clear the Time Out Status bit */ in iTCO_wdt_probe()
550 outl(0x20008, TCO1_STS(p)); in iTCO_wdt_probe()
555 outw(0x0008, TCO1_STS(p)); /* Clear the Time Out Status bit */ in iTCO_wdt_probe()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpm.h68 #define TCO1_STS 0x64 macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c72 ps->tco1_sts = inw(ACPI_BASE_ADDRESS + TCO1_STS); in power_state_get()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h376 #define TCO1_STS 0x64 macro