Home
last modified time | relevance | path

Searched refs:sp810 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/versatile/
H A Dclk-sp810.c7 #include <linux/amba/sp810.h>
24 struct clk_sp810 *sp810; member
38 u32 val = readl(timerclken->sp810->base + SCCTRL); in clk_sp810_timerclken_get_parent()
46 struct clk_sp810 *sp810 = timerclken->sp810; in clk_sp810_timerclken_set_parent() local
53 spin_lock_irqsave(&sp810->lock, flags); in clk_sp810_timerclken_set_parent()
55 val = readl(sp810->base + SCCTRL); in clk_sp810_timerclken_set_parent()
58 writel(val, sp810->base + SCCTRL); in clk_sp810_timerclken_set_parent()
60 spin_unlock_irqrestore(&sp810->lock, flags); in clk_sp810_timerclken_set_parent()
73 struct clk_sp810 *sp810 in clk_sp810_timerclken_of_get() local
84 struct clk_sp810 *sp810 = kzalloc(sizeof(*sp810), GFP_KERNEL); clk_sp810_of_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/versatile/
H A Dclk-sp810.c7 #include <linux/amba/sp810.h>
24 struct clk_sp810 *sp810; member
38 u32 val = readl(timerclken->sp810->base + SCCTRL); in clk_sp810_timerclken_get_parent()
46 struct clk_sp810 *sp810 = timerclken->sp810; in clk_sp810_timerclken_set_parent() local
53 spin_lock_irqsave(&sp810->lock, flags); in clk_sp810_timerclken_set_parent()
55 val = readl(sp810->base + SCCTRL); in clk_sp810_timerclken_set_parent()
58 writel(val, sp810->base + SCCTRL); in clk_sp810_timerclken_set_parent()
60 spin_unlock_irqrestore(&sp810->lock, flags); in clk_sp810_timerclken_set_parent()
74 struct clk_sp810 *sp810 in clk_sp810_timerclken_of_get() local
85 struct clk_sp810 *sp810 = kzalloc(sizeof(*sp810), GFP_KERNEL); clk_sp810_of_setup() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-spear/
H A Drestart.c14 #include <linux/amba/sp810.h>
/kernel/linux/linux-6.6/arch/arm/mach-spear/
H A Drestart.c11 #include <linux/amba/sp810.h>

Completed in 2 milliseconds