Home
last modified time | relevance | path

Searched defs:tc_port (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/i915/display/
Dintel_tc.c36 enum tc_port tc_port) in tc_port_to_fia()
51 enum tc_port tc_port = intel_port_to_tc(i915, dig_port->base.port); in intel_tc_port_get_lane_mask() local
98 enum tc_port tc_port = intel_port_to_tc(i915, dig_port->base.port); in intel_tc_port_set_fia_lane_count() local
153 enum tc_port tc_port = intel_port_to_tc(i915, dig_port->base.port); in tc_port_live_status_mask() local
185 enum tc_port tc_port = intel_port_to_tc(i915, dig_port->base.port); in icl_tc_phy_status_complete() local
204 enum tc_port tc_port = intel_port_to_tc(i915, dig_port->base.port); in icl_tc_phy_set_safe_mode() local
235 enum tc_port tc_port = intel_port_to_tc(i915, dig_port->base.port); in icl_tc_phy_is_in_safe_mode() local
532 enum tc_port tc_port = intel_port_to_tc(i915, port); in intel_tc_port_init() local
Dintel_dpll_mgr.c2618 enum intel_dpll_id icl_tc_port_to_pll_id(enum tc_port tc_port) in icl_tc_port_to_pll_id()
3047 enum tc_port tc_port = icl_pll_id_to_tc_port(id); in mg_pll_get_hw_state() local
3192 enum tc_port tc_port = icl_pll_id_to_tc_port(pll->info->id); in icl_mg_pll_write() local
Dintel_ddi.c2776 enum tc_port tc_port = intel_port_to_tc(dev_priv, in icl_dpclka_cfgcr0_clk_off() local
2996 enum tc_port tc_port = intel_port_to_tc(dev_priv, port); in icl_enable_phy_clock_gating() local
3028 enum tc_port tc_port = intel_port_to_tc(dev_priv, port); in icl_disable_phy_clock_gating() local
Dintel_display.h215 enum tc_port { enum
/drivers/gpu/drm/i915/
Di915_reg.h2149 #define MG_MISC_SUS0(tc_port) \ argument
2176 #define DFLEXDPMLE1_DPMLETC_MASK(tc_port) (0xf << (4 * (tc_port))) argument
2177 #define DFLEXDPMLE1_DPMLETC_ML0(tc_port) (1 << (4 * (tc_port))) argument
2178 #define DFLEXDPMLE1_DPMLETC_ML1_0(tc_port) (3 << (4 * (tc_port))) argument
2179 #define DFLEXDPMLE1_DPMLETC_ML3(tc_port) (8 << (4 * (tc_port))) argument
2180 #define DFLEXDPMLE1_DPMLETC_ML3_2(tc_port) (12 << (4 * (tc_port))) argument
2181 #define DFLEXDPMLE1_DPMLETC_ML3_0(tc_port) (15 << (4 * (tc_port))) argument
7431 #define GEN11_TC_HOTPLUG(tc_port) (1 << ((tc_port) + 16)) argument
7444 #define GEN11_TBT_HOTPLUG(tc_port) (1 << (tc_port)) argument
7454 #define GEN11_HOTPLUG_CTL_ENABLE(tc_port) (8 << (tc_port) * 4) argument
[all …]