Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/watchdog/
Dintel_scu_watchdog.c218 timer_margin * watchdog_device.timer_tbl_ptr->freq_hz; in intel_scu_set_heartbeat()
221 * watchdog_device.timer_tbl_ptr->freq_hz; in intel_scu_set_heartbeat()
224 watchdog_device.timer_tbl_ptr->freq_hz); in intel_scu_set_heartbeat()
463 watchdog_device.timer_tbl_ptr = sfi_get_mtmr(sfi_mtimer_num-1); in intel_scu_watchdog_init()
465 if (watchdog_device.timer_tbl_ptr == NULL) { in intel_scu_watchdog_init()
470 if (watchdog_device.timer_tbl_ptr->phys_addr == 0) { in intel_scu_watchdog_init()
476 if (watchdog_device.timer_tbl_ptr->irq == 0) { in intel_scu_watchdog_init()
481 tmp_addr = ioremap_nocache(watchdog_device.timer_tbl_ptr->phys_addr, in intel_scu_watchdog_init()
499 timer_margin * watchdog_device.timer_tbl_ptr->freq_hz; in intel_scu_watchdog_init()
502 * watchdog_device.timer_tbl_ptr->freq_hz; in intel_scu_watchdog_init()
[all …]
Dintel_scu_watchdog.h57 struct sfi_timer_table_entry *timer_tbl_ptr; member