Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dcpu.c133 major = PVR_MAJ(pvr); in checkcpu()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dspd_sdram.c433 if(PVR_MAJ(pvr) <= 1 && spd.mem_type == SPD_MEMTYPE_DDR){ in spd_sdram()
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dprocessor.h870 #define PVR_MAJ(pvr) (((pvr) >> 4) & 0xF) /* Major revision field */ macro