Lines Matching refs:is_short
944 int count, is_short, completed = 0; in read_fifo() local
950 is_short = (count < ep->fifo_size); in read_fifo()
952 udc_ep_readl(ep, UDCCSR), count, is_short ? "/S" : "", in read_fifo()
956 if (is_short || req->req.actual == req->req.length) { in read_fifo()
980 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local
985 is_short = 0; in write_fifo()
1006 is_short = 1; in write_fifo()
1014 is_short = unlikely(max < ep->fifo_size); in write_fifo()
1017 if (is_short) in write_fifo()
1028 totcount, is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo()
1047 int count, is_short, completed = 0; in read_ep0_fifo() local
1054 is_short = (count < ep->fifo_size); in read_ep0_fifo()
1056 udc_ep_readl(ep, UDCCSR), count, is_short ? "/S" : "", in read_ep0_fifo()
1059 if (is_short || req->req.actual >= req->req.length) { in read_ep0_fifo()
1086 int is_last, is_short; in write_ep0_fifo() local
1091 is_short = (count < EP0_FIFO_SIZE); in write_ep0_fifo()
1095 if (unlikely(is_short)) in write_ep0_fifo()
1099 count, is_short ? "/S" : "", is_last ? "/L" : "", in write_ep0_fifo()