Searched refs:bcm_mbox_write (Results 1 – 4 of 4) sorted by relevance
211 bcm_mbox_write(device_t dev, int chan, uint32_t data) in bcm_mbox_write() function281 DEVMETHOD(mbox_write, bcm_mbox_write),
523 bcm_mbox_write(int channel, uint32_t data) in bcm_mbox_write() function
406 void bcm_mbox_write(int channel, uint32_t data);
204 bcm_mbox_write(BCM2835_MBOX_CHAN_VCHIQ, (unsigned int)g_slot_phys); in vchiq_platform_init()