Lines Matching refs:txsize
62 u32 txsize; /* 0x208 */ member
233 unsigned int txsize; member
241 .txsize = GRCAN_DEFAULT_BUFFER_SIZE, \
380 static inline u32 grcan_txspace(size_t txsize, u32 txwr, u32 eskbp) in grcan_txspace() argument
382 u32 slots = txsize / GRCAN_MSG_SIZE - 1; in grcan_txspace()
383 u32 used = grcan_ring_sub(txwr, eskbp, txsize) / GRCAN_MSG_SIZE; in grcan_txspace()
827 u32 txsize = grcan_read_reg(®s->txsize); in grcan_running_reset() local
841 grcan_write_reg(®s->txsize, txsize); in grcan_running_reset()
983 grcan_write_reg(®s->txsize, priv->dma.tx.size); in grcan_start()
1049 err = grcan_allocate_dma_buffers(dev, priv->config.txsize, in grcan_open()
1522 GRCAN_MODULE_PARAM(txsize, uint, GRCAN_INVALID_BUFFER_SIZE,