Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Davr32dci.c662 if (status & AVR32_INT_ENDRESET) { in avr32dci_interrupt()
674 AVR32_INT_ENDRESET, AVR32_INT_WAKE_UP); in avr32dci_interrupt()
695 AVR32_INT_ENDRESET, AVR32_INT_WAKE_UP); in avr32dci_interrupt()
711 AVR32_INT_ENDRESET, AVR32_INT_DET_SUSPD); in avr32dci_interrupt()
1235 AVR32_INT_ENDRESET, 0); in avr32dci_init()
Davr32dci.h56 #define AVR32_INT_ENDRESET 0x00000010 macro