Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb.h551 #define UE_GET_SS_ISO_MULT(x) ((x) & 0x03) macro
H A Dusb_transfer.c436 mult = UE_GET_SS_ISO_MULT( in usbd_transfer_setup_sub()
/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c2040 UE_GET_SS_ISO_MULT(xfer->endpoint->ecomp->bmAttributes) in xhci_setup_generic_chain()
2521 (ecomp != NULL) ? UE_GET_SS_ISO_MULT(ecomp->bmAttributes) + 1 : 1, in xhci_configure_endpoint_by_xfer()