Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/can/cc770/
Dcc770.c114 mo = obj2msgobj(o); in enable_all_objs()
174 mo = obj2msgobj(o); in disable_all_objs()
429 unsigned int mo = obj2msgobj(CC770_OBJ_TX); in cc770_start_xmit()
601 unsigned int mo = obj2msgobj(o); in cc770_rx_interrupt()
641 unsigned int mo = obj2msgobj(o); in cc770_rtr_interrupt()
666 unsigned int mo = obj2msgobj(o); in cc770_tx_interrupt()
Dcc770.h162 #define obj2msgobj(o) (MSGOBJ_LAST - (o)) /* message object 11..15 */ macro