Home
last modified time | relevance | path

Searched refs:tp_params (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hpo_dp_link_encoder.c212 …tp_custom = (tp_params->custom_pattern[2] << 16) | (tp_params->custom_pattern[1] << 8) | tp_params in dcn31_hpo_dp_link_enc_set_link_test_pattern()
214 …tp_custom = (tp_params->custom_pattern[5] << 16) | (tp_params->custom_pattern[4] << 8) | tp_params in dcn31_hpo_dp_link_enc_set_link_test_pattern()
216 …tp_custom = (tp_params->custom_pattern[8] << 16) | (tp_params->custom_pattern[7] << 8) | tp_params in dcn31_hpo_dp_link_enc_set_link_test_pattern()
218 …tp_custom = (tp_params->custom_pattern[11] << 16) | (tp_params->custom_pattern[10] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
220 …tp_custom = (tp_params->custom_pattern[14] << 16) | (tp_params->custom_pattern[13] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
222 …tp_custom = (tp_params->custom_pattern[17] << 16) | (tp_params->custom_pattern[16] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
224 …tp_custom = (tp_params->custom_pattern[20] << 16) | (tp_params->custom_pattern[19] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
226 …tp_custom = (tp_params->custom_pattern[23] << 16) | (tp_params->custom_pattern[22] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
228 …tp_custom = (tp_params->custom_pattern[26] << 16) | (tp_params->custom_pattern[25] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
230 …tp_custom = (tp_params->custom_pattern[29] << 16) | (tp_params->custom_pattern[28] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern()
[all …]
H A Ddcn31_hpo_dp_link_encoder.h203 struct encoder_set_dp_phy_pattern_param *tp_params);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_dio_fixed_vs_pe_retimer.c75 const struct link_resource *link_res, struct encoder_set_dp_phy_pattern_param *tp_params, in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override() argument
84 if (tp_params == NULL) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
93 switch (tp_params->dp_phy_pattern) { in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
95 if (tp_params->custom_pattern_size == 0 || memcmp(tp_params->custom_pattern, in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
96 pltpat_custom, tp_params->custom_pattern_size) != 0) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
112 hw_tp_params.dp_phy_pattern = tp_params->dp_phy_pattern; in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
113 hw_tp_params.dp_panel_mode = tp_params->dp_panel_mode; in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
126 struct encoder_set_dp_phy_pattern_param *tp_params) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern() argument
131 link, link_res, tp_params, get_dio_link_hwss())) { in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern()
132 link_enc->funcs->dp_set_phy_pattern(link_enc, tp_params); in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern()
H A Dlink_hwss_hpo_fixed_vs_pe_retimer_dp.c75 struct encoder_set_dp_phy_pattern_param *tp_params) in dp_hpo_fixed_vs_pe_retimer_program_override_test_pattern() argument
120 const struct link_resource *link_res, struct encoder_set_dp_phy_pattern_param *tp_params, in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern() argument
126 if (tp_params == NULL) in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
129 if (tp_params->dp_phy_pattern < DP_TEST_PATTERN_SQUARE_BEGIN || in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
130 tp_params->dp_phy_pattern > DP_TEST_PATTERN_SQUARE_END) { in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
144 hw_tp_params.dp_panel_mode = tp_params->dp_panel_mode; in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
149 dp_hpo_fixed_vs_pe_retimer_program_override_test_pattern(link, tp_params); in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
158 struct encoder_set_dp_phy_pattern_param *tp_params) in set_hpo_fixed_vs_pe_retimer_dp_link_test_pattern() argument
161 link, link_res, tp_params, get_hpo_dp_link_hwss())) { in set_hpo_fixed_vs_pe_retimer_dp_link_test_pattern()
163 link_res->hpo_dp_link_enc, tp_params); in set_hpo_fixed_vs_pe_retimer_dp_link_test_pattern()
H A Dlink_hwss_dio.h49 struct encoder_set_dp_phy_pattern_param *tp_params);
H A Dlink_hwss_hpo_dp.c139 struct encoder_set_dp_phy_pattern_param *tp_params) in set_hpo_dp_link_test_pattern() argument
142 link_res->hpo_dp_link_enc, tp_params); in set_hpo_dp_link_test_pattern()
H A Dlink_hwss_dio.c151 struct encoder_set_dp_phy_pattern_param *tp_params) in set_dio_dp_link_test_pattern() argument
155 link_enc->funcs->dp_set_phy_pattern(link_enc, tp_params); in set_dio_dp_link_test_pattern()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dtp.h58 struct tp_params;
60 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p);
72 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk);
H A Dtp.c18 static void tp_init(adapter_t * ap, const struct tp_params *p, in tp_init()
59 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p) in t1_tp_create()
165 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) in t1_tp_reset()
H A Dcommon.h156 struct tp_params { struct
182 struct tp_params tp; argument
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink_hwss.h61 struct encoder_set_dp_phy_pattern_param *tp_params);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h255 struct encoder_set_dp_phy_pattern_param *tp_params);
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h302 struct tp_params { struct
384 struct tp_params tp;
H A Dt3_hw.c2541 static void partition_mem(struct adapter *adap, const struct tp_params *p) in partition_mem()
2606 static void tp_config(struct adapter *adap, const struct tp_params *p) in tp_config()
2889 static void ulp_config(struct adapter *adap, const struct tp_params *p) in ulp_config()
3008 static int tp_init(struct adapter *adap, const struct tp_params *p) in tp_init()
3628 struct tp_params *p = &adapter->params.tp; in t3_prep_adapter()
H A Dcxgb3_offload.c382 struct tp_params *tp = &adapter->params.tp; in cxgb_offload_ctl()
H A Dcxgb3_main.c2394 struct tp_params *p = &adapter->params.tp; in cxgb_siocdevprivate()
2410 struct tp_params *p = &adapter->params.tp; in cxgb_siocdevprivate()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c478 struct tp_params *tp = &adap->params.tp; in cxgb4_select_ntuple()
H A Dcxgb4.h348 struct tp_params { struct
438 struct tp_params tp;
H A Dcxgb4_filter.c1154 struct tp_params *tp = &adap->params.tp; in is_filter_exact_match()
1240 struct tp_params *tp = &adap->params.tp; in hash_filter_ntuple()