Searched refs:cfc_divisors (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/ |
H A D | clock-sh7780.c | 20 static int cfc_divisors[] = { 1, 1, 4, 1, 6, 1, 1, 1 }; variable 77 return clk->parent->rate / cfc_divisors[idx]; in shyway_clk_recalc()
|
H A D | clock-sh7763.c | 20 static int cfc_divisors[] = { 1, 1, 4, 1, 1, 1, 1, 1 }; variable 71 return clk->parent->rate / cfc_divisors[idx]; in shyway_clk_recalc()
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4a/ |
H A D | clock-sh7780.c | 20 static int cfc_divisors[] = { 1, 1, 4, 1, 6, 1, 1, 1 }; variable 77 return clk->parent->rate / cfc_divisors[idx]; in shyway_clk_recalc()
|
H A D | clock-sh7763.c | 20 static int cfc_divisors[] = { 1, 1, 4, 1, 1, 1, 1, 1 }; variable 71 return clk->parent->rate / cfc_divisors[idx]; in shyway_clk_recalc()
|
Completed in 1 milliseconds