/linux-2.6.39/arch/sh/kernel/cpu/sh3/ |
D | clock-sh7712.c | 22 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/ |
D | clock-sh7722.c | 104 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),
|
D | clock-sh7343.c | 101 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),
|
D | clock-sh7366.c | 104 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),
|
D | clock-sh7723.c | 105 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),
|
D | clock-sh7724.c | 141 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),
|
D | clock-sh7757.c | 55 .divisors = div2,
|
D | clock-shx3.c | 54 .divisors = div2,
|
D | clock-sh7785.c | 58 .divisors = div2,
|
D | clock-sh7786.c | 60 .divisors = div2,
|
/linux-2.6.39/arch/arm/mach-shmobile/ |
D | clock-sh7377.c | 172 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable 176 .divisors = divisors, 177 .nr_divisors = ARRAY_SIZE(divisors),
|
D | clock-sh73a0.c | 201 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable 205 .divisors = divisors, 206 .nr_divisors = ARRAY_SIZE(divisors),
|
D | clock-sh7367.c | 162 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable 166 .divisors = divisors, 167 .nr_divisors = ARRAY_SIZE(divisors),
|
D | clock-sh7372.c | 326 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/ |
D | ics932s401.c | 185 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/ |
D | sh_clk.h | 73 unsigned int *divisors; member
|
/linux-2.6.39/Documentation/hwmon/ |
D | userspace-tools | 30 4) fix sensors.conf, labels, limits, fan divisors
|
D | asb100 | 68 * Experiment with fan divisors > 8.
|
/linux-2.6.39/drivers/video/ |
D | cyber2000fb.c | 76 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/ |
D | lib1funcs.S | 73 @ 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/ |
D | core.c | 53 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()
|
D | cpg.c | 63 .divisors = sh_clk_div6_divisors,
|
/linux-2.6.39/Documentation/scsi/ |
D | ncr53c8xx.txt | 1385 clock and 5 clock divisors. 1387 and using 4 clock divisors and so applies to all NCR53C8XX chips in fast
|