Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Dlunmgt.c257 lli->port_sel |= CHAN2PORTMASK(chan); in cxlflash_manage_lun()
269 lli->port_sel &= ~CHAN2PORTMASK(chan); in cxlflash_manage_lun()
270 if (lli->port_sel == 0U) in cxlflash_manage_lun()
276 __func__, lli->port_sel, chan, lli->lun_id[chan]); in cxlflash_manage_lun()
Dvlun.c581 lli->port_sel)); in grow_lxt()
854 if (lli->port_sel & (1 << k)) { in cxlflash_restore_luntable()
904 nports = get_num_ports(lli->port_sel); in init_luntable()
917 if (!(lli->port_sel & (1 << k))) in init_luntable()
930 if (!(lli->port_sel & (1 << k))) in init_luntable()
944 chan = PORTMASK2CHAN(lli->port_sel); in init_luntable()
1063 if (get_num_ports(lli->port_sel) > 1) in cxlflash_disk_virtual_open()
Dsislite.h52 u32 port_sel; /* this is a selection mask: member
527 u8 port_sel; member
Dsuperpipe.h62 u32 port_sel; /* What port to use for this LUN */ member
Dmain.c505 cmd->rcb.port_sel = CHAN2PORTMASK(sdev->channel); in send_tmf()
633 cmd->rcb.port_sel = CHAN2PORTMASK(scp->device->channel); in cxlflash_queuecommand()
1230 u64 port_sel; in afu_link_reset() local
1233 port_sel = readq_be(&afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1234 port_sel &= ~(1ULL << port); in afu_link_reset()
1235 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1251 port_sel |= (1ULL << port); in afu_link_reset()
1252 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1255 dev_dbg(dev, "%s: returning port_sel=%016llx\n", __func__, port_sel); in afu_link_reset()
Dsuperpipe.c532 u32 port_sel) in rht_format1() argument
556 dummy.port_sel = port_sel; in rht_format1()
/Linux-v4.19/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-v4.19/drivers/ata/
Dpata_icside.c55 u8 port_sel; member
234 writeb(state->port[ap->port_no].port_sel, state->ioc_base); in pata_icside_bmdma_setup()
421 state->port[0].port_sel = sel; in pata_icside_register_v6()
422 state->port[1].port_sel = sel | 1; in pata_icside_register_v6()
/Linux-v4.19/drivers/i2c/busses/
Di2c-piix4.c276 u8 smba_en_lo, smba_en_hi, smb_en, smb_en_status, port_sel; in piix4_setup_sb800() local
386 port_sel = inb_p(SB800_PIIX4_SMB_IDX + 1); in piix4_setup_sb800()
387 piix4_port_sel_sb800 = (port_sel & 0x01) ? in piix4_setup_sb800()
/Linux-v4.19/drivers/rapidio/
Drio.c1554 u32 port_sel = RIO_INVALID_ROUTE; in rio_std_route_clr_table() local
1570 port_sel = (RIO_INVALID_ROUTE << 24) | in rio_std_route_clr_table()
1582 port_sel); in rio_std_route_clr_table()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp.c727 u32 port_sel = I915_READ(PP_ON_DELAYS(pipe)) & in vlv_initial_pps_pipe() local
730 if (port_sel != PANEL_PORT_SELECT_VLV(port)) in vlv_initial_pps_pipe()
5546 u32 pp_on, pp_off, pp_div, port_sel = 0; in intel_dp_init_panel_power_sequencer_registers() local
5602 port_sel = PANEL_PORT_SELECT_VLV(port); in intel_dp_init_panel_power_sequencer_registers()
5606 port_sel = PANEL_PORT_SELECT_DPA; in intel_dp_init_panel_power_sequencer_registers()
5609 port_sel = PANEL_PORT_SELECT_DPC; in intel_dp_init_panel_power_sequencer_registers()
5612 port_sel = PANEL_PORT_SELECT_DPD; in intel_dp_init_panel_power_sequencer_registers()
5620 pp_on |= port_sel; in intel_dp_init_panel_power_sequencer_registers()
Dintel_display.c1212 u32 port_sel; in assert_panel_unlocked() local
1215 port_sel = I915_READ(PP_ON_DELAYS(0)) & PANEL_PORT_SELECT_MASK; in assert_panel_unlocked()
1217 switch (port_sel) { in assert_panel_unlocked()
1231 MISSING_CASE(port_sel); in assert_panel_unlocked()
1239 u32 port_sel; in assert_panel_unlocked() local
1242 port_sel = I915_READ(PP_ON_DELAYS(0)) & PANEL_PORT_SELECT_MASK; in assert_panel_unlocked()
1244 WARN_ON(port_sel != PANEL_PORT_SELECT_LVDS); in assert_panel_unlocked()