Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/can/
Djanz-ican3.c128 #define ICAN3_CAN_DLC_MASK 0x0f macro
919 cf->can_dlc = get_can_dlc(desc->data[1] & ICAN3_CAN_DLC_MASK); in ican3_to_can_frame()
922 cf->can_dlc = get_can_dlc(desc->data[0] & ICAN3_CAN_DLC_MASK); in ican3_to_can_frame()