Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dusb.h199 #define USB_MAX_IPACKET 8 /* maximum size of the initial packet */ macro
H A Dusb_subr.c1439 USETW(dev->ud_ep0desc.wMaxPacketSize, USB_MAX_IPACKET); in usbd_new_device()
H A Dxhci.c2860 USETW(dev->ud_ep0desc.wMaxPacketSize, USB_MAX_IPACKET); in xhci_new_device()