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

/linux-master/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c61 struct ntb_dbmsg_regs __iomem *mmio_peer_dbmsg; member in struct:switchtec_ntb
158 if (idx < 0 || idx >= ARRAY_SIZE(sndev->mmio_peer_dbmsg->omsg))
161 iowrite32(val, &sndev->mmio_peer_dbmsg->omsg[idx].msg);
470 for (i = 0; i < ARRAY_SIZE(sndev->mmio_peer_dbmsg->imsg); i++) {
476 iowrite32(msg_map, &sndev->mmio_peer_dbmsg->msg_map);
478 &sndev->mmio_peer_dbmsg->odb_mask);
699 offset = (unsigned long)sndev->mmio_peer_dbmsg->odb -
719 &sndev->mmio_peer_dbmsg->odb);
906 sndev->mmio_peer_dbmsg = sndev->mmio_self_dbmsg;
1170 sndev->mmio_peer_dbmsg
[all...]

Completed in 111 milliseconds