Searched refs:EIOINTC_BOUNCE_START (Results 1 – 2 of 2) sorted by relevance
140 case EIOINTC_BOUNCE_START ... EIOINTC_BOUNCE_END: in loongarch_eiointc_read()141 index = (offset - EIOINTC_BOUNCE_START) >> 3; in loongarch_eiointc_read()262 case EIOINTC_BOUNCE_START ... EIOINTC_BOUNCE_END: in loongarch_eiointc_write()264 index = (offset - EIOINTC_BOUNCE_START) >> 3; in loongarch_eiointc_write()491 case EIOINTC_BOUNCE_START ... EIOINTC_BOUNCE_END: in kvm_eiointc_regs_access()492 offset = (addr - EIOINTC_BOUNCE_START) / 4; in kvm_eiointc_regs_access()
29 #define EIOINTC_BOUNCE_START 0x280 macro
Completed in 4 milliseconds