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

/linux-master/drivers/net/can/
H A Dat91_can.c253 static inline unsigned int get_head_mask(const struct at91_priv *priv) function
522 (priv->tx_head & get_head_mask(priv)) == 0)
687 if ((priv->tx_head & get_head_mask(priv)) != 0 ||
688 (priv->tx_tail & get_head_mask(priv)) == 0)

Completed in 145 milliseconds