Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dintel_oc_wdt.c60 struct intel_oc_wdt *oc_wdt = watchdog_get_drvdata(wdd); in intel_oc_wdt_start() local
62 if (oc_wdt->locked) in intel_oc_wdt_start()
65 outl(inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) | INTEL_OC_WDT_EN, in intel_oc_wdt_start()
66 INTEL_OC_WDT_CTRL_REG(oc_wdt)); in intel_oc_wdt_start()
73 struct intel_oc_wdt *oc_wdt = watchdog_get_drvdata(wdd); in intel_oc_wdt_stop() local
75 outl(inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) & ~INTEL_OC_WDT_EN, in intel_oc_wdt_stop()
76 INTEL_OC_WDT_CTRL_REG(oc_wdt)); in intel_oc_wdt_stop()
83 struct intel_oc_wdt *oc_wdt = watchdog_get_drvdata(wdd); in intel_oc_wdt_ping() local
85 outl(inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) | INTEL_OC_WDT_RLD, in intel_oc_wdt_ping()
86 INTEL_OC_WDT_CTRL_REG(oc_wdt)); in intel_oc_wdt_ping()
[all …]