Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/cpu/sh4a/
Dclock-sh7722.c147 enum { DIV6_V, DIV6_NR }; enumerator
149 struct clk div6_clks[DIV6_NR] = {
259 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
Dclock-sh7366.c134 enum { DIV6_V, DIV6_NR }; enumerator
136 struct clk div6_clks[DIV6_NR] = {
276 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
Dclock-sh7723.c147 enum { DIV6_V, DIV6_NR }; enumerator
149 struct clk div6_clks[DIV6_NR] = {
307 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
Dclock-sh7343.c131 enum { DIV6_V, DIV6_NR }; enumerator
133 struct clk div6_clks[DIV6_NR] = {
283 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
Dclock-sh7724.c173 enum { DIV6_V, DIV6_I, DIV6_S, DIV6_FA, DIV6_FB, DIV6_NR }; enumerator
201 static struct clk div6_clks[DIV6_NR] = {
373 ret = sh_clk_div6_reparent_register(div6_clks, DIV6_NR); in arch_clk_init()