Home
last modified time | relevance | path

Searched refs:epmaxpacketout (Results 1 – 6 of 6) sorted by relevance

/u-boot/common/
A Dusb.c309 return dev->epmaxpacketout[((pipe>>15) & 0xf)]; in usb_maxpacket()
340 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
347 if (ep_wMaxPacketSize > dev->epmaxpacketout[b]) { in usb_set_maxpacket_ep()
348 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
350 b, dev->epmaxpacketout[b]); in usb_set_maxpacket_ep()
982 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()
1009 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()
/u-boot/drivers/usb/musb/
A Dmusb_hcd.c906 writew(dev->epmaxpacketout[ep], &musbr->txmaxp); in submit_bulk_msg()
908 nextlen = ((len-txlen) < dev->epmaxpacketout[ep]) ? in submit_bulk_msg()
909 (len-txlen) : dev->epmaxpacketout[ep]; in submit_bulk_msg()
/u-boot/drivers/usb/host/
A Dr8a66597-hcd.c243 maxpacket = dev->epmaxpacketout[usb_pipeendpoint(pipe)]; in pipe_buffer_setting()
337 bufsize = dev->epmaxpacketout[usb_pipeendpoint(pipe)]; in send_bulk_packet()
/u-boot/drivers/usb/eth/
A Dasix88179.c704 dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()
880 priv->maxpacketsize = usb_dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()
/u-boot/drivers/usb/musb-new/
A Dmusb_uboot.c60 dev->epmaxpacketout[epnum]); in construct_urb()
/u-boot/include/
A Dusb.h120 int epmaxpacketout[16]; /* OUTput endpoint specific maximums */ member

Completed in 17 milliseconds