Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/kernel/cpu/sh4a/
Dclock-sh7722.c135 enum { DIV6_V, DIV6_NR }; enumerator
137 struct clk div6_clks[DIV6_NR] = {
247 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
Dclock-sh7366.c122 enum { DIV6_V, DIV6_NR }; enumerator
124 struct clk div6_clks[DIV6_NR] = {
264 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
Dclock-sh7723.c135 enum { DIV6_V, DIV6_NR }; enumerator
137 struct clk div6_clks[DIV6_NR] = {
295 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
Dclock-sh7343.c119 enum { DIV6_V, DIV6_NR }; enumerator
121 struct clk div6_clks[DIV6_NR] = {
271 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
Dclock-sh7724.c161 enum { DIV6_V, DIV6_I, DIV6_S, DIV6_FA, DIV6_FB, DIV6_NR }; enumerator
189 static struct clk div6_clks[DIV6_NR] = {
361 ret = sh_clk_div6_reparent_register(div6_clks, DIV6_NR); in arch_clk_init()