Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dwdat_wdt.c137 preserve = entry->instruction & ACPI_WDAT_PRESERVE_REGISTER; in wdat_wdt_run_action()
138 flags = entry->instruction & ~ACPI_WDAT_PRESERVE_REGISTER; in wdat_wdt_run_action()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dactbl3.h598 ACPI_WDAT_PRESERVE_REGISTER = 0x80 /* Except for this value */ enumerator