Home
last modified time | relevance | path

Searched refs:txx9_master_clock (Results 1 – 8 of 8) sorted by relevance

/arch/mips/txx9/generic/
Dsetup_tx4939.c135 if (txx9_master_clock) { in tx4939_setup()
139 cpuclk = txx9_master_clock * 20 / 2; in tx4939_setup()
168 txx9_master_clock = cpuclk * 6 / 8; break; in tx4939_setup()
170 txx9_master_clock = cpuclk * 6 / 9; break; in tx4939_setup()
172 txx9_master_clock = cpuclk * 6 / 10; break; in tx4939_setup()
174 txx9_master_clock = cpuclk * 6 / 11; break; in tx4939_setup()
176 txx9_master_clock = cpuclk * 6 / 12; break; in tx4939_setup()
178 txx9_master_clock = cpuclk * 6 / 13; break; in tx4939_setup()
180 txx9_master_clock = cpuclk * 6 / 14; break; in tx4939_setup()
182 txx9_master_clock = cpuclk * 6 / 15; break; in tx4939_setup()
[all …]
Dsetup_tx4927.c111 if (txx9_master_clock) { in tx4927_setup()
119 txx9_gbus_clock = txx9_master_clock * 4; break; in tx4927_setup()
121 txx9_gbus_clock = txx9_master_clock; in tx4927_setup()
163 txx9_master_clock = txx9_gbus_clock / 4; break; in tx4927_setup()
165 txx9_master_clock = txx9_gbus_clock; in tx4927_setup()
189 (txx9_master_clock + 500000) / 1000000, in tx4927_setup()
Dsetup_tx4938.c116 if (txx9_master_clock) { in tx4938_setup()
125 txx9_gbus_clock = txx9_master_clock * 4; break; in tx4938_setup()
127 txx9_gbus_clock = txx9_master_clock; in tx4938_setup()
176 txx9_master_clock = txx9_gbus_clock / 4; break; in tx4938_setup()
178 txx9_master_clock = txx9_gbus_clock; in tx4938_setup()
202 (txx9_master_clock + 500000) / 1000000, in tx4938_setup()
Dsetup.c75 unsigned int txx9_master_clock; variable
298 txx9_master_clock = val; in preprocess_cmdline()
/arch/mips/pci/
Dpci-tx4939.c28 pciclk = txx9_master_clock * 20 / 6; in tx4939_report_pciclk()
44 unsigned int pciclk = txx9_master_clock * 20 / 6; in tx4939_report_pci1clk()
/arch/mips/include/asm/txx9/
Dgeneric.h21 extern unsigned int txx9_master_clock;
/arch/mips/txx9/rbtx4938/
Dsetup.c157 if (txx9_master_clock == 0) in rbtx4938_mem_setup()
158 txx9_master_clock = 25000000; /* 25MHz */ in rbtx4938_mem_setup()
/arch/mips/txx9/rbtx4939/
Dsetup.c515 if (txx9_master_clock == 0) in rbtx4939_setup()
516 txx9_master_clock = 20000000; in rbtx4939_setup()
540 tx4939_sio_init(TX4939_SCLK0(txx9_master_clock), 0); in rbtx4939_setup()