Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/can/
Dgrcan.c84 #define GRCAN_CONF_BPR 0x00000300 /* Note: not BRP */ macro
93 (GRCAN_CONF_BPR | GRCAN_CONF_RSJ | GRCAN_CONF_PS1 \
437 timing |= (bpr << GRCAN_CONF_BPR_BIT) & GRCAN_CONF_BPR; in grcan_set_bittiming()