Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dusb.h198 #define USB_MAX_IPACKET 8 /* maximum size of the initial packet */ macro
H A Dusb_subr.c1209 USETW(dev->ud_ep0desc.wMaxPacketSize, USB_MAX_IPACKET); in usbd_new_device()
H A Dxhci.c2162 USETW(dev->ud_ep0desc.wMaxPacketSize, USB_MAX_IPACKET); in xhci_new_device()