Searched refs:port_sel (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/block/paride/ |
D | ppc6lnx.c | 24 #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-4.4.14/drivers/scsi/cxlflash/ |
D | lunmgt.c | 250 lli->port_sel |= CHAN2PORT(chan); in cxlflash_manage_lun() 258 lli->port_sel &= ~CHAN2PORT(chan); in cxlflash_manage_lun() 263 lli->port_sel, chan, lli->lun_id[chan]); in cxlflash_manage_lun()
|
D | sislite.h | 52 u32 port_sel; /* this is a selection mask: member 434 u8 port_sel; member
|
D | main.c | 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() [all …]
|
D | superpipe.h | 65 u32 port_sel; /* What port to use for this LUN */ member
|
D | vlun.c | 578 lli->port_sel)); in grow_lxt() 828 if (lli->port_sel == BOTH_PORTS) { in cxlflash_restore_luntable() 835 chan = PORT2CHAN(lli->port_sel); in cxlflash_restore_luntable() 870 if (lli->port_sel == BOTH_PORTS) { in init_luntable() 892 chan = PORT2CHAN(lli->port_sel); in init_luntable()
|
D | superpipe.c | 502 u32 port_sel) in rht_format1() argument 526 dummy.port_sel = port_sel; in rht_format1()
|
/linux-4.4.14/drivers/ata/ |
D | pata_icside.c | 55 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-4.4.14/drivers/rapidio/ |
D | rio.c | 1243 u32 port_sel = RIO_INVALID_ROUTE; in rio_std_route_clr_table() local 1259 port_sel = (RIO_INVALID_ROUTE << 24) | in rio_std_route_clr_table() 1271 port_sel); in rio_std_route_clr_table()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_dp.c | 463 u32 port_sel = I915_READ(VLV_PIPE_PP_ON_DELAYS(pipe)) & in vlv_initial_pps_pipe() local 466 if (port_sel != PANEL_PORT_SELECT_VLV(port)) in vlv_initial_pps_pipe() 5417 u32 pp_on, pp_off, pp_div, port_sel = 0; in intel_dp_init_panel_power_sequencer_registers() local 5475 port_sel = PANEL_PORT_SELECT_VLV(port); in intel_dp_init_panel_power_sequencer_registers() 5478 port_sel = PANEL_PORT_SELECT_DPA; in intel_dp_init_panel_power_sequencer_registers() 5480 port_sel = PANEL_PORT_SELECT_DPD; in intel_dp_init_panel_power_sequencer_registers() 5483 pp_on |= port_sel; in intel_dp_init_panel_power_sequencer_registers()
|
D | intel_display.c | 1298 u32 port_sel; in assert_panel_unlocked() local 1301 port_sel = I915_READ(PCH_PP_ON_DELAYS) & PANEL_PORT_SELECT_MASK; in assert_panel_unlocked() 1303 if (port_sel == PANEL_PORT_SELECT_LVDS && in assert_panel_unlocked() 1478 enum pipe pipe, u32 port_sel, u32 val) in dp_pipe_enabled() argument 1486 if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel) in dp_pipe_enabled() 1549 enum pipe pipe, int reg, u32 port_sel) in assert_pch_dp_disabled() argument 1552 I915_STATE_WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val), in assert_pch_dp_disabled()
|