Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clocksource/
A Dtimer-tegra.c34 #define TIMER_PTV 0x0 macro
68 writel_relaxed(TIMER_PTV_EN | (cycles - 1), reg_base + TIMER_PTV); in tegra_timer_set_next_event()
77 writel_relaxed(0, reg_base + TIMER_PTV); in tegra_timer_shutdown()
88 reg_base + TIMER_PTV); in tegra_timer_set_periodic()
136 writel_relaxed(0, timer_of_base(to) + TIMER_PTV); in tegra_timer_setup()
/linux-6.3-rc2/drivers/watchdog/
A Dtegra_wdt.c55 #define TIMER_PTV 0x0 macro
91 writel(val, wdt->tmr_regs + TIMER_PTV); in tegra_wdt_start()
116 writel(0, wdt->tmr_regs + TIMER_PTV); in tegra_wdt_stop()

Completed in 3 milliseconds