ohci.c | 2021 DPRINTF(" bp0=0x%08jx next=0x%08jx be=0x%08jx", 3573 ohci_physaddr_t buf, offs, bp0, bp1; local in function:ohci_device_isoc_enter 3614 bp0 = bp1 = OHCI_PAGE(buf); 3617 ohci_physaddr_t end = bp0; /* XXX stupid GCC */ 3642 if (bp0 == bp1 && bp1 != nep) 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)) { 3662 sitd->itd->itd_bp0 = HTOO32(bp0); 3677 bp0 = bp1 = OHCI_PAGE(buf) [all...] |