Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/can/
Dgrcan.c82 #define GRCAN_CONF_ENABLE1 0x00000004 macro
92 (GRCAN_CONF_ABORT | GRCAN_CONF_ENABLE0 | GRCAN_CONF_ENABLE1 \
1001 | (priv->config.enable1 ? GRCAN_CONF_ENABLE1 : 0) in grcan_start()