Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Davr32dci.h133 #define AVR32_EPTSTA_BYTE_COUNT(x) (((x) & 0x7FF00000) >> 20) macro
Davr32dci.c293 count = AVR32_EPTSTA_BYTE_COUNT(temp); in avr32dci_setup_rx()
390 count = AVR32_EPTSTA_BYTE_COUNT(temp); in avr32dci_data_rx()