Lines Matching refs:fifo_count
404 int fifo_count = 0; in s3c2410_udc_read_fifo() local
443 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
444 dprintk(DEBUG_NORMAL, "%s fifo count : %d\n", __func__, fifo_count); in s3c2410_udc_read_fifo()
446 if (fifo_count > ep->ep.maxpacket) in s3c2410_udc_read_fifo()
449 avail = fifo_count; in s3c2410_udc_read_fifo()
451 fifo_count = s3c2410_udc_read_packet(fifo_reg, buf, req, avail); in s3c2410_udc_read_fifo()
456 if (idx != 0 && fifo_count < ep->ep.maxpacket) { in s3c2410_udc_read_fifo()
459 if (fifo_count != avail) in s3c2410_udc_read_fifo()
466 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
471 __func__, fifo_count, is_last); in s3c2410_udc_read_fifo()
1165 int fifo_count = 0; in s3c2410_udc_queue() local
1207 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1211 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1246 && fifo_count in s3c2410_udc_queue()