Home
last modified time | relevance | path

Searched refs:porpllsr (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/u-boot/board/freescale/mpc8544ds/
H A Dmpc8544ds.c33 if ((uint)&gur->porpllsr != 0xe00e0000) { in checkboard()
34 printf("immap size error %lx\n",(ulong)&gur->porpllsr); in checkboard()
68 u32 porpllsr, pci_agent, pci_speed, pci_32, pci_arb, pci_clk_sel; in pci_init_board() local
75 porpllsr = in_be32(&gur->porpllsr); in pci_init_board()
138 pci_clk_sel = porpllsr & MPC85xx_PORDEVSR_PCI1_SPD; in pci_init_board()
/openbmc/u-boot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c197 u32 porpllsr, pci_agent, pci_speed, pci_32, pci_arb, pci_clk_sel; in pci_init_board() local
203 porpllsr = in_be32(&gur->porpllsr); in pci_init_board()
212 pci_clk_sel = porpllsr & MPC85xx_PORDEVSR_PCI1_SPD; in pci_init_board()
256 uint pci2_clk_sel = porpllsr & 0x4000; /* PORPLLSR[17] */ in pci_init_board()
/openbmc/u-boot/board/freescale/mpc8568mds/
H A Dmpc8568mds.c297 u32 porpllsr, pci_agent, pci_speed, pci_32, pci_arb, pci_clk_sel; in pci_init_board() local
301 porpllsr = in_be32(&gur->porpllsr); in pci_init_board()
309 pci_clk_sel = porpllsr & MPC85xx_PORDEVSR_PCI1_SPD; in pci_init_board()
/openbmc/u-boot/board/freescale/mpc8536ds/
H A Dmpc8536ds.c150 u32 porpllsr, pci_agent, pci_speed, pci_32, pci_arb, pci_clk_sel; in pci_init_board() local
158 porpllsr = in_be32(&gur->porpllsr); in pci_init_board()
163 pci_clk_sel = porpllsr & MPC85xx_PORDEVSR_PCI1_SPD; in pci_init_board()
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dspeed.c27 plat_ratio = (gur->porpllsr) & 0x0000003e; in get_sys_info()
51 e600_ratio = (gur->porpllsr) & 0x003f0000; in get_sys_info()
/openbmc/u-boot/board/sbc8548/
H A Dsbc8548.c250 u32 porpllsr = in_be32(&gur->porpllsr); in pci_init_board() local
255 uint pci_clk_sel = porpllsr & MPC85xx_PORDEVSR_PCI1_SPD; in pci_init_board()
/openbmc/u-boot/board/freescale/mpc8555cds/
H A Dmpc8555cds.c191 uint pci1_clk_sel = gur->porpllsr & 0x8000; /* PORPLLSR[16] */ in checkboard()
192 uint pci2_clk_sel = gur->porpllsr & 0x4000; /* PORPLLSR[17] */ in checkboard()
/openbmc/u-boot/board/freescale/mpc8541cds/
H A Dmpc8541cds.c193 uint pci1_clk_sel = gur->porpllsr & 0x8000; /* PORPLLSR[16] */ in checkboard()
194 uint pci2_clk_sel = gur->porpllsr & 0x4000; /* PORPLLSR[17] */ in checkboard()
/openbmc/u-boot/board/xes/common/
H A Dfsl_8xxx_clk.c39 u32 ddr_ratio = (in_be32(&gur->porpllsr) & 0x00003e00) >> 9; in get_board_ddr_clk()
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dspl_minimal.c28 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
H A Dspl.c45 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Dspl_minimal.c32 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
H A Dspl.c53 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
/openbmc/u-boot/board/freescale/c29xpcie/
H A Dspl_minimal.c28 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
H A Dspl.c29 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
/openbmc/u-boot/board/freescale/p1010rdb/
H A Dspl_minimal.c29 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
H A Dspl.c40 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
/openbmc/u-boot/board/freescale/p1022ds/
H A Dspl_minimal.c36 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
H A Dspl.c55 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dspeed.c568 plat_ratio = (gur->porpllsr) & 0x0000003e; in get_sys_info()
576 e500_ratio = ((gur->porpllsr) >> (i * 8 + 16)) & 0x3f; in get_sys_info()
585 u32 ddr_ratio = ((gur->porpllsr) & MPC85xx_PORPLLSR_DDR_RATIO) in get_sys_info()
596 qe_ratio = ((gur->porpllsr) & MPC85xx_PORPLLSR_QE_RATIO) in get_sys_info()
H A Dcpu.c66 u32 ddr_ratio = ((gur->porpllsr) & MPC85xx_PORPLLSR_DDR_RATIO) in checkcpu()
/openbmc/u-boot/board/freescale/bsc9131rdb/
H A Dspl_minimal.c67 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
/openbmc/u-boot/board/freescale/bsc9132qds/
H A Dspl_minimal.c79 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO; in board_init_f()
/openbmc/linux/include/linux/fsl/
H A Dguts.h29 u32 porpllsr; /* 0x.0000 - POR PLL Ratio Status Register */ member
/openbmc/u-boot/board/socrates/
H A Dsocrates.c54 if (in_be32(&gur->porpllsr) & (1<<15)) { in checkboard()

12