HomeSort by: relevance | last modified time | path
    Searched refs:port_mask (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine.h 106 return execlists->port_mask + 1;
intel_engine_types.h 212 * @port_mask: number of execlist ports - 1
214 unsigned int port_mask; member in struct:intel_engine_execlists
intel_engine_cs.c 484 execlists->port_mask = 1;
intel_lrc.c 1828 struct i915_request ** const last_port = port + execlists->port_mask;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_ddi.c 2120 unsigned int port_mask, ddi_select; local in function:intel_ddi_get_encoder_pipes
2129 port_mask = TGL_TRANS_DDI_PORT_MASK;
2132 port_mask = TRANS_DDI_PORT_MASK;
2140 if ((tmp & port_mask) != ddi_select)
3015 u32 port_mask, bool ddi_clk_needed)
3021 for_each_port_masked(port, port_mask) {
3046 u32 port_mask; local in function:icl_sanitize_encoder_pll_mapping
3069 port_mask = BIT(encoder->port);
3075 port_mask = intel_dsi_encoder_ports(encoder);
3084 if (WARN_ON(port_mask & BIT(other_encoder->port))
    [all...]
intel_display.c 1615 u32 port_mask; local in function:vlv_wait_port_ready
1620 port_mask = DPLL_PORTB_READY_MASK;
1624 port_mask = DPLL_PORTC_READY_MASK;
1629 port_mask = DPLL_PORTD_READY_MASK;
1637 port_mask, expected_mask, 1000))
1640 I915_READ(dpll_reg) & port_mask, expected_mask);
12974 unsigned int port_mask; local in function:check_digital_port_conflicts
12982 port_mask = 1 << encoder->port;
12985 if (used_ports & port_mask)
12988 used_ports |= port_mask;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_submission.c 296 struct i915_request ** const last_port = first + execlists->port_mask;
  /src/sys/dev/pci/cxgb/
cxgb_common.h 686 int t3_mps_set_active_ports(adapter_t *adap, unsigned int port_mask);
cxgb_t3_hw.c 3129 * @port_mask: bitmap of active ports
3133 int t3_mps_set_active_ports(adapter_t *adap, unsigned int port_mask)
3135 if (port_mask & ~((1 << adap->params.nports) - 1))
3138 port_mask << S_PORT0ACTIVE);
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 2892 int i, len __unused, ret, port_mask = 0; local in function:drm_dp_send_link_address
2924 port_mask |= BIT(reply->ports[i].port_number);
2940 if (port_mask & BIT(port->port_num))

Completed in 66 milliseconds