Searched defs:sampl_pt (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/
H A Ddev.c87 int sampl_pt, int tseg, int *tseg1, int *tseg2)
89 *tseg2 = tseg + 1 - (sampl_pt * (tseg + 1)) / 1000;
109 int spt_error = 1000, spt = 0, sampl_pt; local
115 sampl_pt = bt->sample_point;
118 sampl_pt = 750;
120 sampl_pt = 800;
122 sampl_pt = 875;
144 spt = can_update_spt(btc, sampl_pt, tseg / 2,
146 error = sampl_pt - spt;
174 bt->sample_point = can_update_spt(btc, sampl_pt, best_tse
86 can_update_spt(const struct can_bittiming_const *btc, int sampl_pt, int tseg, int *tseg1, int *tseg2) argument
[all...]

Completed in 26 milliseconds