Searched refs:HeathrowPICState (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | heathrow_pic.c | 33 static inline int heathrow_check_irq(HeathrowPICState *pic) in heathrow_check_irq() 53 HeathrowPICState *pic; in heathrow_write() 81 HeathrowPICState *pic; in heathrow_read() 118 HeathrowPICState *pic; in heathrow_set_irq() 145 VMSTATE_UINT32(events, HeathrowPICState), 146 VMSTATE_UINT32(mask, HeathrowPICState), 147 VMSTATE_UINT32(levels, HeathrowPICState), 148 VMSTATE_UINT32(level_triggered, HeathrowPICState), 159 vmstate_heathrow_pic_one, HeathrowPICState),
|
/openbmc/qemu/include/hw/intc/ |
H A D | heathrow_pic.h | 35 typedef struct HeathrowPICState { struct 40 } HeathrowPICState; argument 46 HeathrowPICState pics[2];
|