Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspeed.c78 u32 pci_sync_in; in get_clocks() local
140 pci_sync_in = CONFIG_83XX_CLKIN / (1 + clkin_div); in get_clocks()
142 pci_sync_in = 0xDEADBEEF; in get_clocks()
146 pci_sync_in = CONFIG_83XX_PCICLK; in get_clocks()
148 pci_sync_in = 0xDEADBEEF; in get_clocks()
153 csb_clk = pci_sync_in * (1 + clkin_div) * spmf; in get_clocks()
445 qe_clk = (pci_sync_in * qepmf) / (1 + qepdf); in get_clocks()
493 gd->pci_clk = pci_sync_in; in get_clocks()