Lines Matching refs:dpll_clk
399 u8 dpll_clk; /* DPLL clock in MHz */ member
450 .dpll_clk = 0, /* no DPLL */
458 .dpll_clk = 48,
466 .dpll_clk = 48,
474 .dpll_clk = 48,
482 .dpll_clk = 55,
490 .dpll_clk = 66,
498 .dpll_clk = 66,
506 .dpll_clk = 66,
514 .dpll_clk = 77,
522 .dpll_clk = 77,
530 .dpll_clk = 77,
914 u8 pci_clk, dpll_clk = 0; /* PCI and DPLL clock in MHz */ in init_chipset_hpt366() local
998 dpll_clk = info->dpll_clk; in init_chipset_hpt366()
999 pci_clk = (f_cnt * dpll_clk) / 192; in init_chipset_hpt366()
1013 dpll_clk, f_cnt, pci_clk); in init_chipset_hpt366()
1071 dpll_clk = 66; in init_chipset_hpt366()
1073 } else if (dpll_clk) { /* HPT36x chips don't have DPLL */ in init_chipset_hpt366()
1074 dpll_clk = 50; in init_chipset_hpt366()
1091 f_low = (pci_clk * 48) / dpll_clk; in init_chipset_hpt366()
1112 name, pci_name(dev), dpll_clk); in init_chipset_hpt366()
1115 dpll_clk = 0; in init_chipset_hpt366()
1122 info->dpll_clk = dpll_clk; in init_chipset_hpt366()
1214 if (chip_type >= HPT372N && info->dpll_clk && info->pci_clk < 66) { in init_hwif_hpt366()