Searched defs:usb_pipeout (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | usb.h | 386 #define usb_pipeout(pipe) ((((pipe) >> 7) & 1) ^ 1) macro |
/openbmc/linux/include/linux/ | ||
H A D | usb.h | 1986 #define usb_pipeout(pipe) (!usb_pipein(pipe)) macro |