sc_ctrl_head      694 dev/usb/ohci.c 	sc->sc_ctrl_head = ohci_alloc_sed(sc);
sc_ctrl_head      695 dev/usb/ohci.c 	if (sc->sc_ctrl_head == NULL) {
sc_ctrl_head      699 dev/usb/ohci.c 	sc->sc_ctrl_head->ed.ed_flags |= htole32(OHCI_ED_SKIP);
sc_ctrl_head      814 dev/usb/ohci.c 	OWRITE4(sc, OHCI_CONTROL_HEAD_ED, sc->sc_ctrl_head->physaddr);
sc_ctrl_head      884 dev/usb/ohci.c 	ohci_free_sed(sc, sc->sc_ctrl_head);
sc_ctrl_head     1006 dev/usb/ohci.c 		OWRITE4(sc, OHCI_CONTROL_HEAD_ED, sc->sc_ctrl_head->physaddr);
sc_ctrl_head     1763 dev/usb/ohci.c 		ohci_dump_ed(sc->sc_ctrl_head);
sc_ctrl_head     2090 dev/usb/ohci.c 			ohci_add_ed(sed, sc->sc_ctrl_head);
sc_ctrl_head     2819 dev/usb/ohci.c 	ohci_close_pipe(pipe, sc->sc_ctrl_head);
sc_ctrl_head      100 dev/usb/ohcivar.h 	ohci_soft_ed_t *sc_ctrl_head;