Searched refs:mmio_ctrl (Results 1 – 1 of 1) sorted by relevance
56 struct ntb_ctrl_regs __iomem *mmio_ctrl; member898 sndev->mmio_ctrl = (void * __iomem)sndev->mmio_ntb + in switchtec_ntb_init_sndev()903 sndev->mmio_self_ctrl = &sndev->mmio_ctrl[sndev->self_partition]; in switchtec_ntb_init_sndev()904 sndev->mmio_peer_ctrl = &sndev->mmio_ctrl[sndev->peer_partition]; in switchtec_ntb_init_sndev()951 struct ntb_ctrl_regs __iomem *mmio_ctrl, in config_req_id_table() argument958 if (ioread16(&mmio_ctrl->req_id_table_size) < count) { in config_req_id_table()964 rc = switchtec_ntb_part_op(sndev, mmio_ctrl, in config_req_id_table()972 &mmio_ctrl->req_id_table[i]); in config_req_id_table()974 proxy_id = ioread32(&mmio_ctrl->req_id_table[i]); in config_req_id_table()982 rc = switchtec_ntb_part_op(sndev, mmio_ctrl, in config_req_id_table()[all …]