| /Linux-v5.4/drivers/clocksource/ | 
| D | timer-npcm7xx.c | 61 	val = readl(timer_of_base(to) + NPCM7XX_REG_TCSR0);  in npcm7xx_timer_resume() 63 	writel(val, timer_of_base(to) + NPCM7XX_REG_TCSR0);  in npcm7xx_timer_resume() 73 	val = readl(timer_of_base(to) + NPCM7XX_REG_TCSR0);  in npcm7xx_timer_shutdown() 75 	writel(val, timer_of_base(to) + NPCM7XX_REG_TCSR0);  in npcm7xx_timer_shutdown() 85 	val = readl(timer_of_base(to) + NPCM7XX_REG_TCSR0);  in npcm7xx_timer_oneshot() 88 	writel(val, timer_of_base(to) + NPCM7XX_REG_TCSR0);  in npcm7xx_timer_oneshot() 98 	writel(timer_of_period(to), timer_of_base(to) + NPCM7XX_REG_TICR0);  in npcm7xx_timer_periodic() 100 	val = readl(timer_of_base(to) + NPCM7XX_REG_TCSR0);  in npcm7xx_timer_periodic() 103 	writel(val, timer_of_base(to) + NPCM7XX_REG_TCSR0);  in npcm7xx_timer_periodic() 114 	writel(evt, timer_of_base(to) + NPCM7XX_REG_TICR0);  in npcm7xx_clockevent_set_next_event() [all …] 
 | 
| D | timer-sun4i.c | 89 	sun4i_clkevt_time_stop(timer_of_base(to), 0);  in sun4i_clkevt_shutdown() 98 	sun4i_clkevt_time_stop(timer_of_base(to), 0);  in sun4i_clkevt_set_oneshot() 99 	sun4i_clkevt_time_start(timer_of_base(to), 0, false);  in sun4i_clkevt_set_oneshot() 108 	sun4i_clkevt_time_stop(timer_of_base(to), 0);  in sun4i_clkevt_set_periodic() 109 	sun4i_clkevt_time_setup(timer_of_base(to), 0, timer_of_period(to));  in sun4i_clkevt_set_periodic() 110 	sun4i_clkevt_time_start(timer_of_base(to), 0, true);  in sun4i_clkevt_set_periodic() 120 	sun4i_clkevt_time_stop(timer_of_base(to), 0);  in sun4i_clkevt_next_event() 121 	sun4i_clkevt_time_setup(timer_of_base(to), 0, evt - TIMER_SYNC_TICKS);  in sun4i_clkevt_next_event() 122 	sun4i_clkevt_time_start(timer_of_base(to), 0, false);  in sun4i_clkevt_next_event() 137 	sun4i_timer_clear_interrupt(timer_of_base(to));  in sun4i_timer_interrupt() [all …] 
 | 
| D | timer-sprd.c | 84 	sprd_timer_disable(timer_of_base(to));  in sprd_timer_set_next_event() 85 	sprd_timer_update_counter(timer_of_base(to), cycles);  in sprd_timer_set_next_event() 86 	sprd_timer_enable(timer_of_base(to), 0);  in sprd_timer_set_next_event() 95 	sprd_timer_disable(timer_of_base(to));  in sprd_timer_set_periodic() 96 	sprd_timer_update_counter(timer_of_base(to), timer_of_period(to));  in sprd_timer_set_periodic() 97 	sprd_timer_enable(timer_of_base(to), TIMER_CTL_PERIOD_MODE);  in sprd_timer_set_periodic() 106 	sprd_timer_disable(timer_of_base(to));  in sprd_timer_shutdown() 115 	sprd_timer_clear_interrupt(timer_of_base(to));  in sprd_timer_interrupt() 118 		sprd_timer_disable(timer_of_base(to));  in sprd_timer_interrupt() 152 	sprd_timer_enable_interrupt(timer_of_base(&to));  in sprd_timer_init() [all …] 
 | 
