ohci.c | 650 const ohci_physaddr_t sdataphys = DMAADDR(dma, curoffs); local in function:ohci_reset_std_chain 652 int maxlen = (2 * OHCI_PAGE_SIZE) - OHCI_PAGE_OFFSET(sdataphys); 667 DPRINTFN(4, "sdataphys=0x%08jx edataphys=0x%08jx " 668 "len=%jd curlen=%jd", sdataphys, edataphys, len, curlen); 671 cur->td->td_cbp = HTOO32(sdataphys);
|