Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dgrcan.c190 #define GRCAN_MSG_DLC 0xf0000000 macro
1196 cf->len = can_cc_dlc2len((slot[1] & GRCAN_MSG_DLC) in grcan_receive()
1395 slot[1] = ((dlc << GRCAN_MSG_DLC_BIT) & GRCAN_MSG_DLC); in grcan_start_xmit()