| D | timer-mediatek.c | 56 #define SYST_CON_REG(to)        (timer_of_base(to) + SYST_CON) 57 #define SYST_VAL_REG(to)        (timer_of_base(to) + SYST_VAL) 139 	val = readl(timer_of_base(to) + GPT_CTRL_REG(timer));  in mtk_gpt_clkevt_time_stop() 140 	writel(val & ~GPT_CTRL_ENABLE, timer_of_base(to) +  in mtk_gpt_clkevt_time_stop() 147 	writel(delay, timer_of_base(to) + GPT_CMP_REG(timer));  in mtk_gpt_clkevt_time_setup() 156 	writel(GPT_IRQ_ACK(timer), timer_of_base(to) + GPT_IRQ_ACK_REG);  in mtk_gpt_clkevt_time_start() 158 	val = readl(timer_of_base(to) + GPT_CTRL_REG(timer));  in mtk_gpt_clkevt_time_start() 169 	       timer_of_base(to) + GPT_CTRL_REG(timer));  in mtk_gpt_clkevt_time_start() 208 	writel(GPT_IRQ_ACK(TIMER_CLK_EVT), timer_of_base(to) + GPT_IRQ_ACK_REG);  in mtk_gpt_interrupt() 218 	       timer_of_base(to) + GPT_CTRL_REG(timer));  in mtk_gpt_setup() [all …] 
 | 
| D | timer-milbeaut.c | 55 	val = readl_relaxed(timer_of_base(to) + MLB_TMR_EVT_TMCSR_OFS);  in mlb_timer_interrupt() 57 	writel_relaxed(val, timer_of_base(to) + MLB_TMR_EVT_TMCSR_OFS);  in mlb_timer_interrupt() 71 	writel_relaxed(val, timer_of_base(to) + MLB_TMR_EVT_TMCSR_OFS);  in mlb_evt_timer_start() 76 	u32 val = readl_relaxed(timer_of_base(to) + MLB_TMR_EVT_TMCSR_OFS);  in mlb_evt_timer_stop() 79 	writel_relaxed(val, timer_of_base(to) + MLB_TMR_EVT_TMCSR_OFS);  in mlb_evt_timer_stop() 84 	writel_relaxed(cnt, timer_of_base(to) + MLB_TMR_EVT_TMRLR1_OFS);  in mlb_evt_timer_register_count() 129 	writel_relaxed(val, timer_of_base(to) + MLB_TMR_SRC_TMCSR_OFS);  in mlb_config_clock_source() 130 	writel_relaxed(~0, timer_of_base(to) + MLB_TMR_SRC_TMRLR1_OFS);  in mlb_config_clock_source() 131 	writel_relaxed(~0, timer_of_base(to) + MLB_TMR_SRC_TMRLR2_OFS);  in mlb_config_clock_source() 133 	writel_relaxed(val, timer_of_base(to) + MLB_TMR_SRC_TMCSR_OFS);  in mlb_config_clock_source() [all …] 
 | 
| D | timer-atcpit100.c | 127 	val = readl(timer_of_base(to) + CH_EN);  in atcpit100_clkevt_next_event() 128 	writel(val & ~CH0TMR0EN, timer_of_base(to) + CH_EN);  in atcpit100_clkevt_next_event() 129 	writel(evt, timer_of_base(to) + CH0_REL);  in atcpit100_clkevt_next_event() 130 	writel(val | CH0TMR0EN, timer_of_base(to) + CH_EN);  in atcpit100_clkevt_next_event() 139 	atcpit100_clkevt_time_setup(timer_of_base(to), timer_of_period(to));  in atcpit100_clkevt_set_periodic() 140 	atcpit100_clkevt_time_start(timer_of_base(to));  in atcpit100_clkevt_set_periodic() 148 	atcpit100_clkevt_time_stop(timer_of_base(to));  in atcpit100_clkevt_shutdown() 157 	writel(~0x0, timer_of_base(to) + CH0_REL);  in atcpit100_clkevt_set_oneshot() 158 	val = readl(timer_of_base(to) + CH_EN);  in atcpit100_clkevt_set_oneshot() 159 	writel(val | CH0TMR0EN, timer_of_base(to) + CH_EN);  in atcpit100_clkevt_set_oneshot() [all …] 
 | 
