Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/can/cc770/
Dcc770.c122 mo = obj2msgobj(o); in enable_all_objs()
182 mo = obj2msgobj(o); in disable_all_objs()
437 unsigned int mo = obj2msgobj(CC770_OBJ_TX); in cc770_start_xmit()
611 unsigned int mo = obj2msgobj(o); in cc770_rx_interrupt()
651 unsigned int mo = obj2msgobj(o); in cc770_rtr_interrupt()
676 unsigned int mo = obj2msgobj(o); in cc770_tx_interrupt()
Dcc770.h170 #define obj2msgobj(o) (MSGOBJ_LAST - (o)) /* message object 11..15 */ macro