Home
last modified time | relevance | path

Searched refs:PIPE_ISOCHRONOUS (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dusb.h350 #define usb_sndisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \
352 #define usb_rcvisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \
394 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS)
H A Dusb_defs.h173 #define PIPE_ISOCHRONOUS 0U macro