/Linux-v4.19/arch/sh/kernel/cpu/sh2a/ |
D | clock-sh7203.c | 25 static const int pfc_divisors[]={1,2,3,4,6,8,12}; variable 26 #define ifc_divisors pfc_divisors 42 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc() 52 return clk->parent->rate / pfc_divisors[idx-2]; in bus_clk_recalc()
|
D | clock-sh7201.c | 22 static const int pfc_divisors[]={1,2,3,4,6,8,12}; variable 23 #define ifc_divisors pfc_divisors 40 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc() 50 return clk->parent->rate / pfc_divisors[idx]; in bus_clk_recalc()
|
D | clock-sh7206.c | 22 static const int pfc_divisors[]={1,2,3,4,6,8,12}; variable 23 #define ifc_divisors pfc_divisors 39 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7770.c | 20 static int pfc_divisors[] = { 1, 8, 1,10,12,16, 1, 1 }; variable 24 clk->rate *= pfc_divisors[(__raw_readl(FRQCR) >> 28) & 0x000f]; in master_clk_init() 34 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc()
|
D | clock-sh7780.c | 22 static int pfc_divisors[] = { 1, 24, 24, 1 }; variable 27 clk->rate *= pfc_divisors[__raw_readl(FRQCR) & 0x0003]; in master_clk_init() 37 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh3/ |
D | clock-sh7705.c | 31 static int pfc_divisors[] = { 1, 2, 3, 4, 6, 1, 1, 1 }; variable 35 clk->rate *= pfc_divisors[__raw_readw(FRQCR) & 0x0003]; in master_clk_init() 45 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc()
|
D | clock-sh7706.c | 23 static int pfc_divisors[] = { 1, 2, 4, 1, 3, 6, 1, 1 }; variable 30 clk->rate *= pfc_divisors[idx]; in master_clk_init() 42 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc()
|
D | clock-sh3.c | 27 static int pfc_divisors[] = { 1, 2, 3, 4, 6, 1, 1, 1 }; variable 34 clk->rate *= pfc_divisors[idx]; in master_clk_init() 46 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc()
|
D | clock-sh7709.c | 23 static int pfc_divisors[] = { 1, 2, 4, 1, 3, 6, 1, 1 }; variable 30 clk->rate *= pfc_divisors[idx]; in master_clk_init() 42 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh4/ |
D | clock-sh4.c | 27 static int pfc_divisors[] = { 2, 3, 4, 6, 8, 2, 2, 2 }; variable 31 clk->rate *= pfc_divisors[__raw_readw(FRQCR) & 0x0007]; in master_clk_init() 41 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh2/ |
D | clock-sh7619.c | 23 static const int pfc_divisors[] = {1,2,0,4}; variable 38 return clk->parent->rate / pfc_divisors[idx]; in module_clk_recalc()
|