Home
last modified time | relevance | path

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

/u-boot/include/
A Dusb.h351 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \
353 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \
371 #define usb_snddefctrl(dev) ((PIPE_CONTROL << 30) | \
373 #define usb_rcvdefctrl(dev) ((PIPE_CONTROL << 30) | \
402 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
A Dusb_defs.h174 #define PIPE_CONTROL 2U macro
/u-boot/drivers/usb/host/
A Dohci-hcd.c549 case PIPE_CONTROL:/* 1 TD for setup, 1 for ACK and 1 for every 4096 B */ in sohci_submit_job()
683 case PIPE_CONTROL: in ep_link()
787 case PIPE_CONTROL: in ep_unlink()
1004 case PIPE_CONTROL: in td_submit_job()
A Dxhci.c1208 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _xhci_submit_control_msg()
A Dehci-hcd.c1201 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _ehci_submit_control_msg()

Completed in 23 milliseconds