Home
last modified time | relevance | path

Searched refs:txx9_gbus_clock (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/mips/txx9/generic/
Dsetup_tx4927.c119 txx9_gbus_clock = txx9_master_clock * 4; break; in tx4927_setup()
121 txx9_gbus_clock = txx9_master_clock; in tx4927_setup()
126 cpuclk = txx9_gbus_clock * 2; break; in tx4927_setup()
129 cpuclk = txx9_gbus_clock * 5 / 2; break; in tx4927_setup()
132 cpuclk = txx9_gbus_clock * 3; break; in tx4927_setup()
135 cpuclk = txx9_gbus_clock * 4; break; in tx4927_setup()
147 txx9_gbus_clock = cpuclk / 2; break; in tx4927_setup()
150 txx9_gbus_clock = cpuclk * 2 / 5; break; in tx4927_setup()
153 txx9_gbus_clock = cpuclk / 3; break; in tx4927_setup()
156 txx9_gbus_clock = cpuclk / 4; break; in tx4927_setup()
[all …]
Dsetup_tx4938.c125 txx9_gbus_clock = txx9_master_clock * 4; break; in tx4938_setup()
127 txx9_gbus_clock = txx9_master_clock; in tx4938_setup()
132 cpuclk = txx9_gbus_clock * 2; break; in tx4938_setup()
135 cpuclk = txx9_gbus_clock * 5 / 2; break; in tx4938_setup()
138 cpuclk = txx9_gbus_clock * 3; break; in tx4938_setup()
141 cpuclk = txx9_gbus_clock * 4; break; in tx4938_setup()
144 cpuclk = txx9_gbus_clock * 9 / 2; break; in tx4938_setup()
156 txx9_gbus_clock = cpuclk / 2; break; in tx4938_setup()
159 txx9_gbus_clock = cpuclk * 2 / 5; break; in tx4938_setup()
162 txx9_gbus_clock = cpuclk / 3; break; in tx4938_setup()
[all …]
Dsetup.c79 unsigned int txx9_gbus_clock; variable
462 hw = clk_hw_register_fixed_rate(NULL, "gbus", NULL, 0, txx9_gbus_clock); in txx9_clk_init()
/linux-6.1.9/arch/mips/include/asm/txx9/
Dgeneric.h23 extern unsigned int txx9_gbus_clock;
24 #define TXX9_IMCLK (txx9_gbus_clock / 2)
/linux-6.1.9/arch/mips/pci/
Dpci-tx4938.c63 txx9_gbus_clock / ((ccfg & TX4938_CCFG_PCI1DMD) ? 4 : 2); in tx4938_report_pci1clk()