Lines Matching defs:mps
2075 DPRINTFN(1, " mps %ju ival %ju", UGETW(ed->wMaxPacketSize),
2851 * Determine initial MaxPacketSize (mps) by speed.
2906 /* XXX using 64 as initial mps of ep0 in FS */
3015 printf("%s: invalid mps 2^%u for SS ep0,"
3030 DPRINTFN(1, "update mps of ep0 %ju", err, 0, 0, 0);
3046 DPRINTFN(1, " mps=%jd, len=%jd, noconf=%jd, speed=%jd",
3466 struct xhci_slot * const xs, u_int mps)
3473 XHCIHIST_CALLARGS("slot %ju mps %ju", xs->xs_idx, mps, 0, 0);
3481 cp[1] |= htole32(XHCI_EPCTX_1_MAXP_SIZE_SET(mps));
3665 DPRINTFN(4, "setting on dci %ju ival %ju mult %ju mps %#jx",
3910 uint16_t mps = UGETW(ed->wMaxPacketSize);
3923 maxb = esscd ? esscd->bMaxBurst : UE_GET_TRANS(mps);
3925 UE_GET_SIZE(mps) * (maxb + 1);
3936 maxb = UE_GET_TRANS(mps);
3937 mep = UE_GET_SIZE(mps) * (maxb + 1);
3941 mep = UE_GET_SIZE(mps);
3950 mps = UE_GET_SIZE(mps);
3968 mps = UE_GET_SIZE(mps);
3975 atl = mps;
4024 cp[1] |= XHCI_EPCTX_1_MAXP_SIZE_SET(mps);
4619 const uint16_t mps = UE_GET_SIZE(MPS);
4661 const unsigned tdpc = howmany(len, mps);