Searched refs:Msf2Timer (Results 1 – 2 of 2) sorted by relevance
60 static void timer_update_irq(struct Msf2Timer *st) in timer_update_irq()70 static void timer_update(struct Msf2Timer *st) in timer_update()89 struct Msf2Timer *st; in timer_read()140 struct Msf2Timer *st; in timer_write()216 struct Msf2Timer *st = opaque; in timer_hit()233 struct Msf2Timer *st = &t->timers[i]; in mss_timer_init()253 struct Msf2Timer *st = &t->timers[i]; in mss_timer_finalize()264 VMSTATE_PTIMER(ptimer, struct Msf2Timer),265 VMSTATE_UINT32_ARRAY(regs, struct Msf2Timer, R_TIM1_MAX),277 vmstate_timers, struct Msf2Timer),
48 struct Msf2Timer { struct60 struct Msf2Timer timers[NUM_TIMERS]; argument