Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dhpt366.c401 u8 pci_clk; /* PCI clock in MHz */ member
911 u8 pci_clk, dpll_clk = 0; /* PCI and DPLL clock in MHz */ in init_chipset_hpt366() local
996 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 …]
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpci.c204 tmp[0] = cpu_to_be32(gd->pci_clk); in ft_pci_setup()
219 tmp[0] = cpu_to_be32(gd->pci_clk); in ft_pci_setup()
H A Dspeed.c493 gd->pci_clk = pci_sync_in; in get_clocks()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/
H A Dspeed.c158 gd->pci_clk = 0; in setup_5445x_clocks()
255 gd->pci_clk = vco / temp; /* PCI clock */ in setup_5445x_clocks()
H A Dcpu.c91 strmhz(buf1, gd->pci_clk), in checkcpu()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h49 unsigned long pci_clk; member
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dtegra20-trimslice.dts115 regulator-name = "pci_clk";
/OK3568_Linux_fs/u-boot/board/tqc/tqm834x/
H A Dtqm834x.c143 f = gd->pci_clk; in checkboard()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dtegra20-trimslice.dts433 regulator-name = "pci_clk";
/OK3568_Linux_fs/u-boot/common/
H A Dboard_f.c617 bd->bi_pcifreq = gd->pci_clk; in setup_board_part2()