rbuf_fill_level   298 drivers/tty/synclink_gt.c 	unsigned int rbuf_fill_level;
rbuf_fill_level  2108 drivers/tty/synclink_gt.c 		if (count == info->rbuf_fill_level || (reg & BIT10)) {
rbuf_fill_level  2672 drivers/tty/synclink_gt.c 	unsigned int rbuf_fill_level;
rbuf_fill_level  2680 drivers/tty/synclink_gt.c 	rbuf_fill_level = ((unsigned int)enable) >> 16;
rbuf_fill_level  2681 drivers/tty/synclink_gt.c 	if (rbuf_fill_level) {
rbuf_fill_level  2682 drivers/tty/synclink_gt.c 		if ((rbuf_fill_level > DMABUFSIZE) || (rbuf_fill_level % 4)) {
rbuf_fill_level  2686 drivers/tty/synclink_gt.c 		info->rbuf_fill_level = rbuf_fill_level;
rbuf_fill_level  2687 drivers/tty/synclink_gt.c 		if (rbuf_fill_level < 128)
rbuf_fill_level  3567 drivers/tty/synclink_gt.c 		info->rbuf_fill_level = DMABUFSIZE;
rbuf_fill_level  4585 drivers/tty/synclink_gt.c 		set_desc_count(info->rbufs[i], info->rbuf_fill_level);
rbuf_fill_level  4694 drivers/tty/synclink_gt.c 	DBGDATA(info, info->rbufs[start].buf, min_t(int, framesize, info->rbuf_fill_level), "rx");
rbuf_fill_level  4714 drivers/tty/synclink_gt.c 				int partial_count = min_t(int, copy_count, info->rbuf_fill_level);