Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/
Dgrcan.c192 #define GRCAN_MSG_DLC 0xf0000000 macro
1208 cf->can_dlc = get_can_dlc((slot[1] & GRCAN_MSG_DLC) in grcan_receive()
1413 slot[1] = ((dlc << GRCAN_MSG_DLC_BIT) & GRCAN_MSG_DLC); in grcan_start_xmit()