txx9_gbus_clock    23 arch/mips/include/asm/txx9/generic.h extern unsigned int txx9_gbus_clock;
txx9_gbus_clock    24 arch/mips/include/asm/txx9/generic.h #define TXX9_IMCLK	(txx9_gbus_clock / 2)
txx9_gbus_clock    63 arch/mips/pci/pci-tx4938.c 		txx9_gbus_clock / ((ccfg & TX4938_CCFG_PCI1DMD) ? 4 : 2);
txx9_gbus_clock    79 arch/mips/txx9/generic/setup.c unsigned int txx9_gbus_clock;
txx9_gbus_clock   531 arch/mips/txx9/generic/setup.c 	hw = clk_hw_register_fixed_rate(NULL, "gbus", NULL, 0, txx9_gbus_clock);
txx9_gbus_clock    50 arch/mips/txx9/generic/setup_tx3927.c 	txx9_gbus_clock = txx9_cpu_clock / 2;
txx9_gbus_clock   119 arch/mips/txx9/generic/setup_tx4927.c 			txx9_gbus_clock = txx9_master_clock * 4; break;
txx9_gbus_clock   121 arch/mips/txx9/generic/setup_tx4927.c 			txx9_gbus_clock = txx9_master_clock;
txx9_gbus_clock   126 arch/mips/txx9/generic/setup_tx4927.c 			cpuclk = txx9_gbus_clock * 2; break;
txx9_gbus_clock   129 arch/mips/txx9/generic/setup_tx4927.c 			cpuclk = txx9_gbus_clock * 5 / 2; break;
txx9_gbus_clock   132 arch/mips/txx9/generic/setup_tx4927.c 			cpuclk = txx9_gbus_clock * 3; break;
txx9_gbus_clock   135 arch/mips/txx9/generic/setup_tx4927.c 			cpuclk = txx9_gbus_clock * 4; break;
txx9_gbus_clock   147 arch/mips/txx9/generic/setup_tx4927.c 			txx9_gbus_clock = cpuclk / 2; break;
txx9_gbus_clock   150 arch/mips/txx9/generic/setup_tx4927.c 			txx9_gbus_clock = cpuclk * 2 / 5; break;
txx9_gbus_clock   153 arch/mips/txx9/generic/setup_tx4927.c 			txx9_gbus_clock = cpuclk / 3; break;
txx9_gbus_clock   156 arch/mips/txx9/generic/setup_tx4927.c 			txx9_gbus_clock = cpuclk / 4; break;
txx9_gbus_clock   163 arch/mips/txx9/generic/setup_tx4927.c 			txx9_master_clock = txx9_gbus_clock / 4; break;
txx9_gbus_clock   165 arch/mips/txx9/generic/setup_tx4927.c 			txx9_master_clock = txx9_gbus_clock;
txx9_gbus_clock   125 arch/mips/txx9/generic/setup_tx4938.c 			txx9_gbus_clock = txx9_master_clock * 4; break;
txx9_gbus_clock   127 arch/mips/txx9/generic/setup_tx4938.c 			txx9_gbus_clock = txx9_master_clock;
txx9_gbus_clock   132 arch/mips/txx9/generic/setup_tx4938.c 			cpuclk = txx9_gbus_clock * 2; break;
txx9_gbus_clock   135 arch/mips/txx9/generic/setup_tx4938.c 			cpuclk = txx9_gbus_clock * 5 / 2; break;
txx9_gbus_clock   138 arch/mips/txx9/generic/setup_tx4938.c 			cpuclk = txx9_gbus_clock * 3; break;
txx9_gbus_clock   141 arch/mips/txx9/generic/setup_tx4938.c 			cpuclk = txx9_gbus_clock * 4; break;
txx9_gbus_clock   144 arch/mips/txx9/generic/setup_tx4938.c 			cpuclk = txx9_gbus_clock * 9 / 2; break;
txx9_gbus_clock   156 arch/mips/txx9/generic/setup_tx4938.c 			txx9_gbus_clock = cpuclk / 2; break;
txx9_gbus_clock   159 arch/mips/txx9/generic/setup_tx4938.c 			txx9_gbus_clock = cpuclk * 2 / 5; break;
txx9_gbus_clock   162 arch/mips/txx9/generic/setup_tx4938.c 			txx9_gbus_clock = cpuclk / 3; break;
txx9_gbus_clock   165 arch/mips/txx9/generic/setup_tx4938.c 			txx9_gbus_clock = cpuclk / 4; break;
txx9_gbus_clock   168 arch/mips/txx9/generic/setup_tx4938.c 			txx9_gbus_clock = cpuclk * 2 / 9; break;
txx9_gbus_clock   176 arch/mips/txx9/generic/setup_tx4938.c 			txx9_master_clock = txx9_gbus_clock / 4; break;
txx9_gbus_clock   178 arch/mips/txx9/generic/setup_tx4938.c 			txx9_master_clock = txx9_gbus_clock;
txx9_gbus_clock   351 arch/mips/txx9/generic/setup_tx4938.c 		.gbus_clock = tune ? txx9_gbus_clock : 0,
txx9_gbus_clock   383 arch/mips/txx9/generic/setup_tx4938.c 		.gbus_clock = txx9_gbus_clock,
txx9_gbus_clock   189 arch/mips/txx9/generic/setup_tx4939.c 	txx9_gbus_clock = txx9_cpu_clock;
txx9_gbus_clock   192 arch/mips/txx9/generic/setup_tx4939.c 		txx9_gbus_clock /= 2; break;
txx9_gbus_clock   194 arch/mips/txx9/generic/setup_tx4939.c 		txx9_gbus_clock /= 3; break;
txx9_gbus_clock   196 arch/mips/txx9/generic/setup_tx4939.c 		txx9_gbus_clock /= 5; break;
txx9_gbus_clock   198 arch/mips/txx9/generic/setup_tx4939.c 		txx9_gbus_clock /= 6; break;
txx9_gbus_clock   222 arch/mips/txx9/generic/setup_tx4939.c 		(txx9_gbus_clock + 500000) / 1000000,
txx9_gbus_clock   459 arch/mips/txx9/generic/setup_tx4939.c 		.gbus_clock = txx9_gbus_clock,