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

  /src/sys/dev/usb/
uhci.c 2077 int tog = *toggle; local in function:uhci_reset_std_chain
2132 UHCI_TD_SET_DT(tog) |
2141 tog ^= 1;
2163 UHCI_TD_SET_DT(tog) |
2179 tog ^= 1;
2182 *toggle = tog;
ehci.c 3121 int tog = *toggle; local in function:ehci_reset_sqtd_chain
3127 len, isread, tog);
3169 EHCI_QTD_SET_TOGGLE(tog));
3199 tog ^= 1;
3222 EHCI_QTD_SET_TOGGLE(tog));
3228 tog ^= 1;
3232 *toggle = tog;

Completed in 15 milliseconds