Searched refs:TIMER_PTV (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-tegra.c | 34 #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()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-tegra.c | 34 #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()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | tegra_wdt.c | 55 #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()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | tegra_wdt.c | 55 #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