Searched refs:msg_map (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_mbox.c | 396 bus_dmamap_t msg_map; in bcm2835_mbox_property() local 412 buf = bcm2835_mbox_init_dma(mbox, msg_size, &msg_tag, &msg_map, in bcm2835_mbox_property() 421 bus_dmamap_sync(msg_tag, msg_map, in bcm2835_mbox_property() 427 bus_dmamap_sync(msg_tag, msg_map, in bcm2835_mbox_property() 435 bus_dmamap_unload(msg_tag, msg_map); in bcm2835_mbox_property() 436 bus_dmamem_free(msg_tag, buf, msg_map); in bcm2835_mbox_property()
|