Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dintel_oc_wdt.c31 #define INTEL_OC_WDT_EN BIT(14) macro
65 outl(inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) | INTEL_OC_WDT_EN, in intel_oc_wdt_start()
75 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()