Searched refs:wdt_timer (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/watchdog/ |
H A D | geodewdt.c | 47 static struct cs5535_mfgpt_timer *wdt_timer; variable 53 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_ping() 56 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_ping() 59 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, MFGPT_SETUP_CNTEN); in geodewdt_ping() 64 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_disable() 65 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_disable() 73 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, 0); in geodewdt_set_heartbeat() 74 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_CMP2, val * GEODEWDT_HZ); in geodewdt_set_heartbeat() 75 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_set_heartbeat() 76 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_SETUP, MFGPT_SETUP_CNTEN); in geodewdt_set_heartbeat() [all …]
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc_booke.c | 81 QEMUTimer *wdt_timer; member 255 booke_timer->wdt_timer, in booke_wdt_cb() 280 booke_timer->wdt_timer, in store_booke_tsr() 307 booke_timer->wdt_timer, in store_booke_tcr() 363 booke_timer->wdt_timer = in ppc_booke_timers_init()
|
H A D | ppc.c | 1176 QEMUTimer *wdt_timer; member 1303 timer_mod(ppc40x_timer->wdt_timer, next); in cpu_4xx_wdt_cb() 1308 timer_mod(ppc40x_timer->wdt_timer, next); in cpu_4xx_wdt_cb() 1410 ppc40x_timer->wdt_timer = in ppc_40x_timers_init()
|
/openbmc/linux/drivers/iio/common/ssp_sensors/ |
H A D | ssp_dev.c | 170 struct ssp_data *data = from_timer(data, t, wdt_timer); in ssp_wdt_timer_func() 183 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME)); in ssp_wdt_timer_func() 188 mod_timer(&data->wdt_timer, jiffies + msecs_to_jiffies(SSP_WDT_TIME)); in ssp_enable_wdt_timer() 193 del_timer_sync(&data->wdt_timer); in ssp_disable_wdt_timer() 534 timer_setup(&data->wdt_timer, ssp_wdt_timer_func, 0); in ssp_probe() 592 del_timer_sync(&data->wdt_timer); in ssp_remove()
|
H A D | ssp.h | 182 struct timer_list wdt_timer; member
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | booke.c | 623 mod_timer(&vcpu->arch.wdt_timer, jiffies + nr_jiffies); in arm_next_watchdog() 625 del_timer(&vcpu->arch.wdt_timer); in arm_next_watchdog() 631 struct kvm_vcpu *vcpu = from_timer(vcpu, t, arch.wdt_timer); in kvmppc_watchdog_func() 1432 timer_setup(&vcpu->arch.wdt_timer, kvmppc_watchdog_func, 0); in kvmppc_subarch_vcpu_init() 1444 del_timer_sync(&vcpu->arch.wdt_timer); in kvmppc_subarch_vcpu_uninit()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_host.h | 705 struct timer_list wdt_timer; member
|