Home
last modified time | relevance | path

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

/Linux-v5.10/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()
448 watchdog_device.timer_tbl_ptr = sfi_get_mtmr(sfi_mtimer_num-1); in intel_scu_watchdog_init()
450 if (watchdog_device.timer_tbl_ptr == NULL) { in intel_scu_watchdog_init()
455 if (watchdog_device.timer_tbl_ptr->phys_addr == 0) { in intel_scu_watchdog_init()
461 if (watchdog_device.timer_tbl_ptr->irq == 0) { in intel_scu_watchdog_init()
466 tmp_addr = ioremap(watchdog_device.timer_tbl_ptr->phys_addr, in intel_scu_watchdog_init()
484 timer_margin * watchdog_device.timer_tbl_ptr->freq_hz; in intel_scu_watchdog_init()
487 * 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