Searched refs:PVR0_VERSION_MASK (Results 1 - 1 of 1) sorted by last modified time

/linux-master/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)

Completed in 206 milliseconds