Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/can/cc770/
Dcc770.c115 mo = obj2msgobj(o); in enable_all_objs()
175 mo = obj2msgobj(o); in disable_all_objs()
430 unsigned int mo = obj2msgobj(CC770_OBJ_TX); in cc770_start_xmit()
603 unsigned int mo = obj2msgobj(o); in cc770_rx_interrupt()
643 unsigned int mo = obj2msgobj(o); in cc770_rtr_interrupt()
668 unsigned int mo = obj2msgobj(o); in cc770_tx_interrupt()
Dcc770.h162 #define obj2msgobj(o) (MSGOBJ_LAST - (o)) /* message object 11..15 */ macro