Home
last modified time | relevance | path

Searched refs:divisors (Results 1 – 23 of 23) sorted by relevance

/linux-2.6.39/arch/sh/kernel/cpu/sh3/
Dclock-sh7712.c22 static int divisors[] = { 1, 2, 3, 4, 6 }; variable
41 return clk->parent->rate / divisors[idx]; in module_clk_recalc()
53 return clk->parent->rate / divisors[idx]; in cpu_clk_recalc()
/linux-2.6.39/arch/sh/kernel/cpu/sh4a/
Dclock-sh7722.c104 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
107 .divisors = divisors,
108 .nr_divisors = ARRAY_SIZE(divisors),
Dclock-sh7343.c101 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
104 .divisors = divisors,
105 .nr_divisors = ARRAY_SIZE(divisors),
Dclock-sh7366.c104 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
107 .divisors = divisors,
108 .nr_divisors = ARRAY_SIZE(divisors),
Dclock-sh7723.c105 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
108 .divisors = divisors,
109 .nr_divisors = ARRAY_SIZE(divisors),
Dclock-sh7724.c141 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 0, 24, 32, 36, 48, 0, 72 }; variable
144 .divisors = divisors,
145 .nr_divisors = ARRAY_SIZE(divisors),
Dclock-sh7757.c55 .divisors = div2,
Dclock-shx3.c54 .divisors = div2,
Dclock-sh7785.c58 .divisors = div2,
Dclock-sh7786.c60 .divisors = div2,
/linux-2.6.39/arch/arm/mach-shmobile/
Dclock-sh7377.c172 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable
176 .divisors = divisors,
177 .nr_divisors = ARRAY_SIZE(divisors),
Dclock-sh73a0.c201 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable
205 .divisors = divisors,
206 .nr_divisors = ARRAY_SIZE(divisors),
Dclock-sh7367.c162 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable
166 .divisors = divisors,
167 .nr_divisors = ARRAY_SIZE(divisors),
Dclock-sh7372.c326 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable
330 .divisors = divisors,
331 .nr_divisors = ARRAY_SIZE(divisors),
/linux-2.6.39/drivers/misc/
Dics932s401.c185 static const int divisors[] = {2, 3, 5, 15, 4, 6, 10, 30, 8, 12, 20, 60, 16, variable
201 freq /= divisors[data->regs[ICS932S401_REG_CPU_DIVISOR] >> in calculate_cpu_freq()
257 freq /= divisors[data->regs[ICS932S401_REG_PCISRC_DIVISOR] & in calculate_src_freq()
305 freq /= divisors[data->regs[ICS932S401_REG_PCISRC_DIVISOR] >> in calculate_pci_freq()
/linux-2.6.39/include/linux/
Dsh_clk.h73 unsigned int *divisors; member
/linux-2.6.39/Documentation/hwmon/
Duserspace-tools30 4) fix sensors.conf, labels, limits, fan divisors
Dasb10068 * Experiment with fan divisors > 8.
/linux-2.6.39/drivers/video/
Dcyber2000fb.c76 u_int divisors[4]; member
683 new_pll = pll_ps / cfb->divisors[div2]; in cyber2000fb_decode_clock()
1425 cfb->divisors[0] = 1; in cyberpro_alloc_fb_info()
1426 cfb->divisors[1] = 2; in cyberpro_alloc_fb_info()
1427 cfb->divisors[2] = 4; in cyberpro_alloc_fb_info()
1430 cfb->divisors[3] = 8; in cyberpro_alloc_fb_info()
1432 cfb->divisors[3] = 6; in cyberpro_alloc_fb_info()
/linux-2.6.39/arch/arm/lib/
Dlib1funcs.S73 @ For very big divisors, we must shift it a bit at a time, or
160 @ For very big divisors, we must shift it a bit at a time, or
/linux-2.6.39/drivers/sh/clk/
Dcore.c53 if (src_table->divisors && i < src_table->nr_divisors) in clk_rate_table_build()
54 div = src_table->divisors[i]; in clk_rate_table_build()
Dcpg.c63 .divisors = sh_clk_div6_divisors,
/linux-2.6.39/Documentation/scsi/
Dncr53c8xx.txt1385 clock and 5 clock divisors.
1387 and using 4 clock divisors and so applies to all NCR53C8XX chips in fast