Searched refs:PL050State (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/input/ |
H A D | pl050.c | 34 VMSTATE_UINT32(cr, PL050State), 35 VMSTATE_UINT32(clk, PL050State), 36 VMSTATE_UINT32(last, PL050State), 37 VMSTATE_INT32(pending, PL050State), 54 static void pl050_update_irq(PL050State *s) in pl050_update_irq() 64 PL050State *s = (PL050State *)opaque; in pl050_set_irq() 73 PL050State *s = (PL050State *)opaque; in pl050_read() 121 PL050State *s = (PL050State *)opaque; in pl050_write() 154 PL050State *s = PL050(dev); in pl050_realize() 164 PL050State *ps = PL050(dev); in pl050_kbd_realize() [all …]
|
/openbmc/qemu/include/hw/input/ |
H A D | pl050.h | 25 OBJECT_DECLARE_TYPE(PL050State, PL050DeviceClass, PL050) 27 struct PL050State { struct 44 PL050State parent_obj; argument 53 PL050State parent_obj;
|