Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_tc_phy_regs.h11 #define MG_PHY_PORT_LN(ln, tc_port, ln0p1, ln0p2, ln1p1) \ argument
18 #define MG_TX1_LINK_PARAMS(ln, tc_port) \ argument
27 #define MG_TX2_LINK_PARAMS(ln, tc_port) \ argument
37 #define MG_TX1_PISO_READLOAD(ln, tc_port) \ argument
46 #define MG_TX2_PISO_READLOAD(ln, tc_port) \ argument
56 #define MG_TX1_SWINGCTRL(ln, tc_port) \ argument
65 #define MG_TX2_SWINGCTRL(ln, tc_port) \ argument
80 #define MG_TX1_DRVCTRL(ln, tc_port) \ argument
89 #define MG_TX2_DRVCTRL(ln, tc_port) \ argument
105 #define MG_CLKHUB(ln, tc_port) \ argument
[all …]
Dintel_tc.c281 enum tc_port tc_port = intel_port_to_tc(i915, dig_port->base.port); in adl_tc_port_live_status_mask() local
353 enum tc_port tc_port = intel_port_to_tc(i915, dig_port->base.port); in adl_tc_phy_status_complete() local
893 enum tc_port tc_port = intel_port_to_tc(i915, port); in tc_port_load_fia_params() local
912 enum tc_port tc_port = intel_port_to_tc(i915, port); in intel_tc_port_init() local
Dintel_dkl_phy.c16 enum tc_port tc_port = DKL_REG_TC_PORT(reg); in dkl_phy_set_hip_idx() local
Dintel_ddi.c1151 enum tc_port tc_port = intel_port_to_tc(dev_priv, encoder->port); in icl_mg_phy_set_signal_levels() local
1252 enum tc_port tc_port = intel_port_to_tc(dev_priv, encoder->port); in tgl_dkl_phy_set_signal_levels() local
1691 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_enable_clock() local
1711 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_disable_clock() local
1727 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_is_clock_enabled() local
1744 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_get_pll() local
2010 enum tc_port tc_port = intel_port_to_tc(dev_priv, dig_port->base.port); in icl_program_mg_dp_mode() local
3084 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in adlp_tbt_to_dp_alt_switch_wa() local
4227 #define tc_port_name(tc_port) ((tc_port) - TC_PORT_1 + '1') argument
4301 enum tc_port tc_port = intel_port_to_tc(dev_priv, port); in intel_ddi_init() local
[all …]
Dintel_dpll_mgr.c202 enum intel_dpll_id icl_tc_port_to_pll_id(enum tc_port tc_port) in icl_tc_port_to_pll_id()
224 enum tc_port tc_port = icl_pll_id_to_tc_port(id); in intel_tc_pll_enable_reg() local
3428 enum tc_port tc_port = icl_pll_id_to_tc_port(id); in mg_pll_get_hw_state() local
3494 enum tc_port tc_port = icl_pll_id_to_tc_port(id); in dkl_pll_get_hw_state() local
3680 enum tc_port tc_port = icl_pll_id_to_tc_port(pll->info->id); in icl_mg_pll_write() local
3731 enum tc_port tc_port = icl_pll_id_to_tc_port(pll->info->id); in dkl_pll_write() local
Dintel_display.h262 enum tc_port { enum
Dintel_display_power_well.c530 enum tc_port tc_port; in icl_tc_phy_aux_power_well_enable() local
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_reg.h7226 #define ICL_DPCLKA_CFGCR0_TC_CLK_OFF(tc_port) (1 << ((tc_port) < TC_PORT_4 ? \ argument
7301 #define MG_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), _MG_PLL1_ENABLE, \ argument
7312 #define ADLP_PORTTC_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), \ argument
7428 #define DKL_PCS_DW5(tc_port) _MMIO(_PORT(tc_port, _DKL_PHY1_BASE, \ argument
7449 #define DKL_PLL_DIV0(tc_port) _MMIO(_PORT(tc_port, _DKL_PHY1_BASE, \ argument
7458 #define DKL_PLL_DIV1(tc_port) _MMIO(_PORT(tc_port, _DKL_PHY1_BASE, \ argument
7470 #define DKL_PLL_SSC(tc_port) _MMIO(_PORT(tc_port, _DKL_PHY1_BASE, \ argument
7479 #define DKL_PLL_BIAS(tc_port) _MMIO(_PORT(tc_port, _DKL_PHY1_BASE, \ argument
7488 #define DKL_PLL_TDC_COLDST_BIAS(tc_port) _MMIO(_PORT(tc_port, \ argument
7495 #define DKL_REFCLKIN_CTL(tc_port) _MMIO(_PORT(tc_port, \ argument
[all …]