Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dgrcan.c88 #define GRCAN_CONF_SCALER 0xff000000 macro
94 | GRCAN_CONF_PS2 | GRCAN_CONF_SCALER)
441 timing |= (scaler << GRCAN_CONF_SCALER_BIT) & GRCAN_CONF_SCALER; in grcan_set_bittiming()