| D | timer-stm32.c | 101 	writel_relaxed(0, timer_of_base(to) + TIM_DIER);  in stm32_clock_event_disable() 114 	writel_relaxed(TIM_CR1_UDIS | TIM_CR1_CEN, timer_of_base(to) + TIM_CR1);  in stm32_timer_start() 132 	next = readl_relaxed(timer_of_base(to) + TIM_CNT) + evt;  in stm32_clock_event_set_next_event() 133 	writel_relaxed(next, timer_of_base(to) + TIM_CCR1);  in stm32_clock_event_set_next_event() 134 	now = readl_relaxed(timer_of_base(to) + TIM_CNT);  in stm32_clock_event_set_next_event() 139 	writel_relaxed(TIM_DIER_CC1IE, timer_of_base(to) + TIM_DIER);  in stm32_clock_event_set_next_event() 167 	writel_relaxed(0, timer_of_base(to) + TIM_SR);  in stm32_clock_event_handler() 192 	writel_relaxed(UINT_MAX, timer_of_base(to) + TIM_ARR);  in stm32_timer_set_width() 194 	width = readl_relaxed(timer_of_base(to) + TIM_ARR);  in stm32_timer_set_width() 222 	writel_relaxed(prescaler - 1, timer_of_base(to) + TIM_PSC);  in stm32_timer_set_prescaler() [all …] 
 | 
| D | timer-gx6605s.c | 28 	void __iomem *base = timer_of_base(to_timer_of(ce));  in gx6605s_timer_interrupt() 39 	void __iomem *base = timer_of_base(to_timer_of(ce));  in gx6605s_timer_set_oneshot() 54 	void __iomem *base = timer_of_base(to_timer_of(ce));  in gx6605s_timer_set_next_event() 68 	void __iomem *base = timer_of_base(to_timer_of(ce));  in gx6605s_timer_shutdown() 97 	base = timer_of_base(&to) + CLKSRC_OFFSET;  in gx6605s_sched_clock_read() 150 	gx6605s_clkevt_init(timer_of_base(&to));  in gx6605s_timer_init() 152 	return gx6605s_clksrc_init(timer_of_base(&to) + CLKSRC_OFFSET);  in gx6605s_timer_init()
  | 
| D | timer-rda.c | 71 	rda_ostimer_stop(timer_of_base(to));  in rda_ostimer_set_state_shutdown() 80 	rda_ostimer_stop(timer_of_base(to));  in rda_ostimer_set_state_oneshot() 90 	rda_ostimer_stop(timer_of_base(to));  in rda_ostimer_set_state_periodic() 94 	rda_ostimer_start(timer_of_base(to), true, cycles_per_jiffy);  in rda_ostimer_set_state_periodic() 109 	rda_ostimer_start(timer_of_base(to), false, evt);  in rda_ostimer_set_next_event() 121 		       timer_of_base(to) + RDA_TIMER_IRQ_CLR);  in rda_ostimer_interrupt() 158 	void __iomem *base = timer_of_base(&rda_ostimer_of);  in rda_hwtimer_read()
  | 
| D | timer-tegra.c | 57 	void __iomem *reg_base = timer_of_base(to_timer_of(evt));  in tegra_timer_set_next_event() 75 	void __iomem *reg_base = timer_of_base(to_timer_of(evt));  in tegra_timer_shutdown() 84 	void __iomem *reg_base = timer_of_base(to_timer_of(evt));  in tegra_timer_set_periodic() 96 	void __iomem *reg_base = timer_of_base(to_timer_of(evt));  in tegra_timer_isr() 106 	void __iomem *reg_base = timer_of_base(to_timer_of(evt));  in tegra_timer_suspend() 136 	writel_relaxed(0, timer_of_base(to) + TIMER_PTV);  in tegra_timer_setup() 137 	writel_relaxed(TIMER_PCR_INTR_CLR, timer_of_base(to) + TIMER_PCR);  in tegra_timer_setup() 196 	void __iomem *reg_base = timer_of_base(&suspend_rtc_to);  in tegra_rtc_read_ms() 262 	timer_reg_base = timer_of_base(to);  in tegra_init_timer()
  | 
| D | timer-of.h | 49 static inline void __iomem *timer_of_base(struct timer_of *to)  in timer_of_base()  function
  | 
| D | timer-imx-sysctr.c | 142 	sys_ctr_base = timer_of_base(&to_sysctr);  in sysctr_timer_init()
  | 
| D | timer-imx-tpm.c | 195 	timer_base = timer_of_base(&to_tpm);  in tpm_timer_init()
  |