Lines Matching refs:txsize
61 u32 txsize; /* 0x208 */ member
232 unsigned int txsize; member
240 .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()
828 u32 txsize = grcan_read_reg(®s->txsize); in grcan_running_reset() local
842 grcan_write_reg(®s->txsize, txsize); in grcan_running_reset()
984 grcan_write_reg(®s->txsize, priv->dma.tx.size); in grcan_start()
1050 err = grcan_allocate_dma_buffers(dev, priv->config.txsize, in grcan_open()
1533 GRCAN_MODULE_PARAM(txsize, uint, GRCAN_INVALID_BUFFER_SIZE,