Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Da9gtimer.c50 static inline int a9_gtimer_get_current_cpu(A9GTimerState *s) in a9_gtimer_get_current_cpu()
63 static inline uint64_t a9_gtimer_get_conv(A9GTimerState *s) in a9_gtimer_get_conv()
71 static A9GTimerUpdate a9_gtimer_get_update(A9GTimerState *s) in a9_gtimer_get_update()
81 static void a9_gtimer_update(A9GTimerState *s, bool sync) in a9_gtimer_update()
135 A9GTimerState *s = A9_GTIMER(opaque); in a9_gtimer_update_no_sync()
143 A9GTimerState *s = gtb->parent; in a9_gtimer_read()
185 A9GTimerState *s = gtb->parent; in a9_gtimer_write()
238 A9GTimerState *s = A9_GTIMER(opaque); in a9_gtimer_this_read()
250 A9GTimerState *s = A9_GTIMER(opaque); in a9_gtimer_this_write()
281 A9GTimerState *s = A9_GTIMER(dev); in a9_gtimer_reset()
[all …]
/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h32 OBJECT_DECLARE_SIMPLE_TYPE(A9GTimerState, A9_GTIMER)
61 A9GTimerState *parent;
72 struct A9GTimerState { struct
/openbmc/qemu/include/hw/cpu/
H A Da9mpcore.h34 A9GTimerState gtimer;