Searched defs:tseg2 (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/net/can/ | 
| D | dev.c | 87 			  int sampl_pt, int tseg, int *tseg1, int *tseg2)  in can_update_spt()108 	int tsegall, tseg = 0, tseg1 = 0, tseg2 = 0;  in can_calc_bittiming()  local
 
 | 
| /linux-4.4.14/drivers/net/can/usb/peak_usb/ | 
| D | pcan_ucan.h | 57 	u8	tseg2;		/* Timing SEGment 2 */  member74 	u8	tseg2;		/* Timing SEGment 2 */  member
 
 | 
| /linux-4.4.14/drivers/net/can/mscan/ | 
| D | mscan.h | 265 #define BTR1_SET_TSEG2(tseg2)	((((tseg2) - 1) << BTR1_TSEG2_SHIFT) & \  argument
 | 
| /linux-4.4.14/drivers/net/can/c_can/ | 
| D | c_can.c | 488 	u8 brp, brpe, sjw, tseg1, tseg2;  in c_can_set_bittiming()  local
 | 
| /linux-4.4.14/drivers/net/can/m_can/ | 
| D | m_can.c | 807 	u16 brp, sjw, tseg1, tseg2;  in m_can_set_bittiming()  local
 | 
| /linux-4.4.14/drivers/net/can/usb/ | 
| D | kvaser_usb.c | 251 	u8 tseg2;  member
 |