Lines Matching refs:fifo_count
458 int fifo_count = 0; in s3c2410_udc_read_fifo() local
496 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
497 dprintk(DEBUG_NORMAL, "%s fifo count : %d\n", __func__, fifo_count); in s3c2410_udc_read_fifo()
499 if (fifo_count > ep->ep.maxpacket) in s3c2410_udc_read_fifo()
502 avail = fifo_count; in s3c2410_udc_read_fifo()
504 fifo_count = s3c2410_udc_read_packet(fifo_reg, buf, req, avail); in s3c2410_udc_read_fifo()
509 if (idx != 0 && fifo_count < ep->ep.maxpacket) { in s3c2410_udc_read_fifo()
512 if (fifo_count != avail) in s3c2410_udc_read_fifo()
519 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
524 __func__, fifo_count,is_last); in s3c2410_udc_read_fifo()
1207 int fifo_count = 0; in s3c2410_udc_queue() local
1249 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1253 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1288 && fifo_count in s3c2410_udc_queue()