Lines Matching refs:fifo_count
428 int fifo_count = 0; in s3c2410_udc_read_fifo() local
466 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
467 dprintk(DEBUG_NORMAL, "%s fifo count : %d\n", __func__, fifo_count); in s3c2410_udc_read_fifo()
469 if (fifo_count > ep->ep.maxpacket) in s3c2410_udc_read_fifo()
472 avail = fifo_count; in s3c2410_udc_read_fifo()
474 fifo_count = s3c2410_udc_read_packet(fifo_reg, buf, req, avail); in s3c2410_udc_read_fifo()
479 if (idx != 0 && fifo_count < ep->ep.maxpacket) { in s3c2410_udc_read_fifo()
482 if (fifo_count != avail) in s3c2410_udc_read_fifo()
489 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
494 __func__, fifo_count, is_last); in s3c2410_udc_read_fifo()
1190 int fifo_count = 0; in s3c2410_udc_queue() local
1232 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1236 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1271 && fifo_count in s3c2410_udc_queue()