Home
last modified time | relevance | path

Searched refs:RTMRState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/timer/
H A Drenesas_tmr.c63 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()
263 static void tmr_write_count(RTMRState *tmr, int ch, unsigned size, in tmr_write_count()
279 RTMRState *tmr = opaque; in tmr_write()
329 static void timer_events(RTMRState *tmr, int ch);
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()
[all …]
/openbmc/qemu/include/hw/timer/
H A Drenesas_tmr.h17 typedef struct RTMRState RTMRState; typedef
18 DECLARE_INSTANCE_CHECKER(RTMRState, RTMR,
34 struct RTMRState { struct
/openbmc/qemu/include/hw/rx/
H A Drx62n.h57 RTMRState tmr[RX62N_NR_TMR];