Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/can/
Dgrcan.c86 #define GRCAN_CONF_PS1 0x00f00000 macro
93 (GRCAN_CONF_BPR | GRCAN_CONF_RSJ | GRCAN_CONF_PS1 \
439 timing |= (ps1 << GRCAN_CONF_PS1_BIT) & GRCAN_CONF_PS1; in grcan_set_bittiming()