Searched refs:hecc_read_mbx (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/net/can/ |
D | ti_hecc.c | 255 static inline u32 hecc_read_mbx(struct ti_hecc_priv *priv, u32 mbxno, u32 reg) in hecc_read_mbx() function 570 data = hecc_read_mbx(priv, mbxno, HECC_CANMID); in ti_hecc_rx_pkt() 575 data = hecc_read_mbx(priv, mbxno, HECC_CANMCF); in ti_hecc_rx_pkt() 579 data = hecc_read_mbx(priv, mbxno, HECC_CANMDL); in ti_hecc_rx_pkt() 582 data = hecc_read_mbx(priv, mbxno, HECC_CANMDH); in ti_hecc_rx_pkt() 796 stats->tx_bytes += hecc_read_mbx(priv, mbxno, in ti_hecc_interrupt()
|