Searched refs:bitband (Results 1 – 2 of 2) sorted by relevance
271 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()
70 BitBandState bitband[ARMV7M_NUM_BITBANDS]; member