Home
last modified time | relevance | path

Searched refs:PUCAN_TFAST_BRP_BITS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/can/dev/
Dpeak_canfd.h79 #define PUCAN_TFAST_BRP_BITS 10 macro
84 #define PUCAN_TFAST_BRP_MASK ((1 << PUCAN_TFAST_BRP_BITS) - 1)
/Linux-v5.10/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c1030 .brp_max = (1 << PUCAN_TFAST_BRP_BITS),
1102 .brp_max = (1 << PUCAN_TFAST_BRP_BITS),
1174 .brp_max = (1 << PUCAN_TFAST_BRP_BITS),
1246 .brp_max = (1 << PUCAN_TFAST_BRP_BITS),
/Linux-v5.10/drivers/net/can/peak_canfd/
Dpeak_canfd.c37 .brp_max = (1 << PUCAN_TFAST_BRP_BITS),