Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
Dintel_scu_watchdog.c202 timer_margin * watchdog_device.timer_tbl_ptr->freq_hz; in intel_scu_set_heartbeat()
205 * watchdog_device.timer_tbl_ptr->freq_hz; in intel_scu_set_heartbeat()
208 watchdog_device.timer_tbl_ptr->freq_hz); in intel_scu_set_heartbeat()
447 watchdog_device.timer_tbl_ptr = sfi_get_mtmr(sfi_mtimer_num-1); in intel_scu_watchdog_init()
449 if (watchdog_device.timer_tbl_ptr == NULL) { in intel_scu_watchdog_init()
454 if (watchdog_device.timer_tbl_ptr->phys_addr == 0) { in intel_scu_watchdog_init()
460 if (watchdog_device.timer_tbl_ptr->irq == 0) { in intel_scu_watchdog_init()
465 tmp_addr = ioremap_nocache(watchdog_device.timer_tbl_ptr->phys_addr, in intel_scu_watchdog_init()
483 timer_margin * watchdog_device.timer_tbl_ptr->freq_hz; in intel_scu_watchdog_init()
486 * watchdog_device.timer_tbl_ptr->freq_hz; in intel_scu_watchdog_init()
[all …]
Dintel_scu_watchdog.h42 struct sfi_timer_table_entry *timer_tbl_ptr; member