Searched defs:txrd (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/
H A Dgrcan.c67 u32 txrd; /* 0x210 */ member in struct:grcan_registers
474 priv->eskbp = grcan_read_reg(&regs->txrd);
493 /* Let priv->eskbp catch up to regs->txrd and echo back the skbs if echo
497 * continue until priv->eskbp catches up to regs->txrd.
513 u32 txrd = grcan_read_reg(&regs->txrd); local
516 if (priv->eskbp == txrd)
532 txrd = grcan_read_reg(&regs->txrd);
542 u32 txrd; local
833 u32 txrd = grcan_read_reg(&regs->txrd); local
1358 u32 id, txwr, txrd, space, txctrl; local
[all...]

Completed in 120 milliseconds