Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dgrcan.c65 u32 txrd; /* 0x210 */ member
511 u32 txrd = grcan_read_reg(&regs->txrd); in catch_up_echo_skb() local
514 if (priv->eskbp == txrd) in catch_up_echo_skb()
528 txrd = grcan_read_reg(&regs->txrd); in catch_up_echo_skb()
538 u32 txrd; in grcan_lost_one_shot_frame() local
557 txrd = grcan_read_reg(&regs->txrd); in grcan_lost_one_shot_frame()
558 txrd = grcan_ring_add(txrd, GRCAN_MSG_SIZE, dma->tx.size); in grcan_lost_one_shot_frame()
559 grcan_write_reg(&regs->txrd, txrd); in grcan_lost_one_shot_frame()
830 u32 txrd = grcan_read_reg(&regs->txrd); in grcan_running_reset() local
844 grcan_write_reg(&regs->txrd, txrd); in grcan_running_reset()
[all …]