OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USB_GET_BESL_DEEP
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/usb/
ch9.h
384
#define
USB_GET_BESL_DEEP
(p) (((p) & (0xf << 12)) >> 12)
/external/kernel-headers/original/uapi/linux/usb/
ch9.h
898
#define
USB_GET_BESL_DEEP
(p) (((p) & (0xf << 12)) >> 12)
[
all
...]
/external/u-boot/include/linux/usb/
ch9.h
855
#define
USB_GET_BESL_DEEP
(p) (((p) & (0xf << 12)) >> 12)
Completed in 65 milliseconds