Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dat91_can.c231 static inline unsigned int get_next_prio_shift(const struct at91_priv *priv) in get_next_prio_shift() function
270 return (priv->tx_next >> get_next_prio_shift(priv)) & 0xf; in get_tx_next_prio()