Searched refs:pci_clk (Results 1 – 1 of 1) sorted by relevance
401 u8 pci_clk; /* PCI clock in MHz */ member911 u8 pci_clk, dpll_clk = 0; /* PCI and DPLL clock in MHz */ in init_chipset_hpt366() local996 pci_clk = (f_cnt * dpll_clk) / 192; in init_chipset_hpt366()999 if (pci_clk < 40) in init_chipset_hpt366()1000 pci_clk = 33; in init_chipset_hpt366()1001 else if(pci_clk < 45) in init_chipset_hpt366()1002 pci_clk = 40; in init_chipset_hpt366()1003 else if(pci_clk < 55) in init_chipset_hpt366()1004 pci_clk = 50; in init_chipset_hpt366()1006 pci_clk = 66; in init_chipset_hpt366()[all …]