tx_buf_count      145 drivers/dma/tegra210-adma.c 	unsigned int			tx_buf_count;
tx_buf_count      372 drivers/dma/tegra210-adma.c 	tdc->tx_buf_count = 0;
tx_buf_count      397 drivers/dma/tegra210-adma.c 		tdc->tx_buf_count += pos + (max - tdc->tx_buf_pos);
tx_buf_count      399 drivers/dma/tegra210-adma.c 		tdc->tx_buf_count += pos - tdc->tx_buf_pos;
tx_buf_count      401 drivers/dma/tegra210-adma.c 	periods_remaining = tdc->tx_buf_count % desc->num_periods;
tx_buf_count      202 drivers/tty/synclinkmp.c 	unsigned int tx_buf_count;		/* count of total allocated Tx buffers */
tx_buf_count     3373 drivers/tty/synclinkmp.c 	info->tx_buf_count = BuffersPerFrame + 1;
tx_buf_count     3376 drivers/tty/synclinkmp.c 	if (info->tx_buf_count > (BufferCount/2))
tx_buf_count     3377 drivers/tty/synclinkmp.c 		info->tx_buf_count = BufferCount/2;
tx_buf_count     3379 drivers/tty/synclinkmp.c 	if (info->tx_buf_count > SCAMAXDESC)
tx_buf_count     3380 drivers/tty/synclinkmp.c 		info->tx_buf_count = SCAMAXDESC;
tx_buf_count     3383 drivers/tty/synclinkmp.c 	info->rx_buf_count = BufferCount - info->tx_buf_count;
tx_buf_count     3391 drivers/tty/synclinkmp.c 			info->tx_buf_count,info->rx_buf_count);
tx_buf_count     3401 drivers/tty/synclinkmp.c 					info->tx_buf_count) < 0 ||
tx_buf_count     3454 drivers/tty/synclinkmp.c 	for ( i = 0; i < info->tx_buf_count; i++ ) {
tx_buf_count     3465 drivers/tty/synclinkmp.c 		if ( i < info->tx_buf_count - 1 )
tx_buf_count     5025 drivers/tty/synclinkmp.c 		if (i >= info->tx_buf_count)