Searched refs:INTEL_OC_WDT_CTRL_REG (Results 1 – 1 of 1) sorted by relevance
39 #define INTEL_OC_WDT_CTRL_REG(wdt) ((wdt)->ctrl_res->start) macro64 outl(inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) | INTEL_OC_WDT_EN, in intel_oc_wdt_start()65 INTEL_OC_WDT_CTRL_REG(oc_wdt)); in intel_oc_wdt_start()74 outl(inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) & ~INTEL_OC_WDT_EN, in intel_oc_wdt_stop()75 INTEL_OC_WDT_CTRL_REG(oc_wdt)); in intel_oc_wdt_stop()84 outl(inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) | INTEL_OC_WDT_RLD, in intel_oc_wdt_ping()85 INTEL_OC_WDT_CTRL_REG(oc_wdt)); in intel_oc_wdt_ping()95 outl((inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) & ~INTEL_OC_WDT_TOV) | (t - 1), in intel_oc_wdt_set_timeout()96 INTEL_OC_WDT_CTRL_REG(oc_wdt)); in intel_oc_wdt_set_timeout()121 val = inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)); in intel_oc_wdt_setup()[all …]
Completed in 5 milliseconds