HomeSort by: relevance | last modified time | path
    Searched refs:td_cbp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ohcireg.h 221 volatile ohci_physaddr_t td_cbp; /* Current Buffer Pointer */ member in struct:__anonfcb267b90208
ohci.c 671 cur->td->td_cbp = HTOO32(sdataphys);
708 cur->td->td_cbp = 0; /* indicate 0 length packet */
1550 if (std->td->td_cbp != 0)
1552 O32TOH(std->td->td_cbp) + 1;
2002 DPRINTF(" td_cbp=0x%08jx td_nexttd=0x%08jx td_be=0x%08jx",
2003 (u_long)O32TOH(std->td->td_cbp),
2893 setup->td->td_cbp = HTOO32(DMAADDR(&opipe->ctrl.reqdma, 0));
2895 setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1);
2912 stat->td->td_cbp = 0;
3136 "td_cbp=0x%08jx td_be=0x%08jx"
    [all...]

Completed in 16 milliseconds