Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dpnv.h159 #define PNV_ICP_SIZE 0x0000000000100000ull macro
161 (0x0003ffff80000000ull + (uint64_t) (chip)->chip_id * PNV_ICP_SIZE)
/openbmc/qemu/hw/ppc/
H A Dpnv.c1486 memory_region_init(&chip8->icp_mmio, OBJECT(chip), name, PNV_ICP_SIZE); in pnv_chip_icp_realize()