Home
last modified time | relevance | path

Searched refs:PIPE_INTERRUPT (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A Dusb.h359 #define usb_sndintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \
361 #define usb_rcvintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \
394 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
H A Dusb_defs.h173 #define PIPE_INTERRUPT 1U macro
/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c547 case PIPE_INTERRUPT: /* 1 TD */ in sohci_submit_job()
713 case PIPE_INTERRUPT: in ep_link()
823 case PIPE_INTERRUPT: in ep_unlink()
877 if (ed->type == PIPE_INTERRUPT && ed->state == ED_UNLINK) { in ep_add_ed()
1025 case PIPE_INTERRUPT: in td_submit_job()
H A Dxhci.c1114 if (usb_pipetype(pipe) != PIPE_INTERRUPT) { in _xhci_submit_int_msg()
H A Dehci-hcd.c1258 if (usb_pipetype(pipe) != PIPE_INTERRUPT) { in _ehci_create_int_queue()
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c472 if ((pipe & PIPE_INTERRUPT) == PIPE_INTERRUPT) { in musb_submit_rh_msg()