Lines Matching refs:txrd
64 u32 txrd; /* 0x210 */ member
471 priv->eskbp = grcan_read_reg(®s->txrd); in grcan_reset()
510 u32 txrd = grcan_read_reg(®s->txrd); in catch_up_echo_skb() local
513 if (priv->eskbp == txrd) in catch_up_echo_skb()
527 txrd = grcan_read_reg(®s->txrd); in catch_up_echo_skb()
537 u32 txrd; in grcan_lost_one_shot_frame() local
556 txrd = grcan_read_reg(®s->txrd); in grcan_lost_one_shot_frame()
557 txrd = grcan_ring_add(txrd, GRCAN_MSG_SIZE, dma->tx.size); in grcan_lost_one_shot_frame()
558 grcan_write_reg(®s->txrd, txrd); in grcan_lost_one_shot_frame()
829 u32 txrd = grcan_read_reg(®s->txrd); in grcan_running_reset() local
843 grcan_write_reg(®s->txrd, txrd); in grcan_running_reset()
1283 grcan_read_reg(®s->txrd) == txwr) { in grcan_txbug_workaround()
1340 u32 id, txwr, txrd, space, txctrl; in grcan_start_xmit() local
1418 txrd = grcan_read_reg(®s->txrd); in grcan_start_xmit()
1419 if (unlikely(grcan_ring_sub(txwr, txrd, dma->tx.size) == 1)) { in grcan_start_xmit()