Lines Matching refs:fifo_count
411 int fifo_count = 0; in s3c2410_udc_read_fifo() local
450 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
451 dprintk(DEBUG_NORMAL, "%s fifo count : %d\n", __func__, fifo_count); in s3c2410_udc_read_fifo()
453 if (fifo_count > ep->ep.maxpacket) in s3c2410_udc_read_fifo()
456 avail = fifo_count; in s3c2410_udc_read_fifo()
458 fifo_count = s3c2410_udc_read_packet(fifo_reg, buf, req, avail); in s3c2410_udc_read_fifo()
463 if (idx != 0 && fifo_count < ep->ep.maxpacket) { in s3c2410_udc_read_fifo()
466 if (fifo_count != avail) in s3c2410_udc_read_fifo()
473 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
478 __func__, fifo_count, is_last); in s3c2410_udc_read_fifo()
1174 int fifo_count = 0; in s3c2410_udc_queue() local
1216 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1220 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1255 && fifo_count in s3c2410_udc_queue()