Home
last modified time | relevance | path

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

/openbmc/qemu/hw/m68k/
H A Dmcf_intc.c21 OBJECT_DECLARE_SIMPLE_TYPE(mcf_intc_state, MCF_INTC)
23 struct mcf_intc_state { struct
36 static void mcf_intc_update(mcf_intc_state *s) in mcf_intc_update() argument
63 mcf_intc_state *s = (mcf_intc_state *)opaque; in mcf_intc_read()
98 mcf_intc_state *s = (mcf_intc_state *)opaque; in mcf_intc_write()
144 mcf_intc_state *s = (mcf_intc_state *)opaque; in mcf_intc_set_irq()
156 mcf_intc_state *s = MCF_INTC(dev); in mcf_intc_reset()
174 mcf_intc_state *s = MCF_INTC(obj); in mcf_intc_instance_init()
181 DEFINE_PROP_LINK("m68k-cpu", mcf_intc_state, cpu,
198 .instance_size = sizeof(mcf_intc_state),