Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehcireg.h106 #define EHCI_STS_IAA 0x00000020 /* RWC interrupt on async adv */ macro
118 #define EHCI_NORMAL_INTRS (EHCI_STS_IAA | EHCI_STS_HSE | \
H A Dehci.c649 if (i & EHCI_STS_IAA) in ehci_dump_regs()
1498 status &= ~(EHCI_STS_INT | EHCI_STS_ERRINT | EHCI_STS_PCD | EHCI_STS_IAA); in ehci_interrupt()