Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Davr32dci.h62 #define AVR32_EPTRST 0x1C /* Endpoints Reset */ macro
H A Davr32dci.c1108 AVR32_WRITE_4(sc, AVR32_EPTRST, AVR32_EPTRST_MASK(ep_no)); in avr32dci_clear_stall_sub()
1220 AVR32_WRITE_4(sc, AVR32_EPTRST, (1 << AVR32_EP_MAX) - 1); in avr32dci_init()
1255 AVR32_WRITE_4(sc, AVR32_EPTRST, (1 << AVR32_EP_MAX) - 1); in avr32dci_uninit()
1777 AVR32_WRITE_4(sc, AVR32_EPTRST, AVR32_EPTRST_MASK(0)); in avr32dci_roothub_exec()