Home
last modified time | relevance | path

Searched refs:PORT_A (Results 1 – 10 of 10) sorted by relevance

/linux/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); in populate_map()
60 ret = bpf_map_update_elem(A_OF_PORT_A, &port_key, &PORT_A, BPF_ANY); in populate_map()
62 check_map_id(PORT_A, A_OF_PORT_A, port_key); in populate_map()
64 ret = bpf_map_update_elem(H_OF_PORT_A, &port_key, &PORT_A, BPF_NOEXIST); in populate_map()
66 check_map_id(PORT_A, H_OF_PORT_A, port_key); in populate_map()
/linux/drivers/gpu/drm/i915/display/
H A Dg4x_dp.c132 if (display->platform.ivybridge && port == PORT_A) { in intel_dp_prepare()
143 } else if (HAS_PCH_CPT(display) && port != PORT_A) { in intel_dp_prepare()
287 if (display->platform.ivybridge && port == PORT_A) in g4x_dp_port_enabled()
289 else if (HAS_PCH_CPT(display) && port != PORT_A) in g4x_dp_port_enabled()
351 pipe_config->has_audio = tmp & DP_AUDIO_OUTPUT_ENABLE && port != PORT_A; in intel_dp_get_config()
353 if (HAS_PCH_CPT(display) && port != PORT_A) { in intel_dp_get_config()
393 if (port == PORT_A) { in intel_dp_get_config()
435 if (HAS_PCH_IBX(display) && crtc->pipe == PIPE_B && port != PORT_A) { in intel_dp_link_down()
551 if (port == PORT_A) in g4x_post_disable_dp()
746 if (port == PORT_A) in g4x_pre_enable_dp()
[all...]
H A Dicl_dsi.c107 if (port == PORT_A) in dsi_port_to_transcoder()
239 port = PORT_A; in icl_dsi_frame_update()
409 port == PORT_A ? in get_dsi_io_power_domains()
1424 port == PORT_A ? in gen11_dsi_disable_io_power()
1562 if (intel_dsi->ports == (BIT(PORT_B) | BIT(PORT_A))) in gen11_dsi_get_cmd_mode_config()
2008 intel_dsi->ports = BIT(PORT_A) | BIT(PORT_B); in icl_dsi_init()
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_dvo.c85 .port = PORT_A,
H A Dintel_display_irq.c1337 PORT_A : PORT_B; in gen11_dsi_te_interrupt_handler()
1338 dsi_trans = (port == PORT_A) ? TRANSCODER_DSI_0 : TRANSCODER_DSI_1; in gen11_dsi_te_interrupt_handler()
1369 port = (te_trigger & DSI1_TE) ? PORT_B : PORT_A; in gen11_dsi_te_interrupt_handler()
1775 port = PORT_A; in intel_display_vblank_notify_work()
H A Dintel_dp.c520 encoder->port != PORT_A); in icl_max_source_rate()
1781 if (DISPLAY_VER(display) == 11 && encoder->port != PORT_A && in intel_dp_max_bpp()
3110 if (DISPLAY_VER(display) < 12 && port == PORT_A) in intel_dp_compute_vsc_colorimetry()
7107 if (DISPLAY_VER(display) < 9 && port == PORT_A) in intel_edp_init_connector()
7133 if (port == PORT_A) in intel_edp_init_connector()
7153 if (!display->platform.g4x && port != PORT_A) in intel_edp_init_connector()
H A Dintel_display.c1887 return PHY_A + port - PORT_A; in intel_port_to_phy()
3921 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) { in bxt_get_dsi_transcoder_state()
3922 if (port == PORT_A) in bxt_get_dsi_transcoder_state()
7830 if (intel_de_read(display, DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES) in ilk_has_edp_a()
7878 g4x_dp_init(display, DP_A, PORT_A); in intel_setup_outputs()
H A Dintel_psr.c1276 return pipe == PIPE_A && port == PORT_A; in tgl_dc3co_exitline_compute_config()
3813 * So lets keep it hardcoded to PORT_A for BDW, GEN9 and GEN11. in psr_get_status_and_error_status()
3816 if (DISPLAY_VER(display) < 12 && dig_port->base.port != PORT_A) { in psr_get_status_and_error_status()
/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c1015 val = ((portno & 1) == PORT_A) ? in tegra210_csi_port_start_streaming()
1108 val = ((portno & 1) == PORT_A) ? in tegra210_csi_port_stop_streaming()