Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dusb.c304 return dev->epmaxpacketout[((pipe>>15) & 0xf)]; in usb_maxpacket()
335 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
342 if (ep_wMaxPacketSize > dev->epmaxpacketout[b]) { in usb_set_maxpacket_ep()
343 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
345 b, dev->epmaxpacketout[b]); in usb_set_maxpacket_ep()
990 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()
1017 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()
/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c911 writew(dev->epmaxpacketout[ep], &musbr->txmaxp); in submit_bulk_msg()
913 nextlen = ((len-txlen) < dev->epmaxpacketout[ep]) ? in submit_bulk_msg()
914 (len-txlen) : dev->epmaxpacketout[ep]; in submit_bulk_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c241 maxpacket = dev->epmaxpacketout[usb_pipeendpoint(pipe)]; in pipe_buffer_setting()
335 bufsize = dev->epmaxpacketout[usb_pipeendpoint(pipe)]; in send_bulk_packet()
/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dasix88179.c703 dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()
879 priv->maxpacketsize = usb_dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c59 dev->epmaxpacketout[epnum]); in construct_urb()
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h121 int epmaxpacketout[16]; /* OUTput endpoint specific maximums */ member