Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dbcm2835_mbox_defs.h13 #define MBOX_CHAN_FB 1 /* for use by the frame buffer */ macro
/openbmc/qemu/hw/arm/
H A Dbcm2835_peripherals.c378 memory_region_add_subregion(&s->mbox_mr, MBOX_CHAN_FB << MBOX_AS_CHAN_SHIFT, in bcm_soc_peripherals_common_realize()
381 qdev_get_gpio_in(DEVICE(&s->mboxes), MBOX_CHAN_FB)); in bcm_soc_peripherals_common_realize()
/openbmc/qemu/hw/display/
H A Dbcm2835_fb.c307 res = MBOX_CHAN_FB; in bcm2835_fb_read()