Searched refs:intedge (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | loongarch_pch_pic.c | 54 if (s->intedge & mask) { in pch_pic_irq_handler() 104 val = (uint32_t)s->intedge; in loongarch_pch_pic_low_readw() 107 val = s->intedge >> 32; in loongarch_pch_pic_low_readw() 172 s->intedge = get_writew_val(s->intedge, data, 0); in loongarch_pch_pic_low_writew() 175 s->intedge = get_writew_val(s->intedge, data, 1); in loongarch_pch_pic_low_writew() 178 if (s->intedge & data) { in loongarch_pch_pic_low_writew() 186 if (s->intedge & value) { in loongarch_pch_pic_low_writew() 368 s->intedge = 0x0; in loongarch_pch_pic_reset() 426 VMSTATE_UINT64(intedge, LoongArchPCHPIC),
|
/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-int.c | 87 unsigned int intedge, intsteer, pcicmd, pcibadaddr; in corehi_irqdispatch() local 124 intedge = BONITO_INTEDGE; in corehi_irqdispatch() 130 pr_emerg("BONITO_INTEDGE = %08x\n", intedge); in corehi_irqdispatch()
|
/openbmc/qemu/include/hw/intc/ |
H A D | loongarch_pch_pic.h | 49 uint64_t intedge; /*0x060 edge=1 level =0*/ member
|