Home
last modified time | relevance | path

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

/u-boot/common/
A Dusb.c330 u16 ep_wMaxPacketSize; in usb_set_maxpacket_ep() local
335 ep_wMaxPacketSize = get_unaligned(&ep->wMaxPacketSize); in usb_set_maxpacket_ep()
340 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
341 dev->epmaxpacketin[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()
354 if (ep_wMaxPacketSize > dev->epmaxpacketin[b]) { in usb_set_maxpacket_ep()
355 dev->epmaxpacketin[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
387 u16 ep_wMaxPacketSize; in usb_parse_config() local
477 ep_wMaxPacketSize = get_unaligned(&dev->config.\ in usb_parse_config()
[all …]

Completed in 4 milliseconds