Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dloongarch_extioi.c79 case EXTIOI_IPMAP_START ... EXTIOI_IPMAP_END - 1: in extioi_readw()
80 index = (offset - EXTIOI_IPMAP_START) >> 2; in extioi_readw()
201 case EXTIOI_IPMAP_START ... EXTIOI_IPMAP_END - 1: in extioi_writew()
206 index = (offset - EXTIOI_IPMAP_START) >> 2; in extioi_writew()
/openbmc/qemu/include/hw/intc/
H A Dloongarch_extioi.h30 #define EXTIOI_IPMAP_START (0x4c0 - APIC_OFFSET) macro