Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/cc770/
H A Dcc770.h129 #define MSGCFG_DIR 0x08 /* Direction is Transmit */ macro
H A Dcc770.c141 msgcfg |= MSGCFG_DIR; in enable_all_objs()
396 rtr = cf->can_id & CAN_RTR_FLAG ? 0 : MSGCFG_DIR; in cc770_tx()