Searched refs:TYPE_MSS_TIMER (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/timer/ |
H A D | mss-timer.c | 123 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 D | mss-timer.h | 32 #define TYPE_MSS_TIMER "mss-timer" macro
|
/openbmc/qemu/hw/arm/ |
H A D | msf2-soc.c | 70 object_initialize_child(obj, "timer", &s->timer, TYPE_MSS_TIMER); in m2sxxx_soc_initfn()
|