Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dloongarch_extioi.c92 case EXTIOI_BOUNCE_START ... EXTIOI_BOUNCE_END - 1: in extioi_readw()
93 index = (offset - EXTIOI_BOUNCE_START) >> 2; in extioi_readw()
228 case EXTIOI_BOUNCE_START ... EXTIOI_BOUNCE_END - 1: in extioi_writew()
230 index = (offset - EXTIOI_BOUNCE_START) >> 2; in extioi_writew()
/qemu/include/hw/intc/
H A Dloongarch_extioi.h34 #define EXTIOI_BOUNCE_START (0x680 - APIC_OFFSET) macro