Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h33 #define PVR0_VERSION_MASK 0x0000FF00 macro
130 #define PVR_VERSION(_pvr) ((_pvr.pvr[0] & PVR0_VERSION_MASK) >> 8)
/openbmc/qemu/target/microblaze/
H A Dcpu.h128 #define PVR0_VERSION_MASK 0x0000FF00 macro