Home
last modified time | relevance | path

Searched defs:usb_packetid (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dusb.h383 #define usb_packetid(pipe) (((pipe) & USB_DIR_IN) ? USB_PID_IN : \ macro
/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.h9 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT) macro