Searched defs:tmr (Results 1 – 10 of 10) sorted by relevance
/qemu/hw/timer/ |
H A D | renesas_tmr.c | 63 static void update_events(RTMRState *tmr, int ch) in update_events() 108 static int elapsed_time(RTMRState *tmr, int ch, int64_t delta) in elapsed_time() 124 static uint16_t read_tcnt(RTMRState *tmr, unsigned size, int ch) in read_tcnt() 195 RTMRState *tmr = opaque; in tmr_read() local 263 static void tmr_write_count(RTMRState *tmr, int ch, unsigned size, in tmr_write_count() 279 RTMRState *tmr = opaque; in tmr_write() local 331 static uint16_t issue_event(RTMRState *tmr, int ch, int sz, in issue_event() 375 static void timer_events(RTMRState *tmr, int ch) in timer_events() 401 RTMRState *tmr = opaque; in timer_event0() local 408 RTMRState *tmr = opaque; in timer_event1() local [all …]
|
H A D | bcm2835_systmr.c | 33 BCM2835SystemTimerCompare *tmr = opaque; in bcm2835_systmr_timer_expire() local
|
/qemu/include/hw/timer/ |
H A D | bcm2835_systmr.h | 39 BCM2835SystemTimerCompare tmr[BCM2835_SYSTIMER_COUNT]; member
|
/qemu/include/hw/rx/ |
H A D | rx62n.h | 57 RTMRState tmr[RX62N_NR_TMR]; member
|
/qemu/include/hw/acpi/ |
H A D | ich9_tco.h | 67 uint16_t tmr; member
|
H A D | acpi.h | 144 ACPIPMTimer tmr; member
|
/qemu/hw/rx/ |
H A D | rx62n.c | 161 SysBusDevice *tmr; in register_tmr() local
|
/qemu/hw/intc/ |
H A D | openpic.c | 684 OpenPICTimer *tmr = opaque; in qemu_timer_cb() local 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()
|
/qemu/hw/m68k/ |
H A D | mcf5206.c | 24 uint16_t tmr; member
|
/qemu/include/hw/i386/ |
H A D | apic_internal.h | 172 uint32_t tmr[8]; /* trigger mode register */ member
|