Home
last modified time | relevance | path

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

/linux/drivers/net/can/cc770/
H A Dcc770.h115 #define MSGLST_SET 0x08 /* Message Lost */ macro
H A Dcc770.c621 if (ctrl1 & MSGLST_SET) { in cc770_rx_interrupt()
683 if (unlikely(ctrl1 & MSGLST_SET)) { in cc770_tx_interrupt()