HomeSort by: relevance | last modified time | path
    Searched defs:mep (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhci.c 3652 DPRINTFN(4, " maxburst %ju mep %#jx atl %#jx",
3896 uint32_t maxb, mep, atl; local in function:xhci_setup_maxburst
3908 mep = esscd ? UGETW(esscd->wBytesPerInterval) :
3921 mep = UE_GET_SIZE(mps) * (maxb + 1);
3925 mep = UE_GET_SIZE(mps);
3929 mep = 0;
3942 atl = mep;
3953 mep = 0;
3968 if (mep > XHCI_EPCTX_MEP_FS_INTR)
3969 mep = XHCI_EPCTX_MEP_FS_INTR
    [all...]
xhci.c 3652 DPRINTFN(4, " maxburst %ju mep %#jx atl %#jx",
3896 uint32_t maxb, mep, atl; local in function:xhci_setup_maxburst
3908 mep = esscd ? UGETW(esscd->wBytesPerInterval) :
3921 mep = UE_GET_SIZE(mps) * (maxb + 1);
3925 mep = UE_GET_SIZE(mps);
3929 mep = 0;
3942 atl = mep;
3953 mep = 0;
3968 if (mep > XHCI_EPCTX_MEP_FS_INTR)
3969 mep = XHCI_EPCTX_MEP_FS_INTR
    [all...]

Completed in 27 milliseconds