Home
last modified time | relevance | path

Searched refs:txx9_cpu_clock (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/arch/mips/pci/
Dpci-tx4938.c32 pciclk = txx9_cpu_clock / 4; break; in tx4938_report_pciclk()
34 pciclk = txx9_cpu_clock * 2 / 9; break; in tx4938_report_pciclk()
36 pciclk = txx9_cpu_clock / 5; break; in tx4938_report_pciclk()
38 pciclk = txx9_cpu_clock * 2 / 11; break; in tx4938_report_pciclk()
40 pciclk = txx9_cpu_clock / 8; break; in tx4938_report_pciclk()
42 pciclk = txx9_cpu_clock / 9; break; in tx4938_report_pciclk()
44 pciclk = txx9_cpu_clock / 10; break; in tx4938_report_pciclk()
46 pciclk = txx9_cpu_clock / 11; break; in tx4938_report_pciclk()
87 pciclk = txx9_cpu_clock / 4; in tx4938_pciclk66_setup()
92 pciclk = txx9_cpu_clock * 2 / 9; in tx4938_pciclk66_setup()
[all …]
Dpci-tx4927.c32 pciclk = txx9_cpu_clock * 2 / 5; break; in tx4927_report_pciclk()
34 pciclk = txx9_cpu_clock / 3; break; in tx4927_report_pciclk()
36 pciclk = txx9_cpu_clock / 5; break; in tx4927_report_pciclk()
38 pciclk = txx9_cpu_clock / 6; break; in tx4927_report_pciclk()
67 pciclk = txx9_cpu_clock * 2 / 5; in tx4927_pciclk66_setup()
73 pciclk = txx9_cpu_clock / 3; in tx4927_pciclk66_setup()
/linux-3.4.99/arch/mips/txx9/rbtx4927/
Dsetup.c233 txx9_cpu_clock = 166666666; /* 166MHz */ in rbtx4927_clock_init()
236 txx9_cpu_clock = 200000000; /* 200MHz */ in rbtx4927_clock_init()
259 txx9_cpu_clock = 266666666; /* 266MHz */ in rbtx4937_clock_init()
263 txx9_cpu_clock = 300000000; /* 300MHz */ in rbtx4937_clock_init()
266 txx9_cpu_clock = 333333333; /* 333MHz */ in rbtx4937_clock_init()
/linux-3.4.99/arch/mips/txx9/generic/
Dsetup_tx4927.c137 txx9_cpu_clock = cpuclk; in tx4927_setup()
139 if (txx9_cpu_clock == 0) in tx4927_setup()
140 txx9_cpu_clock = 200000000; /* 200MHz */ in tx4927_setup()
142 cpuclk = txx9_cpu_clock; in tx4927_setup()
169 loops_per_jiffy = txx9_cpu_clock / HZ / 2; in tx4927_setup()
Dsetup_tx4939.c158 txx9_cpu_clock = cpuclk; in tx4939_setup()
160 if (txx9_cpu_clock == 0) in tx4939_setup()
161 txx9_cpu_clock = 400000000; /* 400MHz */ in tx4939_setup()
163 cpuclk = txx9_cpu_clock; in tx4939_setup()
189 txx9_gbus_clock = txx9_cpu_clock; in tx4939_setup()
201 loops_per_jiffy = txx9_cpu_clock / HZ / 2; in tx4939_setup()
Dsetup_tx4938.c146 txx9_cpu_clock = cpuclk; in tx4938_setup()
148 if (txx9_cpu_clock == 0) in tx4938_setup()
149 txx9_cpu_clock = 300000000; /* 300MHz */ in tx4938_setup()
151 cpuclk = txx9_cpu_clock; in tx4938_setup()
182 loops_per_jiffy = txx9_cpu_clock / HZ / 2; in tx4938_setup()
Dsetup_tx3927.c50 txx9_gbus_clock = txx9_cpu_clock / 2; in tx3927_setup()
52 loops_per_jiffy = txx9_cpu_clock / HZ / 2; in tx3927_setup()
Dsetup.c75 unsigned int txx9_cpu_clock; variable
573 mips_hpt_frequency = txx9_cpu_clock / 2; in plat_time_init()
/linux-3.4.99/arch/mips/include/asm/txx9/
Dgeneric.h22 extern unsigned int txx9_cpu_clock;
/linux-3.4.99/arch/mips/txx9/jmr3927/
Dsetup.c126 txx9_cpu_clock = JMR3927_CORECLK; in jmr3927_board_init()