Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/samsung/
Dclk-s3c2410-dclk.c128 struct s3c24xx_dclk { struct
140 container_of(x, struct s3c24xx_dclk, dclk0_div_change_nb) argument
143 container_of(x, struct s3c24xx_dclk, dclk1_div_change_nb)
173 static void s3c24xx_dclk_update_cmp(struct s3c24xx_dclk *s3c24xx_dclk, in s3c24xx_dclk_update_cmp() argument
179 spin_lock_irqsave(&s3c24xx_dclk->dclk_lock, flags); in s3c24xx_dclk_update_cmp()
181 dclk_con = readl_relaxed(s3c24xx_dclk->base); in s3c24xx_dclk_update_cmp()
189 writel_relaxed(dclk_con, s3c24xx_dclk->base); in s3c24xx_dclk_update_cmp()
191 spin_unlock_irqrestore(&s3c24xx_dclk->dclk_lock, flags); in s3c24xx_dclk_update_cmp()
197 struct s3c24xx_dclk *s3c24xx_dclk = to_s3c24xx_dclk0(nb); in s3c24xx_dclk0_div_notify() local
200 s3c24xx_dclk_update_cmp(s3c24xx_dclk, in s3c24xx_dclk0_div_notify()
[all …]