Searched refs:SVR_REV (Results 1 - 6 of 6) sorted by relevance

/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dsoc.h84 #define SVR_REV(svr) (((svr) >> 0) & 0xff) macro
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcmd_errata.c309 (SVR_REV(svr) <= CONFIG_SYS_FSL_A004447_SVR_REV))
/u-boot/board/keymile/km83xx/
H A Dkm83xx.c150 svid = SVR_REV(mfspr(SVR));
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfdt.c183 } else if (SVR_REV(val) != REV1_0) {
366 rev = SVR_REV(rev);
/u-boot/drivers/i2c/
H A Dfsl_i2c.c233 (SVR_REV(svr) <= CONFIG_SYS_FSL_A004447_SVR_REV))
/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h840 #define SVR_REV(svr) (((svr) >> 0) & 0xFF) /* Revision field */ macro

Completed in 82 milliseconds