Home | History | Annotate | Download | only in usb

Lines Matching defs:npoll

3408 	u_int npoll, slow, shigh, nslots;
3420 npoll = OHCI_NO_INTRS;
3421 while (npoll > ival)
3422 npoll /= 2;
3423 DPRINTFN(2, "ival=%jd npoll=%jd", ival, npoll, 0, 0);
3429 * npoll
3436 slow = npoll-1;
3437 shigh = slow + npoll;
3438 nslots = OHCI_NO_INTRS / npoll;