tbufs             339 drivers/tty/synclink_gt.c 	struct slgt_desc *tbufs;
tbufs             584 drivers/tty/synclink_gt.c 			i, le16_to_cpu(info->tbufs[i].count), le16_to_cpu(info->tbufs[i].status));
tbufs            2252 drivers/tty/synclink_gt.c 		if (!desc_count(info->tbufs[i]))
tbufs            3350 drivers/tty/synclink_gt.c 	info->tbufs = ((struct slgt_desc*)info->bufs) + info->rbuf_count;
tbufs            3372 drivers/tty/synclink_gt.c 		info->tbufs[i].pdesc = pbufs + ((info->rbuf_count + i) * sizeof(struct slgt_desc));
tbufs            3376 drivers/tty/synclink_gt.c 			info->tbufs[i].next = cpu_to_le32(pbufs + info->rbuf_count * sizeof(struct slgt_desc));
tbufs            3378 drivers/tty/synclink_gt.c 			info->tbufs[i].next = cpu_to_le32(pbufs + ((info->rbuf_count + i + 1) * sizeof(struct slgt_desc)));
tbufs            3390 drivers/tty/synclink_gt.c 		info->tbufs = NULL;
tbufs            3423 drivers/tty/synclink_gt.c 	    alloc_bufs(info, info->tbufs, info->tbuf_count) < 0 ||
tbufs            3436 drivers/tty/synclink_gt.c 		free_bufs(info, info->tbufs, info->tbuf_count);
tbufs            4015 drivers/tty/synclink_gt.c 	if (desc_count(info->tbufs[info->tbuf_start])) {
tbufs            4039 drivers/tty/synclink_gt.c 		wr_reg32(info, TDDAR, info->tbufs[info->tbuf_start].pdesc);
tbufs            4777 drivers/tty/synclink_gt.c 		info->tbufs[i].status = 0;
tbufs            4778 drivers/tty/synclink_gt.c 		info->tbufs[i].count  = 0;
tbufs            4792 drivers/tty/synclink_gt.c 		if (desc_count(info->tbufs[i]))
tbufs            4830 drivers/tty/synclink_gt.c 		count = desc_count(info->tbufs[i]);
tbufs            4834 drivers/tty/synclink_gt.c 			active_buf_count = info->tbufs[i].buf_count;
tbufs            4886 drivers/tty/synclink_gt.c 		d = &info->tbufs[i];
tbufs            4916 drivers/tty/synclink_gt.c 	d = &info->tbufs[info->tbuf_start];