Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dti_hecc.c75 #define HECC_CANRMP 0x18 /* Receive message pending */ macro
342 hecc_write(priv, HECC_CANRMP, HECC_SET_REG); in ti_hecc_reset()
587 hecc_write(priv, HECC_CANRMP, mbx_mask); in ti_hecc_mailbox_read()
764 while ((rx_pending = hecc_read(priv, HECC_CANRMP))) { in ti_hecc_interrupt()