Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb.c297 return dev->epmaxpacketout[((pipe>>15) & 0xf)]; in usb_maxpacket()
328 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
335 if (ep_wMaxPacketSize > dev->epmaxpacketout[b]) { in usb_set_maxpacket_ep()
336 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
338 b, dev->epmaxpacketout[b]); in usb_set_maxpacket_ep()
970 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()
997 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c910 writew(dev->epmaxpacketout[ep], &musbr->txmaxp); in submit_bulk_msg()
912 nextlen = ((len-txlen) < dev->epmaxpacketout[ep]) ? in submit_bulk_msg()
913 (len-txlen) : dev->epmaxpacketout[ep]; in submit_bulk_msg()
/openbmc/u-boot/drivers/usb/eth/
H A Dasix88179.c702 dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()
878 priv->maxpacketsize = usb_dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c263 maxpacket = dev->epmaxpacketout[usb_pipeendpoint(pipe)]; in pipe_buffer_setting()
361 bufsize = dev->epmaxpacketout[usb_pipeendpoint(pipe)]; in send_bulk_packet()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c56 dev->epmaxpacketout[epnum]); in construct_urb()
/openbmc/u-boot/include/
H A Dusb.h120 int epmaxpacketout[16]; /* OUTput endpoint specific maximums */ member