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

/linux-4.1.27/drivers/watchdog/
H A Dintel_scu_watchdog.c218 timer_margin * watchdog_device.timer_tbl_ptr->freq_hz; intel_scu_set_heartbeat()
221 * watchdog_device.timer_tbl_ptr->freq_hz; intel_scu_set_heartbeat()
224 watchdog_device.timer_tbl_ptr->freq_hz); intel_scu_set_heartbeat()
463 watchdog_device.timer_tbl_ptr = sfi_get_mtmr(sfi_mtimer_num-1); intel_scu_watchdog_init()
465 if (watchdog_device.timer_tbl_ptr == NULL) { intel_scu_watchdog_init()
470 if (watchdog_device.timer_tbl_ptr->phys_addr == 0) { intel_scu_watchdog_init()
476 if (watchdog_device.timer_tbl_ptr->irq == 0) { intel_scu_watchdog_init()
481 tmp_addr = ioremap_nocache(watchdog_device.timer_tbl_ptr->phys_addr, intel_scu_watchdog_init()
499 timer_margin * watchdog_device.timer_tbl_ptr->freq_hz; intel_scu_watchdog_init()
502 * watchdog_device.timer_tbl_ptr->freq_hz; intel_scu_watchdog_init()
525 ret = request_irq((unsigned int)watchdog_device.timer_tbl_ptr->irq, intel_scu_watchdog_init()
H A Dintel_scu_watchdog.h57 struct sfi_timer_table_entry *timer_tbl_ptr; member in struct:intel_scu_watchdog_dev

Completed in 89 milliseconds