Lines Matching refs:port_sel
496 cmd->rcb.port_sel = CHAN2PORTMASK(sdev->channel);
624 cmd->rcb.port_sel = CHAN2PORTMASK(scp->device->channel);
1228 u64 port_sel;
1231 port_sel = readq_be(&afu->afu_map->global.regs.afu_port_sel);
1232 port_sel &= ~(1ULL << port);
1233 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel);
1249 port_sel |= (1ULL << port);
1250 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel);
1253 dev_dbg(dev, "%s: returning port_sel=%016llx\n", __func__, port_sel);