Searched refs:trans1 (Results 1 – 3 of 3) sorted by relevance
1227 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, in sctp_trans_elect_tie() argument1230 if (trans1->error_count > trans2->error_count) { in sctp_trans_elect_tie()1232 } else if (trans1->error_count == trans2->error_count && in sctp_trans_elect_tie()1234 trans1->last_time_heard)) { in sctp_trans_elect_tie()1237 return trans1; in sctp_trans_elect_tie()
32 u32 trans1; /* balance leg enable, de-emph level */ member287 I915_WRITE(reg, ddi_translations[i].trans1); in intel_prepare_ddi_buffers()299 I915_WRITE(reg, ddi_translations_hdmi[hdmi_level].trans1); in intel_prepare_ddi_buffers()
3417 int trans1, trans2; in dsi_compute_interleave_hs() local3418 trans1 = ddr_pre + enter_hs + exit_hs + max(enter_hs, 2) + 1; in dsi_compute_interleave_hs()3421 transition = max(trans1, trans2); in dsi_compute_interleave_hs()