Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dassociola.c1220 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, in sctp_trans_elect_tie() argument
1223 if (trans1->error_count > trans2->error_count) { in sctp_trans_elect_tie()
1225 } else if (trans1->error_count == trans2->error_count && in sctp_trans_elect_tie()
1227 trans1->last_time_heard)) { in sctp_trans_elect_tie()
1230 return trans1; in sctp_trans_elect_tie()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2598 int trans1, trans2; in dsi_compute_interleave_hs() local
2599 trans1 = ddr_pre + enter_hs + exit_hs + max(enter_hs, 2) + 1; in dsi_compute_interleave_hs()
2602 transition = max(trans1, trans2); in dsi_compute_interleave_hs()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3404 int trans1, trans2; in dsi_compute_interleave_hs() local
3405 trans1 = ddr_pre + enter_hs + exit_hs + max(enter_hs, 2) + 1; in dsi_compute_interleave_hs()
3408 transition = max(trans1, trans2); in dsi_compute_interleave_hs()