DMABUFSIZE       2682 drivers/tty/synclink_gt.c 		if ((rbuf_fill_level > DMABUFSIZE) || (rbuf_fill_level % 4)) {
DMABUFSIZE       3367 drivers/tty/synclink_gt.c 		set_desc_count(info->rbufs[i], DMABUFSIZE);
DMABUFSIZE       3398 drivers/tty/synclink_gt.c 		if ((bufs[i].buf = pci_alloc_consistent(info->pdev, DMABUFSIZE, &bufs[i].buf_dma_addr)) == NULL)
DMABUFSIZE       3411 drivers/tty/synclink_gt.c 		pci_free_consistent(info->pdev, DMABUFSIZE, bufs[i].buf, bufs[i].buf_dma_addr);
DMABUFSIZE       3567 drivers/tty/synclink_gt.c 		info->rbuf_fill_level = DMABUFSIZE;
DMABUFSIZE       4867 drivers/tty/synclink_gt.c 	if (DIV_ROUND_UP(size, DMABUFSIZE) > free_tbuf_count(info))
DMABUFSIZE       4888 drivers/tty/synclink_gt.c 		count = (unsigned short)((size > DMABUFSIZE) ? DMABUFSIZE : size);