Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dehcireg.h121 #define EHCI_STS_ASS 0x00008000 /* RO async sched status */ macro
Dehci.c1491 hcr = EOREAD4(sc, EHCI_USBSTS) & (EHCI_STS_ASS | EHCI_STS_PSS); in ehci_suspend()