Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/can/dev/
Dpeak_canfd.h87 #define PUCAN_TFAST_BRP_BITS 10 macro
92 #define PUCAN_TFAST_BRP_MASK ((1 << PUCAN_TFAST_BRP_BITS) - 1)
/Linux-v4.19/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c1012 .brp_max = (1 << PUCAN_TFAST_BRP_BITS),
1084 .brp_max = (1 << PUCAN_TFAST_BRP_BITS),
1156 .brp_max = (1 << PUCAN_TFAST_BRP_BITS),
1228 .brp_max = (1 << PUCAN_TFAST_BRP_BITS),
/Linux-v4.19/drivers/net/can/peak_canfd/
Dpeak_canfd.c46 .brp_max = (1 << PUCAN_TFAST_BRP_BITS),