Home
last modified time | relevance | path

Searched refs:tseg1_max (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.6.21/drivers/net/can/dev/
Dcalc_bittiming.c41 if (tseg1 > btc->tseg1_max) { in can_update_sample_point()
42 tseg1 = btc->tseg1_max; in can_update_sample_point()
94 for (tseg = (btc->tseg1_max + btc->tseg2_max) * 2 + 1; in can_calc_bittiming()
Dbittiming.c63 if (tseg1 > btc->tseg1_max) { in can_fixup_bittiming()
65 tseg1, btc->tseg1_max); in can_fixup_bittiming()
/linux-6.6.21/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c1136 .tseg1_max = (1 << PUCAN_TSLOW_TSGEG1_BITS),
1148 .tseg1_max = (1 << PUCAN_TFAST_TSGEG1_BITS),
1212 .tseg1_max = (1 << PUCAN_TSLOW_TSGEG1_BITS),
1224 .tseg1_max = (1 << PUCAN_TFAST_TSGEG1_BITS),
1288 .tseg1_max = (1 << PUCAN_TSLOW_TSGEG1_BITS),
1300 .tseg1_max = (1 << PUCAN_TFAST_TSGEG1_BITS),
1364 .tseg1_max = (1 << PUCAN_TSLOW_TSGEG1_BITS),
1376 .tseg1_max = (1 << PUCAN_TFAST_TSGEG1_BITS),
Dpcan_usb.c1006 .tseg1_max = 16,
/linux-6.6.21/include/uapi/linux/can/
Dnetlink.h50 __u32 tseg1_max; member
/linux-6.6.21/drivers/net/can/usb/
Desd_usb.c1004 .tseg1_max = 16,
1038 & (btc->tseg1_max - 1)) in esd_usb_2_set_bittiming()
1070 .tseg1_max = 256,
1086 .tseg1_max = 32,
1125 & (nom_btc->tseg1_max - 1)); in esd_usb_3_set_bittiming()
1132 & (data_btc->tseg1_max - 1)); in esd_usb_3_set_bittiming()
Dgs_usb.c197 __le32 tseg1_max; member
210 __le32 tseg1_max; member
1251 dev->bt_const.tseg1_max = le32_to_cpu(bt_const.tseg1_max); in gs_make_candev()
1371 dev->data_bt_const.tseg1_max = le32_to_cpu(bt_const_extended.dtseg1_max); in gs_make_candev()
Ducan.c155 u8 tseg1_max; member
456 bittiming->tseg1_max = device_info->tseg1_max; in ucan_parse_device_info()
Dusb_8dev.c881 .tseg1_max = 16,
Dems_usb.c890 .tseg1_max = 16,
/linux-6.6.21/drivers/net/can/
Dxilinx_can.c230 .tseg1_max = 16,
243 .tseg1_max = 64,
256 .tseg1_max = 16,
269 .tseg1_max = 256,
282 .tseg1_max = 32,
Dsun4i_can.c228 .tseg1_max = 16,
/linux-6.6.21/drivers/net/can/usb/etas_es58x/
Des58x_fd.c477 .tseg1_max = 256,
494 .tseg1_max = 32,
Des581_4.c460 .tseg1_max = 8,
/linux-6.6.21/drivers/net/can/peak_canfd/
Dpeak_canfd.c21 .tseg1_max = (1 << PUCAN_TSLOW_TSGEG1_BITS),
33 .tseg1_max = (1 << PUCAN_TFAST_TSGEG1_BITS),
/linux-6.6.21/drivers/net/can/m_can/
Dm_can.c1144 .tseg1_max = 64,
1156 .tseg1_max = 16,
1168 .tseg1_max = 256,
1180 .tseg1_max = 32,
/linux-6.6.21/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_hydra.c382 .tseg1_max = 255,
394 .tseg1_max = 16,
406 .tseg1_max = 96,
418 .tseg1_max = 39,
Dkvaser_usb_leaf.c437 .tseg1_max = 16,
449 .tseg1_max = 16,
/linux-6.6.21/drivers/net/can/ctucanfd/
Dctucanfd_base.c81 .tseg1_max = 190,
93 .tseg1_max = 94,
/linux-6.6.21/drivers/net/can/sja1000/
Dsja1000.c76 .tseg1_max = 16,
/linux-6.6.21/drivers/net/can/rcar/
Drcar_canfd.c560 .tseg1_max = 128,
573 .tseg1_max = 16,
586 .tseg1_max = 16,
/linux-6.6.21/drivers/net/can/flexcan/
Dflexcan-core.c384 .tseg1_max = 16,
396 .tseg1_max = 96,
408 .tseg1_max = 39,
/linux-6.6.21/drivers/net/can/mscan/
Dmscan.c28 .tseg1_max = 16,
/linux-6.6.21/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-core.c57 .tseg1_max = 256,
69 .tseg1_max = 32,
/linux-6.6.21/drivers/net/can/cc770/
Dcc770.c89 .tseg1_max = 16,

12