Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h42 #define PVR2_I_OPB_MASK 0x20000000 /* or AXI */ macro
136 #define PVR_I_OPB(_pvr) (_pvr.pvr[2] & PVR2_I_OPB_MASK)
/openbmc/qemu/target/microblaze/
H A Dcpu.h137 #define PVR2_I_OPB_MASK 0x20000000 macro
H A Dcpu.c275 PVR2_I_OPB_MASK | in mb_cpu_realizefn()