Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/cxlflash/
Dlunmgt.c253 lli->port_sel |= CHAN2PORTMASK(chan); in cxlflash_manage_lun()
265 lli->port_sel &= ~CHAN2PORTMASK(chan); in cxlflash_manage_lun()
266 if (lli->port_sel == 0U) in cxlflash_manage_lun()
272 __func__, lli->port_sel, chan, lli->lun_id[chan]); in cxlflash_manage_lun()
Dvlun.c577 lli->port_sel)); in grow_lxt()
850 if (lli->port_sel & (1 << k)) { in cxlflash_restore_luntable()
900 nports = get_num_ports(lli->port_sel); in init_luntable()
913 if (!(lli->port_sel & (1 << k))) in init_luntable()
926 if (!(lli->port_sel & (1 << k))) in init_luntable()
940 chan = PORTMASK2CHAN(lli->port_sel); in init_luntable()
1059 if (get_num_ports(lli->port_sel) > 1) in cxlflash_disk_virtual_open()
Dsislite.h48 u32 port_sel; /* this is a selection mask: member
523 u8 port_sel; member
Dsuperpipe.h58 u32 port_sel; /* What port to use for this LUN */ member
Dmain.c501 cmd->rcb.port_sel = CHAN2PORTMASK(sdev->channel); in send_tmf()
629 cmd->rcb.port_sel = CHAN2PORTMASK(scp->device->channel); in cxlflash_queuecommand()
1233 u64 port_sel; in afu_link_reset() local
1236 port_sel = readq_be(&afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1237 port_sel &= ~(1ULL << port); in afu_link_reset()
1238 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1254 port_sel |= (1ULL << port); in afu_link_reset()
1255 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1258 dev_dbg(dev, "%s: returning port_sel=%016llx\n", __func__, port_sel); in afu_link_reset()
Dsuperpipe.c528 u32 port_sel) in rht_format1() argument
552 dummy.port_sel = port_sel; in rht_format1()
/Linux-v5.4/drivers/block/paride/
Dppc6lnx.c24 #define port_sel 8 macro
137 ppc->cur_ctrl |= port_sel; in ppc6_select()
149 ppc->cur_ctrl &= ~port_sel; in ppc6_select()
164 ppc->cur_ctrl |= port_sel; in ppc6_select()
189 ppc->cur_ctrl &= ~(port_sel | port_init); in ppc6_select()
191 ppc->cur_ctrl &= ~port_sel; in ppc6_select()
213 ppc->cur_ctrl |= port_sel; in ppc6_deselect()
219 outb((ppc->org_ctrl | port_sel), ppc->lpt_addr + 2); in ppc6_deselect()
/Linux-v5.4/drivers/ata/
Dpata_icside.c56 u8 port_sel; member
235 writeb(state->port[ap->port_no].port_sel, state->ioc_base); in pata_icside_bmdma_setup()
422 state->port[0].port_sel = sel; in pata_icside_register_v6()
423 state->port[1].port_sel = sel | 1; in pata_icside_register_v6()
/Linux-v5.4/drivers/i2c/busses/
Di2c-piix4.c270 u8 smba_en_lo, smba_en_hi, smb_en, smb_en_status, port_sel; in piix4_setup_sb800() local
381 port_sel = inb_p(SB800_PIIX4_SMB_IDX + 1); in piix4_setup_sb800()
382 piix4_port_sel_sb800 = (port_sel & 0x01) ? in piix4_setup_sb800()
/Linux-v5.4/drivers/rapidio/
Drio.c1550 u32 port_sel = RIO_INVALID_ROUTE; in rio_std_route_clr_table() local
1566 port_sel = (RIO_INVALID_ROUTE << 24) | in rio_std_route_clr_table()
1578 port_sel); in rio_std_route_clr_table()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp.c929 u32 port_sel = I915_READ(PP_ON_DELAYS(pipe)) & in vlv_initial_pps_pipe() local
932 if (port_sel != PANEL_PORT_SELECT_VLV(port)) in vlv_initial_pps_pipe()
6533 u32 pp_on, pp_off, port_sel = 0; in intel_dp_init_panel_power_sequencer_registers() local
6576 port_sel = PANEL_PORT_SELECT_VLV(port); in intel_dp_init_panel_power_sequencer_registers()
6580 port_sel = PANEL_PORT_SELECT_DPA; in intel_dp_init_panel_power_sequencer_registers()
6583 port_sel = PANEL_PORT_SELECT_DPC; in intel_dp_init_panel_power_sequencer_registers()
6586 port_sel = PANEL_PORT_SELECT_DPD; in intel_dp_init_panel_power_sequencer_registers()
6594 pp_on |= port_sel; in intel_dp_init_panel_power_sequencer_registers()
Dintel_display.c1196 u32 port_sel; in assert_panel_unlocked() local
1199 port_sel = I915_READ(PP_ON_DELAYS(0)) & PANEL_PORT_SELECT_MASK; in assert_panel_unlocked()
1201 switch (port_sel) { in assert_panel_unlocked()
1215 MISSING_CASE(port_sel); in assert_panel_unlocked()
1223 u32 port_sel; in assert_panel_unlocked() local
1226 port_sel = I915_READ(PP_ON_DELAYS(0)) & PANEL_PORT_SELECT_MASK; in assert_panel_unlocked()
1228 WARN_ON(port_sel != PANEL_PORT_SELECT_LVDS); in assert_panel_unlocked()