Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/kvm/intc/
H A Dpch_pic.c152 case PCH_PIC_EDGE_START ... PCH_PIC_EDGE_END: in loongarch_pch_pic_read()
153 offset -= PCH_PIC_EDGE_START; in loongarch_pch_pic_read()
235 case PCH_PIC_EDGE_START ... PCH_PIC_EDGE_END: in loongarch_pch_pic_write()
236 offset -= PCH_PIC_EDGE_START; in loongarch_pch_pic_write()
358 case PCH_PIC_EDGE_START: in kvm_pch_pic_regs_access()
/linux-6.15/arch/loongarch/include/asm/
H A Dkvm_pch_pic.h19 #define PCH_PIC_EDGE_START 0x60 macro