Searched refs:PIPE_INTERRUPT (Results 1 - 7 of 7) sorted by relevance

/u-boot/include/
H A Dusb.h383 #define usb_sndintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \
385 #define usb_rcvintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \
418 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
H A Dusb_defs.h199 #define PIPE_INTERRUPT 1U macro
/u-boot/drivers/usb/host/
H A Dohci-hcd.c525 case PIPE_INTERRUPT: /* 1 TD */
691 case PIPE_INTERRUPT:
801 case PIPE_INTERRUPT:
855 if (ed->type == PIPE_INTERRUPT && ed->state == ED_UNLINK) {
1003 case PIPE_INTERRUPT:
H A Dxhci.c1150 if (usb_pipetype(pipe) != PIPE_INTERRUPT) {
H A Dehci-hcd.c1309 if (usb_pipetype(pipe) != PIPE_INTERRUPT) {
/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c467 if ((pipe & PIPE_INTERRUPT) == PIPE_INTERRUPT) {
/u-boot/drivers/usb/isp1760/
H A Disp1760-hcd.c1859 case PIPE_INTERRUPT:

Completed in 88 milliseconds