Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dcpu.c267 (cpu->cfg.pvr == C_PVR_FULL ? PVR0_PVR_FULL_MASK : 0) | in mb_cpu_realizefn()
387 DEFINE_PROP_UINT8("pvr", MicroBlazeCPU, cfg.pvr, C_PVR_FULL),
H A Dcpu.h216 #define C_PVR_FULL 2 macro