Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dgrcan.c85 #define GRCAN_CONF_RSJ 0x00007000 macro
93 (GRCAN_CONF_BPR | GRCAN_CONF_RSJ | GRCAN_CONF_PS1 \
438 timing |= (rsj << GRCAN_CONF_RSJ_BIT) & GRCAN_CONF_RSJ; in grcan_set_bittiming()