Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c61 struct ntb_dbmsg_regs __iomem *mmio_peer_dbmsg; member
158 if (idx < 0 || idx >= ARRAY_SIZE(sndev->mmio_peer_dbmsg->omsg)) in switchtec_ntb_send_msg()
161 iowrite32(val, &sndev->mmio_peer_dbmsg->omsg[idx].msg); in switchtec_ntb_send_msg()
476 iowrite32(msg_map, &sndev->mmio_peer_dbmsg->msg_map); in crosslink_init_dbmsgs()
478 &sndev->mmio_peer_dbmsg->odb_mask); in crosslink_init_dbmsgs()
699 offset = (unsigned long)sndev->mmio_peer_dbmsg->odb - in switchtec_ntb_peer_db_addr()
719 &sndev->mmio_peer_dbmsg->odb); in switchtec_ntb_peer_db_set()
906 sndev->mmio_peer_dbmsg = sndev->mmio_self_dbmsg; in switchtec_ntb_init_sndev()
1170 sndev->mmio_peer_dbmsg = sndev->mmio_xlink_win + offset; in switchtec_ntb_init_crosslink()
1236 if (sndev->mmio_peer_dbmsg != sndev->mmio_self_dbmsg) { in switchtec_ntb_init_db()
[all …]