Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h187 #define USB_PIPE_DEV_SHIFT 8 macro
188 #define USB_PIPE_DEV_MASK (0x7f << USB_PIPE_DEV_SHIFT)
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-sandbox.c29 (pipe & USB_PIPE_DEV_MASK) >> USB_PIPE_DEV_SHIFT, in usbmon_trace()