Searched refs:ti_hecc_priv (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/can/ |
H A D | ti_hecc.c | 177 struct ti_hecc_priv { struct 192 static inline int get_tx_head_mb(struct ti_hecc_priv *priv) in get_tx_head_mb() argument 197 static inline int get_tx_tail_mb(struct ti_hecc_priv *priv) in get_tx_tail_mb() 202 static inline int get_tx_head_prio(struct ti_hecc_priv *priv) in get_tx_head_prio() 207 static inline void hecc_write_lam(struct ti_hecc_priv *priv, u32 mbxno, u32 val) in hecc_write_lam() 212 static inline u32 hecc_read_stamp(struct ti_hecc_priv *priv, u32 mbxno) in hecc_read_stamp() 217 static inline void hecc_write_mbx(struct ti_hecc_priv *priv, u32 mbxno, in hecc_write_mbx() 223 static inline u32 hecc_read_mbx(struct ti_hecc_priv *priv, u32 mbxno, u32 reg) in hecc_read_mbx() 228 static inline void hecc_write(struct ti_hecc_priv *priv, u32 reg, u32 val) in hecc_write() 233 static inline u32 hecc_read(struct ti_hecc_priv *priv, int reg) in hecc_read() [all …]
|