Home
last modified time | relevance | path

Searched refs:usb_packetid (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.h9 #define usb_packetid(pipe) (usb_pipein(pipe) ? USB_PID_IN : USB_PID_OUT) macro
H A Duhci-q.c934 destination = (urb->pipe & PIPE_DEVEP_MASK) | usb_packetid(urb->pipe); in uhci_submit_common()
1334 destination = (urb->pipe & PIPE_DEVEP_MASK) | usb_packetid(urb->pipe); in uhci_submit_isochronous()
/openbmc/u-boot/include/
H A Dusb.h383 #define usb_packetid(pipe) (((pipe) & USB_DIR_IN) ? USB_PID_IN : \ macro