Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h55 #define PVR2_USE_DIV_MASK 0x00002000 macro
/openbmc/qemu/target/microblaze/
H A Dcpu.h153 #define PVR2_USE_DIV_MASK 0x00002000 macro
H A Dcpu.c266 (cpu->cfg.use_div ? PVR2_USE_DIV_MASK : 0) | in mb_cpu_realizefn()