/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dkl_phy_regs.h | 31 #define _DKL_REG_PHY_BASE(tc_port) _PORT(tc_port, \ argument 41 #define _DKL_REG(tc_port, phy_offset) \ argument 48 #define _DKL_REG_LN(tc_port, ln_idx, ln0_offs, ln1_offs) \ argument 53 #define DKL_PCS_DW5(tc_port, ln) _DKL_REG_LN(tc_port, ln, \ argument 59 #define DKL_PLL_DIV0(tc_port) _DKL_REG(tc_port, \ argument 78 #define DKL_PLL_DIV1(tc_port) _DKL_REG(tc_port, \ argument 86 #define DKL_PLL_SSC(tc_port) _DKL_REG(tc_port, \ argument 97 #define DKL_PLL_BIAS(tc_port) _DKL_REG(tc_port, \ argument 105 #define DKL_PLL_TDC_COLDST_BIAS(tc_port) _DKL_REG(tc_port, \ argument 113 #define DKL_REFCLKIN_CTL(tc_port) _DKL_REG(tc_port, \ argument [all …]
|
H A D | intel_mg_phy_regs.h | 11 #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 …]
|
H A D | intel_dkl_phy.c | 26 enum tc_port tc_port = DKL_REG_TC_PORT(reg); in dkl_phy_set_hip_idx() local
|
H A D | intel_ddi.c | 1284 enum tc_port tc_port = intel_encoder_to_tc(encoder); in icl_mg_phy_set_signal_levels() local 1385 enum tc_port tc_port = intel_encoder_to_tc(encoder); in tgl_dkl_phy_set_signal_levels() local 1839 enum tc_port tc_port = intel_encoder_to_tc(encoder); in icl_ddi_tc_enable_clock() local 1859 enum tc_port tc_port = intel_encoder_to_tc(encoder); in icl_ddi_tc_disable_clock() local 1875 enum tc_port tc_port = intel_encoder_to_tc(encoder); in icl_ddi_tc_is_clock_enabled() local 1892 enum tc_port tc_port = intel_encoder_to_tc(encoder); in icl_ddi_tc_get_pll() local 2155 enum tc_port tc_port, u32 ln0, u32 ln1) in tgl_dkl_phy_check_and_rewrite() 2168 enum tc_port tc_port = intel_encoder_to_tc(&dig_port->base); in icl_program_mg_dp_mode() local 3712 enum tc_port tc_port = intel_encoder_to_tc(encoder); in adlp_tbt_to_dp_alt_switch_wa() local 5019 #define tc_port_name(tc_port) ((tc_port) - TC_PORT_1 + '1') argument [all …]
|
H A D | intel_tc.c | 252 enum tc_port tc_port = intel_encoder_to_tc(&tc->dig_port->base); in tc_port_power_domain() local 299 enum tc_port tc_port = intel_encoder_to_tc(&dig_port->base); in lnl_tc_port_get_max_lane_count() local 457 enum tc_port tc_port = intel_encoder_to_tc(&tc->dig_port->base); in tc_phy_load_fia_params() local 809 enum tc_port tc_port = intel_encoder_to_tc(&tc->dig_port->base); in adlp_tc_phy_is_ready() local 1882 enum tc_port tc_port = intel_encoder_to_tc(&dig_port->base); in intel_tc_port_init() local
|
H A D | intel_dpll_mgr.c | 201 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 3546 enum tc_port tc_port = icl_pll_id_to_tc_port(id); in mg_pll_get_hw_state() local 3613 enum tc_port tc_port = icl_pll_id_to_tc_port(id); in dkl_pll_get_hw_state() local 3802 enum tc_port tc_port = icl_pll_id_to_tc_port(pll->info->id); in icl_mg_pll_write() local 3845 enum tc_port tc_port = icl_pll_id_to_tc_port(pll->info->id); in dkl_pll_write() local
|
H A D | intel_display.h | 124 enum tc_port { enum
|
H A D | intel_display_power_well.c | 552 enum tc_port tc_port; in icl_tc_phy_aux_power_well_enable() local
|
H A D | intel_display_regs.h | 2597 #define ICL_DPCLKA_CFGCR0_TC_CLK_OFF(tc_port) (1 << ((tc_port) < TC_PORT_4 ? \ argument 2674 #define MG_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), _MG_PLL1_ENABLE, \ argument 2685 #define ADLP_PORTTC_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), \ argument
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_typec.c | 47 static int cros_typec_enter_usb_mode(struct typec_port *tc_port, enum usb_mode mode) in cros_typec_enter_usb_mode() 61 static int cros_typec_perform_role_swap(struct typec_port *tc_port, int target_role, u8 swap_type) in cros_typec_perform_role_swap()
|