Home
last modified time | relevance | path

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

12

/linux-6.12.1/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.12.1/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.12.1/include/uapi/linux/can/
Dnetlink.h50 __u32 tseg1_max; member
/linux-6.12.1/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,
1122 & (nom_btc->tseg1_max - 1)); in esd_usb_3_set_bittiming()
1129 & (data_btc->tseg1_max - 1)); in esd_usb_3_set_bittiming()
Dgs_usb.c200 __le32 tseg1_max; member
213 __le32 tseg1_max; member
1254 dev->bt_const.tseg1_max = le32_to_cpu(bt_const.tseg1_max); in gs_make_candev()
1374 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()
Dems_usb.c890 .tseg1_max = 16,
/linux-6.12.1/drivers/net/can/esd/
Desd_402_pci-core.c63 .tseg1_max = 16,
76 .tseg1_max = 256,
/linux-6.12.1/drivers/net/can/usb/etas_es58x/
Des58x_fd.c477 .tseg1_max = 256,
494 .tseg1_max = 32,
Des581_4.c460 .tseg1_max = 8,
/linux-6.12.1/drivers/net/can/
Dxilinx_can.c271 .tseg1_max = 16,
284 .tseg1_max = 64,
297 .tseg1_max = 16,
310 .tseg1_max = 256,
323 .tseg1_max = 32,
Dsun4i_can.c228 .tseg1_max = 16,
/linux-6.12.1/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.12.1/drivers/net/can/rockchip/
Drockchip_canfd-core.c84 .tseg1_max = 256,
96 .tseg1_max = 32,
/linux-6.12.1/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_hydra.c391 .tseg1_max = 255,
403 .tseg1_max = 16,
415 .tseg1_max = 96,
427 .tseg1_max = 39,
Dkvaser_usb_leaf.c463 .tseg1_max = 16,
475 .tseg1_max = 16,
/linux-6.12.1/drivers/net/can/m_can/
Dm_can.c1301 .tseg1_max = 64,
1313 .tseg1_max = 16,
1325 .tseg1_max = 256,
1337 .tseg1_max = 32,
/linux-6.12.1/drivers/net/can/ctucanfd/
Dctucanfd_base.c81 .tseg1_max = 190,
93 .tseg1_max = 94,
/linux-6.12.1/drivers/net/can/rcar/
Drcar_canfd.c554 .tseg1_max = 128,
567 .tseg1_max = 16,
580 .tseg1_max = 16,
/linux-6.12.1/drivers/net/can/sja1000/
Dsja1000.c76 .tseg1_max = 16,
/linux-6.12.1/drivers/net/can/flexcan/
Dflexcan-core.c392 .tseg1_max = 16,
404 .tseg1_max = 96,
416 .tseg1_max = 39,
/linux-6.12.1/drivers/net/can/mscan/
Dmscan.c28 .tseg1_max = 16,
/linux-6.12.1/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-core.c57 .tseg1_max = 256,
69 .tseg1_max = 32,

12