Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dintel_oc_wdt.c19 #define INTEL_OC_WDT_TOV GENMASK(9, 0) macro
96 outl((inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) & ~INTEL_OC_WDT_TOV) | (t - 1), in intel_oc_wdt_set_timeout()
146 oc_wdt->wdd.timeout = (val & INTEL_OC_WDT_TOV) + 1; in intel_oc_wdt_setup()
161 val &= ~INTEL_OC_WDT_TOV; in intel_oc_wdt_setup()