Searched defs:tseg1 (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/can/dev/ |
H A D | calc_bittiming.c | 32 unsigned int tseg1, tseg2; in can_update_sample_point() local 77 unsigned int brp, tsegall, tseg, tseg1 = 0, tseg2 = 0; in can_calc_bittiming() local
|
H A D | bittiming.c | 53 const unsigned int tseg1 = bt->prop_seg + bt->phase_seg1; in can_fixup_bittiming() local
|
/openbmc/linux/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_core.c | 541 int tseg1 = bt->prop_seg + bt->phase_seg1; in kvaser_usb_set_bittiming() local 585 int tseg1 = dbt->prop_seg + dbt->phase_seg1; in kvaser_usb_set_data_bittiming() local
|
H A D | kvaser_usb.h | 81 u8 tseg1; member
|
/openbmc/linux/include/linux/can/dev/ |
H A D | peak_canfd.h | 74 u8 tseg1; /* Timing SEGment 1 */ member 101 u8 tseg1; /* Timing SEGment 1 */ member
|
/openbmc/linux/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_fd.h | 83 __le16 tseg1; /* range: [tseg1_min-1..tseg1_max-1] */ member
|
/openbmc/linux/drivers/net/can/mscan/ |
H A D | mscan.h | 253 #define BTR1_SET_TSEG1(tseg1) (((tseg1) - 1) & BTR1_TSEG1_MASK) argument
|
/openbmc/linux/drivers/net/can/ifi_canfd/ |
H A D | ifi_canfd.c | 651 u16 brp, sjw, tseg1, tseg2, tdc; in ifi_canfd_set_bittiming() local
|
/openbmc/linux/drivers/net/can/c_can/ |
H A D | c_can_main.c | 504 u8 brp, brpe, sjw, tseg1, tseg2; in c_can_set_bittiming() local
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | esd_usb.c | 199 __le16 tseg1; /* time segment before sample point */ member
|
/openbmc/linux/drivers/net/can/m_can/ |
H A D | m_can.c | 1206 u16 brp, sjw, tseg1, tseg2; in m_can_set_bittiming() local
|
/openbmc/linux/drivers/net/can/rcar/ |
H A D | rcar_canfd.c | 1322 u16 brp, sjw, tseg1, tseg2; in rcar_canfd_set_bittiming() local
|