Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb.h573 #define UE_GET_SS_ISO_MULT(x) ((x) & 0x03) macro
Dusb_transfer.c407 mult = UE_GET_SS_ISO_MULT( in usbd_transfer_setup_sub()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2018 UE_GET_SS_ISO_MULT(xfer->endpoint->ecomp->bmAttributes) in xhci_setup_generic_chain()
2509 (ecomp != NULL) ? UE_GET_SS_ISO_MULT(ecomp->bmAttributes) + 1 : 1, in xhci_configure_endpoint_by_xfer()