Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/
Dti_hecc.c114 #define HECC_CANRMP 0x18 /* Receive message pending */ macro
374 hecc_write(priv, HECC_CANRMP, HECC_SET_REG); in ti_hecc_reset()
578 hecc_write(priv, HECC_CANRMP, mbx_mask); in ti_hecc_rx_pkt()
624 while ((pending_pkts = hecc_read(priv, HECC_CANRMP)) && in ti_hecc_rx_poll()
649 if (hecc_read(priv, HECC_CANRMP) == 0) { in ti_hecc_rx_poll()
800 if (hecc_read(priv, HECC_CANRMP)) { in ti_hecc_interrupt()