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

  /src/sys/dev/usb/
ohcireg.h 183 #define OHCI_TOGGLECARRY __BIT(1)
ohci.c 1585 (O32TOH(sed->ed->ed_headp) & OHCI_TOGGLECARRY));
2072 !!(O32TOH(sed->ed->ed_headp) & OHCI_TOGGLECARRY));
2154 (pipe->up_endpoint->ue_toggle ? OHCI_TOGGLECARRY : 0));
2246 (O32TOH(sed->ed->ed_headp) & OHCI_TOGGLECARRY) ? 1 : 0;
2415 (O32TOH(sed->ed->ed_headp) & OHCI_TOGGLECARRY));
2998 opipe->sed->ed->ed_headp &= HTOO32(~OHCI_TOGGLECARRY);

Completed in 15 milliseconds