Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/txx9/generic/
Dsetup_tx4939.c118 if (txx9_master_clock) { in tx4939_setup()
122 cpuclk = txx9_master_clock * 20 / 2; in tx4939_setup()
151 txx9_master_clock = cpuclk * 6 / 8; break; in tx4939_setup()
153 txx9_master_clock = cpuclk * 6 / 9; break; in tx4939_setup()
155 txx9_master_clock = cpuclk * 6 / 10; break; in tx4939_setup()
157 txx9_master_clock = cpuclk * 6 / 11; break; in tx4939_setup()
159 txx9_master_clock = cpuclk * 6 / 12; break; in tx4939_setup()
161 txx9_master_clock = cpuclk * 6 / 13; break; in tx4939_setup()
163 txx9_master_clock = cpuclk * 6 / 14; break; in tx4939_setup()
165 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()
188 (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()
201 (txx9_master_clock + 500000) / 1000000, in tx4938_setup()
Dsetup.c77 unsigned int txx9_master_clock; variable
266 txx9_master_clock = val; in preprocess_cmdline()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4938/
Dsetup.c158 if (txx9_master_clock == 0) in rbtx4938_mem_setup()
159 txx9_master_clock = 25000000; /* 25MHz */ in rbtx4938_mem_setup()
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
Dgeneric.h21 extern unsigned int txx9_master_clock;
/kernel/linux/linux-5.10/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()