Home
last modified time | relevance | path

Searched defs:usb_rcvintpipe (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dusb.h361 #define usb_rcvintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \ macro
/openbmc/linux/include/linux/
H A Dusb.h2018 #define usb_rcvintpipe(dev, endpoint) \ macro