Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A Dblacklisted_events_test.c82 pvr_min = PVR_MIN(mfspr(SPRN_PVR)); in check_for_power9_version()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h64 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro
/openbmc/linux/arch/powerpc/perf/
H A Dpower9-pmu.c475 if ((PVR_CFG(pvr) == 2) && (PVR_MIN(pvr) == 1)) { in init_power9_pmu()
478 } else if ((PVR_CFG(pvr) == 2) && (PVR_MIN(pvr) == 2)) { in init_power9_pmu()
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup-common.c305 min = PVR_MIN(pvr); in show_cpuinfo()
309 min = PVR_MIN(pvr); in show_cpuinfo()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c131 minor = PVR_MIN(pvr); in checkcpu()
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c902 min = PVR_MIN(pvr); in spe_mathemu_init()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h871 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h1286 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1434 u32 min = PVR_MIN(pvr); in crypto4xx_probe()