Searched refs:txx9_gbus_clock (Results 1 – 5 of 5) sorted by relevance
119 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 …]
125 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 …]
79 unsigned int txx9_gbus_clock; variable462 hw = clk_hw_register_fixed_rate(NULL, "gbus", NULL, 0, txx9_gbus_clock); in txx9_clk_init()
23 extern unsigned int txx9_gbus_clock;24 #define TXX9_IMCLK (txx9_gbus_clock / 2)
63 txx9_gbus_clock / ((ccfg & TX4938_CCFG_PCI1DMD) ? 4 : 2); in tx4938_report_pci1clk()