td_nexttd         496 dev/usb/ohci.c 		cur->td.td_nexttd = htole32(next->physaddr);
td_nexttd         521 dev/usb/ohci.c 		cur->td.td_nexttd = htole32(next->physaddr);
td_nexttd        1270 dev/usb/ohci.c 			done = letoh32(std->td.td_nexttd);
td_nexttd        1528 dev/usb/ohci.c 		data->td.td_nexttd = htole32(tail->physaddr);
td_nexttd        1718 dev/usb/ohci.c 	setup->td.td_nexttd = htole32(next->physaddr);
td_nexttd        1730 dev/usb/ohci.c 	stat->td.td_nexttd = htole32(tail->physaddr);
td_nexttd        1955 dev/usb/ohci.c 	       (u_long)letoh32(std->td.td_nexttd),
td_nexttd        3032 dev/usb/ohci.c 	data->td.td_nexttd = htole32(tail->physaddr);
td_nexttd         199 dev/usb/ohcireg.h 	ohci_physaddr_t td_nexttd;	/* Next TD */