Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dusb.h387 #define usb_pipeout(pipe) ((((pipe) >> 7) & 1) ^ 1) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1968 #define usb_pipeout(pipe) (!usb_pipein(pipe)) macro