Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dassociola.c1229 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, in sctp_trans_elect_tie() argument
1232 if (trans1->error_count > trans2->error_count) { in sctp_trans_elect_tie()
1234 } else if (trans1->error_count == trans2->error_count && in sctp_trans_elect_tie()
1236 trans1->last_time_heard)) { in sctp_trans_elect_tie()
1239 return trans1; in sctp_trans_elect_tie()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_ddi.c32 u32 trans1; /* balance leg enable, de-emph level */ member
533 ddi_translations[i].trans1 | iboost_bit); in intel_prepare_ddi_buffers()
548 ddi_translations_hdmi[hdmi_level].trans1 | iboost_bit); in intel_prepare_ddi_buffers()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c3418 int trans1, trans2; in dsi_compute_interleave_hs() local
3419 trans1 = ddr_pre + enter_hs + exit_hs + max(enter_hs, 2) + 1; in dsi_compute_interleave_hs()
3422 transition = max(trans1, trans2); in dsi_compute_interleave_hs()