Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dloongarch_extioi.c88 case EXTIOI_ENABLE_START ... EXTIOI_ENABLE_END - 1: in extioi_readw()
89 index = (offset - EXTIOI_ENABLE_START) >> 2; in extioi_readw()
215 case EXTIOI_ENABLE_START ... EXTIOI_ENABLE_END - 1: in extioi_writew()
216 index = (offset - EXTIOI_ENABLE_START) >> 2; in extioi_writew()
/qemu/include/hw/intc/
H A Dloongarch_extioi.h32 #define EXTIOI_ENABLE_START (0x600 - APIC_OFFSET) macro