Home
last modified time | relevance | path

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

/linux/drivers/net/can/ctucanfd/
H A Dctucanfd.h40 u32 txb_prio; member
H A Dctucanfd_base.c383 priv->txb_prio = 0x01234567; in ctucan_chip_start()
386 ctucan_write32(priv, CTUCANFD_TX_PRIORITY, priv->txb_prio); in ctucan_chip_start()
980 u32 prio = priv->txb_prio; in ctucan_rotate_txb_prio()
983 ctucan_netdev_dbg(ndev, "%s: from 0x%08x to 0x%08x\n", __func__, priv->txb_prio, prio); in ctucan_rotate_txb_prio()
984 priv->txb_prio = prio; in ctucan_rotate_txb_prio()