Lines Matching refs:txsize
61 u32 txsize; /* 0x208 */
232 unsigned int txsize;
240 .txsize = GRCAN_DEFAULT_BUFFER_SIZE, \
380 static inline u32 grcan_txspace(size_t txsize, u32 txwr, u32 eskbp)
382 u32 slots = txsize / GRCAN_MSG_SIZE - 1;
383 u32 used = grcan_ring_sub(txwr, eskbp, txsize) / GRCAN_MSG_SIZE;
828 u32 txsize = grcan_read_reg(®s->txsize);
842 grcan_write_reg(®s->txsize, txsize);
984 grcan_write_reg(®s->txsize, priv->dma.tx.size);
1050 err = grcan_allocate_dma_buffers(dev, priv->config.txsize,
1533 GRCAN_MODULE_PARAM(txsize, uint, GRCAN_INVALID_BUFFER_SIZE,
1535 "Format: <unsigned int> where (txsize & ~0x1fffc0) == 0\n" \