Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dxilinx_intc.c45 typedef struct XpsIntc XpsIntc; typedef
46 DECLARE_INSTANCE_CHECKER(XpsIntc, XILINX_INTC, TYPE_XILINX_INTC)
48 struct XpsIntc struct
65 static void update_irq(XpsIntc *p) in update_irq() argument
92 XpsIntc *p = opaque; in pic_read()
111 XpsIntc *p = opaque; in pic_write()
155 XpsIntc *p = opaque; in irq_handler()
169 XpsIntc *p = XILINX_INTC(obj); in xilinx_intc_init()
180 DEFINE_PROP_UINT32("kind-of-intr", XpsIntc, c_kind_of_intr, 0),
194 .instance_size = sizeof(XpsIntc),