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

  /src/sys/arch/powerpc/ibm4xx/dev/
dwcsata.c 604 uint32_t ehci_clr, ohci_clr; local
610 ohci_clr = (mask & DWCSATA_Q_OHCI) ?
612 if (ohci_clr != 0) {
616 sc->sc_usb_ohci_ctl & ~ohci_clr);
dwcsata.c 604 uint32_t ehci_clr, ohci_clr; local
610 ohci_clr = (mask & DWCSATA_Q_OHCI) ?
612 if (ohci_clr != 0) {
616 sc->sc_usb_ohci_ctl & ~ohci_clr);

Completed in 81 milliseconds