Searched refs:bufferspace (Results 1 – 3 of 3) sorted by relevance
1482 u32 tr, bufferspace; in udc_ep0_out_req() local1498 bufferspace = req->req.length - req->req.actual; in udc_ep0_out_req()1499 if (bufferspace > ep0->ep.maxpacket) in udc_ep0_out_req()1500 bufferspace = ep0->ep.maxpacket; in udc_ep0_out_req()1505 bufferspace); in udc_ep0_out_req()1506 req->req.actual += bufferspace; in udc_ep0_out_req()
589 u32 is_short, count, bufferspace; in xudc_read_fifo() local613 bufferspace = req->usb_req.length - req->usb_req.actual; in xudc_read_fifo()616 if (unlikely(!bufferspace)) { in xudc_read_fifo()633 req->usb_req.actual += min(count, bufferspace); in xudc_read_fifo()
792 int bytes_ep, bufferspace, count, i; in read_packet() local795 bufferspace = req->req.length - req->req.actual; in read_packet()801 count = min(bytes_ep, bufferspace); in read_packet()