Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dmss-timer.c123 TYPE_MSS_TIMER": 64-bit mode not supported\n"); in timer_read()
196 TYPE_MSS_TIMER": 64-bit mode not supported\n"); in timer_write()
242 memory_region_init_io(&t->mmio, OBJECT(t), &timer_ops, t, TYPE_MSS_TIMER, in mss_timer_init()
271 .name = TYPE_MSS_TIMER,
298 .name = TYPE_MSS_TIMER,
/openbmc/qemu/include/hw/timer/
H A Dmss-timer.h32 #define TYPE_MSS_TIMER "mss-timer" macro
/openbmc/qemu/hw/arm/
H A Dmsf2-soc.c70 object_initialize_child(obj, "timer", &s->timer, TYPE_MSS_TIMER); in m2sxxx_soc_initfn()