Home
last modified time | relevance | path

Searched refs:CAN_SYNC_SEG (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/can/
Ddev.h85 #define CAN_SYNC_SEG 1 macro
97 return CAN_SYNC_SEG + bt->prop_seg + bt->phase_seg1 + bt->phase_seg2; in can_bit_time()
/kernel/linux/linux-5.10/drivers/net/can/dev/
Ddev.c88 tseg2 = tseg + CAN_SYNC_SEG - in can_update_sample_point()
89 (sample_point_nominal * (tseg + CAN_SYNC_SEG)) / in can_update_sample_point()
98 sample_point = 1000 * (tseg + CAN_SYNC_SEG - tseg2) / in can_update_sample_point()
99 (tseg + CAN_SYNC_SEG); in can_update_sample_point()
147 tsegall = CAN_SYNC_SEG + tseg / 2; in can_calc_bittiming()
225 (bt->brp * (CAN_SYNC_SEG + tseg1 + tseg2)); in can_calc_bittiming()