Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dbcm2835_mbox.c109 value = ldl_le_phys(&s->mbox_as, n << MBOX_AS_CHAN_SHIFT); in bcm2835_mbox_update()
222 if (ldl_le_phys(&s->mbox_as, childaddr + MBOX_AS_PENDING)) { in bcm2835_mbox_write()
227 stl_le_phys(&s->mbox_as, childaddr, value); in bcm2835_mbox_write()
313 address_space_init(&s->mbox_as, s->mbox_mr, TYPE_BCM2835_MBOX "-memory"); in bcm2835_mbox_realize()
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_mbox.h30 AddressSpace mbox_as; member