Searched refs:OpenPICTimer (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | openpic.h | 98 typedef struct OpenPICTimer { struct 110 } OpenPICTimer; argument 165 OpenPICTimer timers[OPENPIC_MAX_TMR];
|
/openbmc/qemu/hw/intc/ |
H A D | openpic.c | 680 static void openpic_tmr_set_tmr(OpenPICTimer *tmr, uint32_t val, bool enabled); 684 OpenPICTimer *tmr = opaque; in qemu_timer_cb() 704 static void openpic_tmr_set_tmr(OpenPICTimer *tmr, uint32_t val, bool enabled) in openpic_tmr_set_tmr() 730 static uint64_t openpic_tmr_get_timer(OpenPICTimer *tmr) in openpic_tmr_get_timer() 1436 VMSTATE_UINT32(tccr, OpenPICTimer), 1437 VMSTATE_UINT32(tbcr, OpenPICTimer), 1484 vmstate_openpic_timer, OpenPICTimer),
|