Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/
Djanz-ican3.c131 #define ICAN3_CAN_DLC_MASK 0x0f macro
875 cf->can_dlc = get_can_dlc(desc->data[1] & ICAN3_CAN_DLC_MASK); in ican3_to_can_frame()
878 cf->can_dlc = get_can_dlc(desc->data[0] & ICAN3_CAN_DLC_MASK); in ican3_to_can_frame()