Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/mpc8555cds/
H A Dmpc8555cds.c192 uint pci2_clk_sel = gur->porpllsr & 0x4000; /* PORPLLSR[17] */ in checkboard() local
212 pci2_clk_sel ? "sync" : "async"); in checkboard()
/openbmc/u-boot/board/freescale/mpc8541cds/
H A Dmpc8541cds.c194 uint pci2_clk_sel = gur->porpllsr & 0x4000; /* PORPLLSR[17] */ in checkboard() local
214 pci2_clk_sel ? "sync" : "async"); in checkboard()
/openbmc/u-boot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c256 uint pci2_clk_sel = porpllsr & 0x4000; /* PORPLLSR[17] */ in pci_init_board() local
260 pci2_clk_sel ? "sync" : "async"); in pci_init_board()