Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h407 #define usb_pipedevice(ms_pipe) (((ms_pipe) >> 8) & 0x7f) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h646 #define usb_pipedevice(pipe) (((pipe) >> 8) & 0x7f) macro