Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/cc770/
Dcc770.h140 #define MSGOBJ_LAST 15 macro
170 #define obj2msgobj(o) (MSGOBJ_LAST - (o)) /* message object 11..15 */
Dcc770.c110 return MSGOBJ_LAST + 2 - intid; in intid2obj()
270 for (mo = MSGOBJ_FIRST; mo <= MSGOBJ_LAST; mo++) { in chipset_init()
639 if (mo < MSGOBJ_LAST) in cc770_rx_interrupt()