Home
last modified time | relevance | path

Searched refs:bitband (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/arm/
H A Darmv7m.c271 for (i = 0; i < ARRAY_SIZE(s->bitband); i++) { in armv7m_instance_init()
272 object_initialize_child(obj, "bitband[*]", &s->bitband[i], in armv7m_instance_init()
518 for (i = 0; i < ARRAY_SIZE(s->bitband); i++) { in armv7m_realize()
520 Object *obj = OBJECT(&s->bitband[i]); in armv7m_realize()
521 sbd = SYS_BUS_DEVICE(&s->bitband[i]); in armv7m_realize()
536 object_unparent(OBJECT(&s->bitband[i])); in armv7m_realize()
/openbmc/qemu/include/hw/arm/
H A Darmv7m.h70 BitBandState bitband[ARMV7M_NUM_BITBANDS]; member