Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/can/
Dgrcan.c88 #define GRCAN_CONF_PS1 0x00f00000 macro
95 (GRCAN_CONF_BPR | GRCAN_CONF_RSJ | GRCAN_CONF_PS1 \
441 timing |= (ps1 << GRCAN_CONF_PS1_BIT) & GRCAN_CONF_PS1; in grcan_set_bittiming()