Home
last modified time | relevance | path

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

/drivers/watchdog/
A Dintel_oc_wdt.c31 #define INTEL_OC_WDT_EN BIT(14) macro
64 outl(inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) | INTEL_OC_WDT_EN, in intel_oc_wdt_start()
74 outl(inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) & ~INTEL_OC_WDT_EN, in intel_oc_wdt_stop()
128 if (val & INTEL_OC_WDT_EN) { in intel_oc_wdt_setup()

Completed in 4 milliseconds