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) macro65 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()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()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()96 outl((inl(INTEL_OC_WDT_CTRL_REG(oc_wdt)) & ~INTEL_OC_WDT_TOV) | (t - 1), in intel_oc_wdt_set_timeout()97 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 …]