Home
last modified time | relevance | path

Searched defs:A9GTimerPerCPU (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h58 typedef struct A9GTimerPerCPU A9GTimerPerCPU; typedef
60 struct A9GTimerPerCPU { struct
61 A9GTimerState *parent;
63 uint32_t control; /* only per cpu banked bits valid */
64 uint64_t compare;
65 uint32_t status;
89 A9GTimerPerCPU per_cpu[A9_GTIMER_MAX_CPUS]; argument