Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dingenic-sysost.c64 u8 ostccr_reg; member
99 prescale = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_recalc_rate()
113 prescale = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_recalc_rate()
153 val = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_set_rate()
155 writel(val, ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_set_rate()
168 val = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_set_rate()
170 writel(val, ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_set_rate()
198 .ostccr_reg = OST_REG_OSTCCR,
209 .ostccr_reg = OST_REG_OSTCCR,
286 val = readl(ost->base + info->ostccr_reg); in ingenic_ost_register_clock()
[all...]
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dingenic-sysost.c63 u8 ostccr_reg; member
98 prescale = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_recalc_rate()
112 prescale = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_recalc_rate()
152 val = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_set_rate()
155 writel(val, ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_percpu_timer_set_rate()
168 val = readl(ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_set_rate()
171 writel(val, ost_clk->ost->base + info->ostccr_reg); in ingenic_ost_global_timer_set_rate()
199 .ostccr_reg = OST_REG_OSTCCR,
210 .ostccr_reg = OST_REG_OSTCCR,
287 val = readl(ost->base + info->ostccr_reg); in ingenic_ost_register_clock()
[all...]

Completed in 2 milliseconds