tog              1691 dev/usb/uhci.c 	int i, ntd, l, tog, maxp;
tog              1713 dev/usb/uhci.c 	tog = upipe->nexttoggle;
tog              1715 dev/usb/uhci.c 		tog ^= 1;
tog              1716 dev/usb/uhci.c 	upipe->nexttoggle = tog ^ 1;
tog              1745 dev/usb/uhci.c 		    htole32(rd ? UHCI_TD_IN (l, endpt, addr, tog) :
tog              1746 dev/usb/uhci.c 				 UHCI_TD_OUT(l, endpt, addr, tog));
tog              1748 dev/usb/uhci.c 		tog ^= 1;