Home
last modified time | relevance | path

Searched refs:EHCI_SCFLG_DONTRESET (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c125 sc->sc_flags |= EHCI_SCFLG_DONTRESET; in ehci_pci_attach()
Dehci.h350 #define EHCI_SCFLG_DONTRESET 0x0100 /* don't reset ctrl. in ehci_init() */ macro
Dehci.c281 if (!(sc->sc_flags & EHCI_SCFLG_DONTRESET)) { in ehci_init()