Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/cpu/sh4/
A Dclock-sh4.c23 #define bfc_divisors ifc_divisors /* Same */ macro
48 return clk->parent->rate / bfc_divisors[idx]; in bus_clk_recalc()
/linux/arch/sh/kernel/cpu/sh4a/
A Dclock-sh7770.c16 static int bfc_divisors[] = { 1, 1, 1, 1, 1, 8,12, 1 }; variable
41 return clk->parent->rate / bfc_divisors[idx]; in bus_clk_recalc()
A Dclock-sh7763.c18 static int bfc_divisors[] = { 1, 1, 1, 8, 1, 1, 1, 1 }; variable
44 return clk->parent->rate / bfc_divisors[idx]; in bus_clk_recalc()
A Dclock-sh7780.c18 static int bfc_divisors[] = { 1, 1, 1, 8, 12, 16, 24, 1 }; variable
44 return clk->parent->rate / bfc_divisors[idx]; in bus_clk_recalc()

Completed in 5 milliseconds