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

/linux-4.4.14/drivers/clocksource/
H A Dtegra20_timer.c48 #define TIMER_PTV 0x0 macro
70 timer_writel(reg, TIMER3_BASE + TIMER_PTV); tegra_timer_set_next_event()
77 timer_writel(0, TIMER3_BASE + TIMER_PTV); timer_shutdown()
91 timer_writel(reg, TIMER3_BASE + TIMER_PTV); tegra_timer_set_periodic()
/linux-4.4.14/drivers/watchdog/
H A Dtegra_wdt.c63 #define TIMER_PTV 0x0 macro
99 writel(val, wdt->tmr_regs + TIMER_PTV); tegra_wdt_start()
124 writel(0, wdt->tmr_regs + TIMER_PTV); tegra_wdt_stop()

Completed in 103 milliseconds