Home
last modified time | relevance | path

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

/u-boot/common/
A Dusb.c311 return dev->epmaxpacketin[((pipe>>15) & 0xf)]; in usb_maxpacket()
341 dev->epmaxpacketin[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
343 b, dev->epmaxpacketin[b]); in usb_set_maxpacket_ep()
354 if (ep_wMaxPacketSize > dev->epmaxpacketin[b]) { in usb_set_maxpacket_ep()
355 dev->epmaxpacketin[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
357 b, dev->epmaxpacketin[b]); in usb_set_maxpacket_ep()
981 dev->epmaxpacketin[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()
1008 dev->epmaxpacketin[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()
/u-boot/drivers/usb/musb/
A Dmusb_hcd.c945 writew(dev->epmaxpacketin[ep], &musbr->rxmaxp); in submit_bulk_msg()
947 nextlen = ((len-txlen) < dev->epmaxpacketin[ep]) ? in submit_bulk_msg()
948 (len-txlen) : dev->epmaxpacketin[ep]; in submit_bulk_msg()
1117 writew(dev->epmaxpacketin[ep], &musbr->rxmaxp); in submit_int_msg()
1120 nextlen = ((len-txlen) < dev->epmaxpacketin[ep]) ? in submit_int_msg()
1121 (len-txlen) : dev->epmaxpacketin[ep]; in submit_int_msg()
/u-boot/drivers/usb/host/
A Dr8a66597-hcd.c239 maxpacket = dev->epmaxpacketin[usb_pipeendpoint(pipe)]; in pipe_buffer_setting()
375 int maxpacket = dev->epmaxpacketin[usb_pipeendpoint(pipe)]; in receive_bulk_packet()
A Dxhci.c820 max_packet_size = udev->epmaxpacketin[0]; in xhci_check_maxpacket()
/u-boot/drivers/usb/musb-new/
A Dmusb_uboot.c59 __cpu_to_le16(is_in ? dev->epmaxpacketin[epnum] : in construct_urb()
/u-boot/include/
A Dusb.h119 int epmaxpacketin[16]; /* INput endpoint specific maximums */ member

Completed in 14 milliseconds