Searched defs:GRCAN_MSG_DLC (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/
H A Dgrcan.c192 #define GRCAN_MSG_DLC 0xf0000000 macro
1208 cf->can_dlc = get_can_dlc((slot[1] & GRCAN_MSG_DLC)
1412 slot[1] = ((dlc << GRCAN_MSG_DLC_BIT) & GRCAN_MSG_DLC);

Completed in 18 milliseconds