Searched refs:PORT_A (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/samples/bpf/
H A Dtest_map_in_map_user.c19 #define PORT_A (map_fd[0]) macro
53 ret = bpf_map_update_elem(PORT_A, &port_key, &magic_result, BPF_ANY);
60 ret = bpf_map_update_elem(A_OF_PORT_A, &port_key, &PORT_A, BPF_ANY);
62 check_map_id(PORT_A, A_OF_PORT_A, port_key);
64 ret = bpf_map_update_elem(H_OF_PORT_A, &port_key, &PORT_A, BPF_NOEXIST);
66 check_map_id(PORT_A, H_OF_PORT_A, port_key);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_limits.h78 PORT_A = 0, enumerator in enum:port
H A Dintel_display_device.c206 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C), /* DVO A/B/C */
341 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) /* DP A, SDVO/HDMI/DP B, HDMI/DP C/D */
363 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* DP A, SDVO/HDMI/DP B, HDMI/DP C/D */
377 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* DP A, SDVO/HDMI/DP B, HDMI/DP C/D */
412 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E),
432 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E),
472 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E),
497 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C)
558 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E),
564 .__runtime_defaults.port_mask = BIT(PORT_A) | BI
[all...]
H A Dg4x_dp.c128 if (IS_IVYBRIDGE(dev_priv) && port == PORT_A) {
139 } else if (HAS_PCH_CPT(dev_priv) && port != PORT_A) {
284 if (IS_IVYBRIDGE(dev_priv) && port == PORT_A)
286 else if (HAS_PCH_CPT(dev_priv) && port != PORT_A)
348 pipe_config->has_audio = tmp & DP_AUDIO_OUTPUT_ENABLE && port != PORT_A;
350 if (HAS_PCH_CPT(dev_priv) && port != PORT_A) {
391 if (port == PORT_A) {
424 if ((IS_IVYBRIDGE(dev_priv) && port == PORT_A) ||
425 (HAS_PCH_CPT(dev_priv) && port != PORT_A)) {
444 if (HAS_PCH_IBX(dev_priv) && crtc->pipe == PIPE_B && port != PORT_A) {
[all...]
H A Dvlv_dsi.c340 intel_de_rmw(display, MIPI_CTRL(display, PORT_A), GLK_MIPIIO_RESET_RELEASED, 0);
380 intel_de_rmw(display, MIPI_CTRL(display, PORT_A), 0, GLK_MIPIIO_RESET_RELEASED);
482 intel_de_rmw(display, VLV_MIPI_PORT_CTRL(PORT_A), 0, LP_OUTPUT_HOLD);
541 intel_de_rmw(display, MIPI_CTRL(display, PORT_A), GLK_MIPIIO_RESET_RELEASED, 0);
578 BXT_MIPI_PORT_CTRL(port) : VLV_MIPI_PORT_CTRL(PORT_A);
596 if ((IS_BROXTON(dev_priv) || port == PORT_A) &&
643 if (intel_dsi->ports == (BIT(PORT_A) | BIT(PORT_C))) {
1000 *pipe = port == PORT_A ? PIPE_A : PIPE_B;
1333 tmp = intel_de_read(display, MIPI_CTRL(display, PORT_A));
1335 intel_de_write(display, MIPI_CTRL(display, PORT_A),
[all...]
H A Dintel_ddi.c716 if (HAS_TRANSCODER(dev_priv, TRANSCODER_EDP) && port == PORT_A)
783 if (HAS_TRANSCODER(dev_priv, TRANSCODER_EDP) && port == PORT_A) {
1064 if (encoder->port == PORT_A && dig_port->max_lanes == 4)
1854 case PORT_A:
2757 is_mst && (port == PORT_A || port == PORT_E));
2759 drm_WARN_ON(&dev_priv->drm, is_mst && port == PORT_A);
2799 if ((port != PORT_A || DISPLAY_VER(dev_priv) >= 9) &&
3223 if (port == PORT_A && DISPLAY_VER(dev_priv) < 9)
3249 [PORT_A] = TRANSCODER_EDP,
3258 if (drm_WARN_ON(&dev_priv->drm, port < PORT_A || por
[all...]
H A Dicl_dsi.c92 if (port == PORT_A)
222 port = PORT_A;
391 port == PORT_A ?
1375 port == PORT_A ?
1512 if (intel_dsi->ports == (BIT(PORT_B) | BIT(PORT_A)))
2014 intel_dsi->ports = BIT(PORT_A) | BIT(PORT_B);
H A Dintel_bios.c1633 panel->vbt.dsi.bl_ports = BIT(PORT_A);
1640 panel->vbt.dsi.bl_ports = BIT(PORT_A) | BIT(port_bc);
1649 panel->vbt.dsi.cabc_ports = BIT(PORT_A);
1657 BIT(PORT_A) | BIT(port_bc);
2299 for (port = PORT_A; port < n_ports; port++) {
2320 [PORT_A] = { DVO_PORT_HDMIA, DVO_PORT_DPA, -1 },
2335 [PORT_A] = { DVO_PORT_HDMIA, DVO_PORT_DPA, -1 },
2342 * Alderlake S ports used in the driver are PORT_A, PORT_D, PORT_E,
2346 [PORT_A] = { DVO_PORT_HDMIA, DVO_PORT_DPA, -1 },
2355 [PORT_A]
[all...]
H A Dintel_display.h130 case PORT_A:
241 for ((__port) = PORT_A; (__port) < I915_MAX_PORTS; (__port)++)
H A Dintel_combo_phy.c162 bool ddi_a_present = intel_bios_is_port_present(i915, PORT_A);
170 * nothing on PORT_A and no DSI.
H A Dintel_cx0_phy_regs.h23 * PORT_A -> PORT_TC4 + 1
28 (port >= PORT_TC1 ? port : PORT_TC4 + 1 + port - PORT_A)
H A Dintel_dvo.c83 .port = PORT_A,
H A Dintel_display_power.c2333 .port_start = PORT_A,
2349 .port_start = PORT_A,
2376 .port_start = PORT_A,
2403 .port_start = PORT_A,
H A Dintel_display_irq.c920 PORT_A : PORT_B;
921 dsi_trans = (port == PORT_A) ? TRANSCODER_DSI_0 : TRANSCODER_DSI_1;
952 port = (te_trigger & DSI1_TE) ? PORT_B : PORT_A;
1270 port = PORT_A;
H A Dintel_dpio_phy.c183 [DPIO_CH0] = { .port = PORT_A },
206 [DPIO_CH0] = { .port = PORT_A },
H A Dintel_pch_refclk.c514 if (encoder->port == PORT_A)
H A Dvlv_dsi_pll.c191 if (intel_dsi->ports & (1 << PORT_A))
H A Dvlv_dsi_regs.h16 #define _MIPI_PORT(port, a, c) (((port) == PORT_A) ? a : c) /* ports A and C only */
H A Dintel_audio.c600 if (drm_WARN_ON(&i915->drm, port == PORT_A))
636 if (drm_WARN_ON(&i915->drm, port == PORT_A))
/linux-master/drivers/staging/media/tegra-video/
H A Dcsi.h29 PORT_A = 0, enumerator in enum:tegra_csi_cil_port
H A Dtegra210.c1016 val = ((portno & 1) == PORT_A) ?
1109 val = ((portno & 1) == PORT_A) ?
/linux-master/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c209 for (port = PORT_A; port <= PORT_C; port++) {
269 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) {
275 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_A)) |=
277 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_A)) &=
280 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(PORT_A)) |=
284 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_A)) |=
286 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_A)) &=
489 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) {
496 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_A)) |= DDI_INIT_DISPLAY_DETECTED;
694 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) {
[all...]
H A Dmmio.c274 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_A)) &=
276 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_A)) |=
H A Dhandlers.c549 case PORT_A:
1162 (((port) >= PORT_A) && ((port) < I915_MAX_PORTS))
2345 MMIO_DH(DDI_BUF_CTL(PORT_A), D_ALL, NULL, ddi_buf_ctl_mmio_write);
2351 MMIO_DH(DP_TP_CTL(PORT_A), D_ALL, NULL, dp_tp_ctl_mmio_write);
2357 MMIO_DH(DP_TP_STATUS(PORT_A), D_ALL, NULL, dp_tp_status_mmio_write);
2760 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_A), D_BXT,
/linux-master/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c487 MMIO_D(PORT_CLK_SEL(PORT_A));
518 MMIO_D(DDI_BUF_CTL(PORT_A));
523 MMIO_D(DP_TP_CTL(PORT_A));
528 MMIO_D(DP_TP_STATUS(PORT_A));
1130 MMIO_D(BXT_PHY_CTL(PORT_A));
1133 MMIO_D(BXT_PORT_PLL_ENABLE(PORT_A));

Completed in 236 milliseconds

12