| /linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
| D | pinmux.c | 39 crisv32_pinmux_alloc(PORT_A, 0, 31, pinmux_gpio); in crisv32_pinmux_init() 126 ret = crisv32_pinmux_alloc(PORT_A, 8, 18, pinmux_fixed); in crisv32_pinmux_alloc_fixed() 131 ret = crisv32_pinmux_alloc(PORT_A, 24, 25, pinmux_fixed); in crisv32_pinmux_alloc_fixed() 136 ret = crisv32_pinmux_alloc(PORT_A, 26, 27, pinmux_fixed); in crisv32_pinmux_alloc_fixed() 141 ret = crisv32_pinmux_alloc(PORT_A, 28, 29, pinmux_fixed); in crisv32_pinmux_alloc_fixed() 146 ret = crisv32_pinmux_alloc(PORT_A, 30, 31, pinmux_fixed); in crisv32_pinmux_alloc_fixed() 151 ret = crisv32_pinmux_alloc(PORT_A, 19, 23, pinmux_fixed); in crisv32_pinmux_alloc_fixed() 159 ret = crisv32_pinmux_alloc(PORT_A, 30, 30, pinmux_fixed); in crisv32_pinmux_alloc_fixed() 163 ret = crisv32_pinmux_alloc(PORT_A, 31, 31, pinmux_fixed); in crisv32_pinmux_alloc_fixed() 171 ret = crisv32_pinmux_alloc(PORT_A, 0, 1, pinmux_fixed); in crisv32_pinmux_alloc_fixed() [all …]
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | intel_dsi.c | 351 val = I915_READ(MIPI_PORT_CTRL(PORT_A)); in vlv_dsi_device_ready() 352 I915_WRITE(MIPI_PORT_CTRL(PORT_A), val | LP_OUTPUT_HOLD); in vlv_dsi_device_ready() 400 if (intel_dsi->ports == ((1 << PORT_A) | (1 << PORT_C))) { in intel_dsi_port_enable() 605 port_ctrl = MIPI_PORT_CTRL(PORT_A); in intel_dsi_clear_device_ready() 686 *pipe = port == PORT_A ? PIPE_A : PIPE_B; in intel_dsi_get_hw_state() 867 tmp = I915_READ(MIPI_CTRL(PORT_A)); in intel_dsi_prepare() 869 I915_WRITE(MIPI_CTRL(PORT_A), tmp | in intel_dsi_prepare() 888 if (port == PORT_A) in intel_dsi_prepare() 979 PORT_A ? PORT_C : PORT_A), in intel_dsi_prepare() 1172 intel_dsi->ports = (1 << PORT_A); in intel_dsi_init() [all …]
|
| D | intel_dp.c | 164 if (HAS_DDI(dev) && intel_dig_port->port == PORT_A && in intel_dp_max_lane_count() 694 if (intel_dig_port->port == PORT_A) { in ilk_get_aux_clock_divider() 708 if (intel_dig_port->port == PORT_A) { in hsw_get_aux_clock_divider() 1041 case PORT_A: in intel_dp_aux_init() 1408 if (HAS_PCH_SPLIT(dev) && !HAS_DDI(dev) && port != PORT_A) in intel_dp_compute_config() 1413 pipe_config->has_audio = intel_dp->has_audio && port != PORT_A; in intel_dp_compute_config() 1622 if (IS_GEN7(dev) && port == PORT_A) { in intel_dp_prepare() 1633 } else if (HAS_PCH_CPT(dev) && port != PORT_A) { in intel_dp_prepare() 2247 if (IS_GEN7(dev) && port == PORT_A) { in intel_dp_get_hw_state() 2249 } else if (HAS_PCH_CPT(dev) && port != PORT_A) { in intel_dp_get_hw_state() [all …]
|
| D | intel_dsi.h | 119 for ((__port) = PORT_A; (__port) < I915_MAX_PORTS; (__port)++) \
|
| D | intel_bios.c | 975 if (is_dvi && (port == PORT_A || port == PORT_E)) in parse_ddi_port() 1016 dev_priv->vbt.ddi_port_info[PORT_A].supports_dp = 0; in parse_ddi_port() 1024 else if (aux_channel == DP_AUX_A && port != PORT_A) in parse_ddi_port() 1069 for (port = PORT_A; port < I915_MAX_PORTS; port++) in parse_ddi_ports() 1202 for (port = PORT_A; port < I915_MAX_PORTS; port++) { in init_vbt_defaults() 1208 info->supports_dvi = (port != PORT_A && port != PORT_E); in init_vbt_defaults()
|
| D | intel_audio.c | 340 else if (port >= PORT_A && port <= PORT_E) in hsw_audio_codec_enable() 373 if (WARN_ON(port == PORT_A)) in ilk_audio_codec_disable() 427 if (WARN_ON(port == PORT_A)) in ilk_audio_codec_enable()
|
| D | intel_ddi.c | 502 case PORT_A: in intel_prepare_ddi_buffers() 1981 if (port == PORT_A) in intel_ddi_connector_get_hw_state() 2029 if (port == PORT_A) { in intel_ddi_get_hw_state() 2344 if (port != PORT_A || INTEL_INFO(dev)->gen >= 9) in intel_ddi_pre_enable() 2424 if (port == PORT_A && INTEL_INFO(dev)->gen < 9) in intel_enable_ddi() 2693 for (port = (phy == DPIO_PHY0 ? PORT_B : PORT_A); in broxton_phy_init() 2694 port <= (phy == DPIO_PHY0 ? PORT_C : PORT_A); port++) { in broxton_phy_init() 3207 if (port == PORT_A) in intel_ddi_compute_config() 3312 dev_priv->hotplug.irq_port[PORT_A] = intel_dig_port; in intel_ddi_init()
|
| D | intel_psr.c | 304 if (IS_HASWELL(dev) && dig_port->port != PORT_A) { in intel_psr_match_conditions() 328 (dig_port->port != PORT_A))) { in intel_psr_match_conditions()
|
| D | intel_hotplug.c | 83 *port = PORT_A; in intel_hpd_pin_to_port()
|
| D | intel_dsi_pll.c | 235 if (intel_dsi->ports & (1 << PORT_A)) in vlv_configure_dsi_pll()
|
| D | intel_dsi_panel_vbt.c | 109 return port ? PORT_C : PORT_A; in intel_dsi_seq_port_to_port()
|
| D | i915_irq.c | 1367 case PORT_A: in bxt_port_hotplug_long_detect() 1391 case PORT_A: in spt_port_hotplug_long_detect() 1407 case PORT_A: in ilk_port_hotplug_long_detect()
|
| D | intel_display.c | 5201 case PORT_A: in port_to_power_domain() 5220 case PORT_A: in port_to_aux_power_domain() 8247 if (enc_to_dig_port(&encoder->base)->port == PORT_A) in ironlake_init_pch_refclk() 9737 case PORT_A: in bxt_get_ddi_pll() 14088 intel_ddi_init(dev, PORT_A); in intel_setup_outputs() 14099 found = I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_INIT_DISPLAY_DETECTED; in intel_setup_outputs() 14102 intel_ddi_init(dev, PORT_A); in intel_setup_outputs() 14128 intel_dp_init(dev, DP_A, PORT_A); in intel_setup_outputs()
|
| D | intel_hdmi.c | 2092 case PORT_A: in intel_hdmi_init_connector()
|
| D | i915_drv.h | 151 PORT_A = 0, enumerator
|
| D | i915_reg.h | 34 #define _PORT3(port, a, b, c) ((port) == PORT_A ? (a) : \
|
| /linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/ |
| D | pinmux.h | 4 #define PORT_A 0 macro
|