Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dusb-sandbox.c22 type = (pipe & USB_PIPE_TYPE_MASK) >> USB_PIPE_TYPE_SHIFT; in usbmon_trace()
/openbmc/u-boot/include/
H A Dusb_defs.h184 #define USB_PIPE_TYPE_MASK (3 << USB_PIPE_TYPE_SHIFT) macro