Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h408 #define usb_pipeendpoint(ms_pipe) (((ms_pipe) >> 15) & 0xf) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h647 #define usb_pipeendpoint(pipe) (((pipe) >> 15) & 0xf) macro