Home
last modified time | relevance | path

Searched refs:PVR_MIN (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dcpu.c134 minor = PVR_MIN(pvr); in checkcpu()
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dprocessor.h871 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro