Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c346 bcm2835_mbox_err(device_t dev, bus_addr_t msg_phys, uint32_t resp_phys, in bcm2835_mbox_err() argument
353 if ((uint32_t)msg_phys != resp_phys) { in bcm2835_mbox_err()
402 bus_addr_t msg_phys; in bcm2835_mbox_property() local
418 &msg_phys); in bcm2835_mbox_property()
429 MBOX_WRITE(mbox, BCM2835_MBOX_CHAN_PROP, (uint32_t)msg_phys); in bcm2835_mbox_property()
437 err = bcm2835_mbox_err(mbox, msg_phys, reg, in bcm2835_mbox_property()