Searched defs:tseg2 (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/drivers/net/can/ |
D | dev.c | 53 int sampl_pt, int tseg, int *tseg1, int *tseg2) in can_update_spt() 75 int tsegall, tseg = 0, tseg1 = 0, tseg2 = 0; in can_calc_bittiming() local
|
/linux-3.3/drivers/net/can/mscan/ |
D | mscan.h | 265 #define BTR1_SET_TSEG2(tseg2) ((((tseg2) - 1) << BTR1_TSEG2_SHIFT) & \ argument
|
/linux-3.3/drivers/net/can/c_can/ |
D | c_can.c | 523 u8 brp, brpe, sjw, tseg1, tseg2; in c_can_set_bittiming() local
|