Lines Matching refs:txsize
65 u32 txsize; /* 0x208 */ member
236 unsigned int txsize; member
244 .txsize = GRCAN_DEFAULT_BUFFER_SIZE, \
383 static inline u32 grcan_txspace(size_t txsize, u32 txwr, u32 eskbp) in grcan_txspace() argument
385 u32 slots = txsize / GRCAN_MSG_SIZE - 1; in grcan_txspace()
386 u32 used = grcan_ring_sub(txwr, eskbp, txsize) / GRCAN_MSG_SIZE; in grcan_txspace()
831 u32 txsize = grcan_read_reg(®s->txsize); in grcan_running_reset() local
845 grcan_write_reg(®s->txsize, txsize); in grcan_running_reset()
987 grcan_write_reg(®s->txsize, priv->dma.tx.size); in grcan_start()
1053 err = grcan_allocate_dma_buffers(dev, priv->config.txsize, in grcan_open()
1542 GRCAN_MODULE_PARAM(txsize, uint, GRCAN_INVALID_BUFFER_SIZE,