Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/mips/txx9/rbtx4927/
Dsetup.c245 txx9_cpu_clock = 166666666; /* 166MHz */ in rbtx4927_clock_init()
248 txx9_cpu_clock = 200000000; /* 200MHz */ in rbtx4927_clock_init()
271 txx9_cpu_clock = 266666666; /* 266MHz */ in rbtx4937_clock_init()
275 txx9_cpu_clock = 300000000; /* 300MHz */ in rbtx4937_clock_init()
278 txx9_cpu_clock = 333333333; /* 333MHz */ in rbtx4937_clock_init()
/linux-6.1.9/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_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.c78 unsigned int txx9_cpu_clock; variable
452 mips_hpt_frequency = txx9_cpu_clock / 2; in plat_time_init()
/linux-6.1.9/arch/mips/include/asm/txx9/
Dgeneric.h22 extern unsigned int txx9_cpu_clock;