Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dat91_can.c211 static inline unsigned int get_mb_tx_shift(const struct at91_priv *priv) in get_mb_tx_shift() function
218 return 1 << get_mb_tx_shift(priv); in get_mb_tx_num()
233 return get_mb_tx_shift(priv); in get_next_prio_shift()
238 return 0xf << get_mb_tx_shift(priv); in get_next_prio_mask()
243 return AT91_MB_MASK(get_mb_tx_shift(priv)); in get_next_mb_mask()