ohci.c | 3574 int i, ncur, nframes; local in function:ohci_device_isoc_enter 3622 for (i = ncur = 0; i < nframes; i++, ncur++) { 3645 DPRINTFN(1, "ncur=%jd bp0=%#jx bp1=%#jx nend=%#jx", 3646 ncur, bp0, bp1, nend); 3649 if (ncur == OHCI_ITD_NOFFSET || (bp0 != bp1 && bp1 != nep)) { 3660 OHCI_ITD_SET_FC(ncur) 3676 isoc->next = isoc->next + ncur; 3678 ncur = 0; 3680 sitd->itd->itd_offset[ncur] = HTOO16(OHCI_ITD_MK_OFFS(offs)) [all...] |