Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h56 #define PVR2_USE_HW_MUL_MASK 0x00001000 macro
/openbmc/qemu/target/microblaze/
H A Dcpu.h154 #define PVR2_USE_HW_MUL_MASK 0x00001000 macro
H A Dcpu.c263 (cpu->cfg.use_hw_mul ? PVR2_USE_HW_MUL_MASK : 0) | in mb_cpu_realizefn()