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

/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c344 bcm2835_mbox_err(device_t dev, bus_addr_t msg_phys, uint32_t resp_phys, argument
351 if ((uint32_t)msg_phys != resp_phys) {
391 bus_addr_t msg_phys; local
406 &msg_phys);
417 MBOX_WRITE(mbox, BCM2835_MBOX_CHAN_PROP, (uint32_t)msg_phys);
425 err = bcm2835_mbox_err(mbox, msg_phys, reg,
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr.c3088 uint64_t *msg_phys; local
3138 msg_phys = (uint64_t *)(uintptr_t)segs[0].ds_addr;
3140 ((uint32_t)(uint64_t)(uintptr_t)msg_phys &
3196 msg_phys = (uint64_t *)(uintptr_t)prp_page_info->prp_page_busaddr;
3213 msg_phys = (uint64_t *)((uint8_t *)msg_phys + prp_size);
3218 htole32((uint32_t)((uint64_t)(uintptr_t)msg_phys >> 32));
3220 htole32((uint32_t)(uintptr_t)msg_phys);
3289 msg_phys = (uint64_t *)((uint8_t *)msg_phys
[all...]

Completed in 106 milliseconds