Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dusb.h344 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \
346 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \
364 #define usb_snddefctrl(dev) ((PIPE_CONTROL << 30) | \
366 #define usb_rcvdefctrl(dev) ((PIPE_CONTROL << 30) | \
395 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
H A Dusb_defs.h174 #define PIPE_CONTROL 2U macro
/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c543 case PIPE_CONTROL:/* 1 TD for setup, 1 for ACK and 1 for every 4096 B */ in sohci_submit_job()
677 case PIPE_CONTROL: in ep_link()
781 case PIPE_CONTROL: in ep_unlink()
998 case PIPE_CONTROL: in td_submit_job()
H A Dxhci.c1166 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _xhci_submit_control_msg()
H A Dehci-hcd.c1167 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _ehci_submit_control_msg()