Searched refs:get_tx_head_mb (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/can/
H A Dti_hecc.c192 static inline int get_tx_head_mb(struct ti_hecc_priv *priv) function
475 mbxno = get_tx_head_mb(priv);
510 if ((hecc_read(priv, HECC_CANME) & BIT(get_tx_head_mb(priv))) ||
H A Dat91_can.c270 static inline unsigned int get_tx_head_mb(const struct at91_priv *priv) function
481 mb = get_tx_head_mb(priv);
520 if (!(at91_read(priv, AT91_MSR(get_tx_head_mb(priv))) &

Completed in 116 milliseconds