Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/can/cc770/
Dcc770.h137 #define MSGCFG_DIR 0x08 /* Direction is Transmit */ macro
Dcc770.c148 msgcfg |= MSGCFG_DIR; in enable_all_objs()
403 rtr = cf->can_id & CAN_RTR_FLAG ? 0 : MSGCFG_DIR; in cc770_tx()