Home
last modified time | relevance | path

Searched refs:trans1 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/sctp/
Dassociola.c1227 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, in sctp_trans_elect_tie() argument
1230 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()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_ddi.c32 u32 trans1; /* balance leg enable, de-emph level */ member
287 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()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddsi.c3417 int trans1, trans2; in dsi_compute_interleave_hs() local
3418 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()