HomeSort by relevance Sort by last modified time
    Searched refs:pci_clk (Results 1 - 8 of 8) sorted by null

  /external/u-boot/arch/m68k/cpu/mcf5445x/
cpu.c 91 strmhz(buf1, gd->pci_clk),
speed.c 157 gd->pci_clk = 0;
254 gd->pci_clk = vco / temp; /* PCI clock */
  /external/u-boot/include/asm-generic/
global_data.h 33 unsigned long pci_clk; member in struct:global_data
  /external/u-boot/drivers/pci/
pci-rcar-gen2.c 172 struct clk pci_clk; local
176 ret = clk_get_by_index(dev, 0, &pci_clk);
180 ret = clk_enable(&pci_clk);
  /external/u-boot/arch/powerpc/cpu/mpc83xx/
pci.c 203 tmp[0] = cpu_to_be32(gd->pci_clk);
218 tmp[0] = cpu_to_be32(gd->pci_clk);
speed.c 492 gd->pci_clk = pci_sync_in;
  /external/u-boot/board/tqc/tqm834x/
tqm834x.c 142 f = gd->pci_clk;
  /external/u-boot/common/
board_f.c 562 bd->bi_pcifreq = gd->pci_clk;

Completed in 182 milliseconds