Lines Matching refs:is_short
945 int count, is_short, completed = 0; in read_fifo() local
951 is_short = (count < ep->fifo_size); in read_fifo()
953 udc_ep_readl(ep, UDCCSR), count, is_short ? "/S" : "", in read_fifo()
957 if (is_short || req->req.actual == req->req.length) { in read_fifo()
981 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local
986 is_short = 0; in write_fifo()
1007 is_short = 1; in write_fifo()
1015 is_short = unlikely(max < ep->fifo_size); in write_fifo()
1018 if (is_short) in write_fifo()
1029 totcount, is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo()
1048 int count, is_short, completed = 0; in read_ep0_fifo() local
1055 is_short = (count < ep->fifo_size); in read_ep0_fifo()
1057 udc_ep_readl(ep, UDCCSR), count, is_short ? "/S" : "", in read_ep0_fifo()
1060 if (is_short || req->req.actual >= req->req.length) { in read_ep0_fifo()
1087 int is_last, is_short; in write_ep0_fifo() local
1092 is_short = (count < EP0_FIFO_SIZE); in write_ep0_fifo()
1096 if (unlikely(is_short)) in write_ep0_fifo()
1100 count, is_short ? "/S" : "", is_last ? "/L" : "", in write_ep0_fifo()