Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dxhcireg.h321 #define XHCI_EPCTX_MAX_ESIT_PAYLOAD(x) (((x) & 0xffff) << 16) macro
Dxhci.c1380 return (XHCI_EPCTX_MAX_ESIT_PAYLOAD(mep) | XHCI_EPCTX_AVG_TRB_LEN(atl)); in xhci_get_txinfo()