Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb.h386 #define usb_pipeout(pipe) ((((pipe) >> 7) & 1) ^ 1) macro
/openbmc/linux/include/linux/
H A Dusb.h1986 #define usb_pipeout(pipe) (!usb_pipein(pipe)) macro