Home
last modified time | relevance | path

Searched refs:pci_clk (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/ide/
Dhpt366.c400 u8 pci_clk; /* PCI clock in MHz */ member
914 u8 pci_clk, dpll_clk = 0; /* PCI and DPLL clock in MHz */ in init_chipset_hpt366() local
999 pci_clk = (f_cnt * dpll_clk) / 192; in init_chipset_hpt366()
1002 if (pci_clk < 40) in init_chipset_hpt366()
1003 pci_clk = 33; in init_chipset_hpt366()
1004 else if(pci_clk < 45) in init_chipset_hpt366()
1005 pci_clk = 40; in init_chipset_hpt366()
1006 else if(pci_clk < 55) in init_chipset_hpt366()
1007 pci_clk = 50; in init_chipset_hpt366()
1009 pci_clk = 66; in init_chipset_hpt366()
[all …]
/linux-4.1.27/arch/arm/boot/dts/
Dtegra20-trimslice.dts442 regulator-name = "pci_clk";