Searched refs:porpllsr (Results 1 - 8 of 8) sorted by relevance

/u-boot/board/freescale/p1010rdb/
H A Dspl_minimal.c31 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO;
H A Dspl.c44 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO;
/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dspl_minimal.c30 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO;
H A Dspl.c55 plat_ratio = in_be32(&gur->porpllsr) & MPC85xx_PORPLLSR_PLAT_RATIO;
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dspeed.c523 plat_ratio = (gur->porpllsr) & 0x0000003e;
531 e500_ratio = ((gur->porpllsr) >> (i * 8 + 16)) & 0x3f;
540 u32 ddr_ratio = ((gur->porpllsr) & MPC85xx_PORPLLSR_DDR_RATIO)
551 qe_ratio = ((gur->porpllsr) & MPC85xx_PORPLLSR_QE_RATIO)
H A Dcpu.c79 u32 ddr_ratio = ((gur->porpllsr) & MPC85xx_PORPLLSR_DDR_RATIO)
/u-boot/board/socrates/
H A Dsocrates.c55 if (in_be32(&gur->porpllsr) & (1<<15)) {
/u-boot/arch/powerpc/include/asm/
H A Dimmap_85xx.h1788 u32 porpllsr; /* POR PLL ratio status */ member in struct:ccsr_gur

Completed in 81 milliseconds