Searched refs:IS_SVR_REV (Results 1 - 14 of 14) sorted by relevance

/u-boot/drivers/usb/common/
H A Dfsl-errata.c30 return IS_SVR_REV(svr, 1, 0);
37 return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 1, 1);
41 return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 2, 0);
61 return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 1, 1);
65 return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 2, 0);
68 return IS_SVR_REV(sv
[all...]
/u-boot/include/
H A Dfsl_errata.h43 return IS_SVR_REV(svr, 2, 0);
45 return IS_SVR_REV(svr, 2, 0);
47 return IS_SVR_REV(svr, 2, 0);
49 return IS_SVR_REV(svr, 2, 0);
52 return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(svr, 1, 1);
72 return IS_SVR_REV(svr, 1, 0);
77 return IS_SVR_REV(svr, 1, 0);
82 return IS_SVR_REV(svr, 1, 0) || IS_SVR_REV(sv
[all...]
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcmd_errata.c141 if (IS_SVR_REV(svr, 1, 0)) {
226 if ((SVR_MAJ(svr) == 1) || IS_SVR_REV(svr, 2, 0))
233 if ((SVR_MAJ(svr) == 1) || IS_SVR_REV(svr, 2, 0))
249 if (IS_SVR_REV(svr, 1, 0))
286 if (IS_SVR_REV(svr, 1, 0))
308 if ((SVR_SOC_VER(svr) == SVR_8548 && IS_SVR_REV(svr, 3, 1)) ||
328 if (IS_SVR_REV(svr, 1, 0))
H A Dcpu_init.c758 if (IS_SVR_REV(svr, 1, 0))
763 if (IS_SVR_REV(svr, 1, 0)) {
850 if (IS_SVR_REV(get_svr(), 1, 0)) {
924 if (IS_SVR_REV(svr, 1, 0) &&
H A Dfdt.c497 if(IS_SVR_REV(svr, 1, 0))
/u-boot/drivers/pci/
H A Dpcie_layerscape_fixup_common.c27 if (svr == SVR_LX2160A && IS_SVR_REV(get_svr(), 1, 0))
125 IS_SVR_REV(get_svr(), 2, 0))
/u-boot/board/freescale/t104xrdb/
H A Dspl.c39 if (IS_SVR_REV(svr, 1, 0)) {
/u-boot/drivers/ddr/fsl/
H A Dmpc85xx_ddr_gen2.c39 if ((SVR_MAJ(svr) == 1) || IS_SVR_REV(svr, 2, 0)) {
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dsoc.h96 #define IS_SVR_REV(svr, maj, min) \ macro
/u-boot/board/freescale/lx2160a/
H A Dlx2160a.c90 if (IS_SVR_REV(get_svr(), 1, 0))
235 if (IS_SVR_REV(get_svr(), 1, 0))
/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dimmap_ls102xa.h14 #define IS_SVR_REV(svr, maj, min) \ macro
/u-boot/drivers/i2c/
H A Dfsl_i2c.c232 if ((SVR_SOC_VER(svr) == SVR_8548 && IS_SVR_REV(svr, 3, 1)) ||
/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1012 #define IS_SVR_REV(svr, maj, min) \ macro
/u-boot/drivers/net/
H A Dtsec.c476 if ((SVR_MAJ(svr) == 1) || IS_SVR_REV(svr, 2, 0))

Completed in 154 milliseconds