Lines Matching refs:port_sel
409 u32 port_sel = scp->device->channel + 1; in send_tmf() local
436 cmd->rcb.port_sel = port_sel; in send_tmf()
500 u32 port_sel = scp->device->channel + 1; in cxlflash_queuecommand() local
551 cmd->rcb.port_sel = port_sel; in cxlflash_queuecommand()
1068 u64 port_sel; in afu_link_reset() local
1071 port_sel = readq_be(&afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1072 port_sel &= ~(1ULL << port); in afu_link_reset()
1073 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1089 port_sel |= (1ULL << port); in afu_link_reset()
1090 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1093 pr_debug("%s: returning port_sel=%lld\n", __func__, port_sel); in afu_link_reset()
1830 cmd->rcb.port_sel = 0x0; /* NA */ in cxlflash_afu_sync()