Searched refs:byte_count (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_pcd_intr.c1712 uint32_t byte_count = 0; local
1740 byte_count = ep->dwc_ep.xfer_len - ep->dwc_ep.xfer_count;
1742 ep->dwc_ep.xfer_buff += byte_count;
1743 ep->dwc_ep.dma_addr += byte_count;
1744 ep->dwc_ep.xfer_count += byte_count;
1781 byte_count = 0;
1786 byte_count += desc_sts.b.bytes;
1790 if(byte_count == 0) {
1842 byte_count = 0;
1846 byte_count
2506 uint32_t byte_count; local
[all...]
H A Ddwc_otg_cil.c1980 uint32_t byte_count; local
1988 byte_count = hc->max_packet;
1991 byte_count = remaining_count;
1994 dword_count = (byte_count + 3) / 4;
2011 hc->xfer_count += byte_count;
2012 hc->xfer_buff += byte_count;
2984 uint32_t byte_count; local
2997 byte_count = ep->xfer_len - ep->xfer_count;
3000 byte_count = ep->maxpacket;
3005 dword_count = (byte_count
[all...]
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_cil.c1783 uint32_t byte_count; local
1791 byte_count = _hc->max_packet;
1793 byte_count = remaining_count;
1796 dword_count = (byte_count + 3) / 4;
1810 _hc->xfer_count += byte_count;
1811 _hc->xfer_buff += byte_count;
2523 uint32_t byte_count; local
2536 byte_count = _ep->xfer_len - _ep->xfer_count;
2539 byte_count = _ep->maxpacket;
2544 dword_count = (byte_count
[all...]

Completed in 44 milliseconds