Lines Matching refs:fifo_count
430 int fifo_count = 0; in s3c2410_udc_read_fifo() local
468 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
469 dprintk(DEBUG_NORMAL, "%s fifo count : %d\n", __func__, fifo_count); in s3c2410_udc_read_fifo()
471 if (fifo_count > ep->ep.maxpacket) in s3c2410_udc_read_fifo()
474 avail = fifo_count; in s3c2410_udc_read_fifo()
476 fifo_count = s3c2410_udc_read_packet(fifo_reg, buf, req, avail); in s3c2410_udc_read_fifo()
481 if (idx != 0 && fifo_count < ep->ep.maxpacket) { in s3c2410_udc_read_fifo()
484 if (fifo_count != avail) in s3c2410_udc_read_fifo()
491 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_read_fifo()
496 __func__, fifo_count, is_last); in s3c2410_udc_read_fifo()
1192 int fifo_count = 0; in s3c2410_udc_queue() local
1234 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1238 fifo_count = s3c2410_udc_fifo_count_out(); in s3c2410_udc_queue()
1273 && fifo_count in s3c2410_udc_queue()