ohci.c | 664 const ohci_physaddr_t edataphys = DMAADDR(dma, edataoffs); local in function:ohci_reset_std_chain 667 DPRINTFN(4, "sdataphys=0x%08jx edataphys=0x%08jx " 668 "len=%jd curlen=%jd", sdataphys, edataphys, len, curlen); 672 cur->td->td_be = HTOO32(edataphys);
|