Home
last modified time | relevance | path

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

/external/u-boot/drivers/pci/
Dpci-rcar-gen2.c172 struct clk pci_clk; in rcar_gen2_pci_probe() local
176 ret = clk_get_by_index(dev, 0, &pci_clk); in rcar_gen2_pci_probe()
180 ret = clk_enable(&pci_clk); in rcar_gen2_pci_probe()
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dpci.c203 tmp[0] = cpu_to_be32(gd->pci_clk); in ft_pci_setup()
218 tmp[0] = cpu_to_be32(gd->pci_clk); in ft_pci_setup()
Dspeed.c492 gd->pci_clk = pci_sync_in; in get_clocks()
/external/u-boot/arch/m68k/cpu/mcf5445x/
Dspeed.c157 gd->pci_clk = 0; in setup_5445x_clocks()
254 gd->pci_clk = vco / temp; /* PCI clock */ in setup_5445x_clocks()
Dcpu.c91 strmhz(buf1, gd->pci_clk), in print_cpuinfo()
/external/u-boot/include/asm-generic/
Dglobal_data.h33 unsigned long pci_clk; member
/external/u-boot/arch/arm/dts/
Dtegra20-trimslice.dts115 regulator-name = "pci_clk";
/external/u-boot/board/tqc/tqm834x/
Dtqm834x.c142 f = gd->pci_clk; in checkboard()
/external/u-boot/common/
Dboard_f.c562 bd->bi_pcifreq = gd->pci_clk; in setup_board_part2()