Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dallwinner-a10-pic.c75 return s->fiq_pending[index]; in aw_a10_pic_read()
115 s->fiq_pending[index] &= ~value; in aw_a10_pic_write()
151 VMSTATE_UINT32_ARRAY(fiq_pending, AwA10PICState, AW_A10_PIC_REG_NUM),
183 s->fiq_pending[i] = 0; in aw_a10_pic_reset()
/openbmc/qemu/include/hw/intc/
H A Dallwinner-a10-pic.h36 uint32_t fiq_pending[AW_A10_PIC_REG_NUM]; member