timer_tbl_ptr     202 drivers/watchdog/intel_scu_watchdog.c 		timer_margin * watchdog_device.timer_tbl_ptr->freq_hz;
timer_tbl_ptr     205 drivers/watchdog/intel_scu_watchdog.c 		* watchdog_device.timer_tbl_ptr->freq_hz;
timer_tbl_ptr     208 drivers/watchdog/intel_scu_watchdog.c 		 watchdog_device.timer_tbl_ptr->freq_hz);
timer_tbl_ptr     447 drivers/watchdog/intel_scu_watchdog.c 	watchdog_device.timer_tbl_ptr = sfi_get_mtmr(sfi_mtimer_num-1);
timer_tbl_ptr     449 drivers/watchdog/intel_scu_watchdog.c 	if (watchdog_device.timer_tbl_ptr == NULL) {
timer_tbl_ptr     454 drivers/watchdog/intel_scu_watchdog.c 	if (watchdog_device.timer_tbl_ptr->phys_addr == 0) {
timer_tbl_ptr     460 drivers/watchdog/intel_scu_watchdog.c 	if (watchdog_device.timer_tbl_ptr->irq == 0) {
timer_tbl_ptr     465 drivers/watchdog/intel_scu_watchdog.c 	tmp_addr = ioremap_nocache(watchdog_device.timer_tbl_ptr->phys_addr,
timer_tbl_ptr     483 drivers/watchdog/intel_scu_watchdog.c 		timer_margin * watchdog_device.timer_tbl_ptr->freq_hz;
timer_tbl_ptr     486 drivers/watchdog/intel_scu_watchdog.c 		* watchdog_device.timer_tbl_ptr->freq_hz;
timer_tbl_ptr     509 drivers/watchdog/intel_scu_watchdog.c 	ret = request_irq((unsigned int)watchdog_device.timer_tbl_ptr->irq,
timer_tbl_ptr      42 drivers/watchdog/intel_scu_watchdog.h 	struct sfi_timer_table_entry *timer_tbl_ptr;