Home
last modified time | relevance | path

Searched refs:P4ADDR (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/sh4/
H A Dsh.h34 #define P4ADDR(x) ((x) | 0xe0000000) macro
/openbmc/qemu/hw/sh4/
H A Dr2d.c268 sysbus_mmio_map(busdev, 0, P4ADDR(0x1e200000)); in r2d_init()
/openbmc/qemu/hw/timer/
H A Dsh_timer.c367 memory_region_add_subregion(sysmem, P4ADDR(base), &s->iomem_p4); in tmu012_init()
/openbmc/qemu/hw/intc/
H A Dsh_intc.c372 memory_region_add_subregion(sysmem, P4ADDR(address), iomem_p4); in sh_intc_register()