Searched defs:A9GTimerPerCPU (Results 1 – 1 of 1) sorted by relevance
58 typedef struct A9GTimerPerCPU A9GTimerPerCPU; typedef60 struct A9GTimerPerCPU { struct61 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