Home
last modified time | relevance | path

Searched refs:EHCI_SCFLG_LOSTINTRBUG (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h349 #define EHCI_SCFLG_LOSTINTRBUG 0x0040 /* workaround for VIA / ATI chipsets */ macro
Dehci.c266 sc->sc_flags |= EHCI_SCFLG_LOSTINTRBUG; in ehci_init()
1453 if (sc->sc_flags & EHCI_SCFLG_LOSTINTRBUG) { in ehci_interrupt()