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.c84 case EXTIOI_IPMAP_START ... EXTIOI_IPMAP_END - 1: in extioi_readw()
85 index = (offset - EXTIOI_IPMAP_START) >> 2; in extioi_readw()
206 case EXTIOI_IPMAP_START ... EXTIOI_IPMAP_END - 1: in extioi_writew()
211 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