Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dgrcan.c183 #define GRCAN_MSG_BID 0x1ffc0000 macro
1193 cf->can_id = ((slot[0] & GRCAN_MSG_BID) in grcan_receive()
1392 tmp = (id << GRCAN_MSG_BID_BIT) & GRCAN_MSG_BID; in grcan_start_xmit()