Lines Matching refs:fifo_count
402 int fifo_count = 0; in s3c2410_udc_read_fifo() local
441 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
442 dprintk(DEBUG_NORMAL, "%s fifo count : %d\n", __func__, fifo_count); in s3c2410_udc_read_fifo()
444 if (fifo_count > ep->ep.maxpacket) in s3c2410_udc_read_fifo()
447 avail = fifo_count; in s3c2410_udc_read_fifo()
449 fifo_count = s3c2410_udc_read_packet(fifo_reg, buf, req, avail); in s3c2410_udc_read_fifo()
454 if (idx != 0 && fifo_count < ep->ep.maxpacket) { in s3c2410_udc_read_fifo()
457 if (fifo_count != avail) in s3c2410_udc_read_fifo()
464 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
469 __func__, fifo_count, is_last); in s3c2410_udc_read_fifo()
1163 int fifo_count = 0; in s3c2410_udc_queue() local
1205 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1209 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1244 && fifo_count in s3c2410_udc_queue()