Searched refs:OpenPICState (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | openpic.c | 205 static void IRQ_check(OpenPICState *opp, IRQQueue *q) in IRQ_check() 230 static int IRQ_get_next(OpenPICState *opp, IRQQueue *q) in IRQ_get_next() 238 static void IRQ_local_pipe(OpenPICState *opp, int n_CPU, int n_IRQ, in IRQ_local_pipe() 325 static void openpic_update_irq(OpenPICState *opp, int n_IRQ) in openpic_update_irq() 390 OpenPICState *opp = opaque; in openpic_set_irq() 426 static inline uint32_t read_IRQreg_idr(OpenPICState *opp, int n_IRQ) in read_IRQreg_idr() 431 static inline uint32_t read_IRQreg_ilr(OpenPICState *opp, int n_IRQ) in read_IRQreg_ilr() 440 static inline uint32_t read_IRQreg_ivpr(OpenPICState *opp, int n_IRQ) in read_IRQreg_ivpr() 445 static inline void write_IRQreg_idr(OpenPICState *opp, int n_IRQ, uint32_t val) in write_IRQreg_idr() 490 static inline void write_IRQreg_ilr(OpenPICState *opp, int n_IRQ, uint32_t val) in write_IRQreg_ilr() [all …]
|
/openbmc/qemu/include/hw/ppc/ |
H A D | openpic.h | 104 struct OpenPICState *opp; /* Device timer is part of. */ 127 OBJECT_DECLARE_SIMPLE_TYPE(OpenPICState, OPENPIC) 129 struct OpenPICState { struct
|
/openbmc/qemu/include/hw/misc/macio/ |
H A D | macio.h | 142 OpenPICState pic;
|