Home
last modified time | relevance | path

Searched refs:EP_BULK (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h398 #define EP_BULK 1 macro
412 #define usb_pipebulk(ms_pipe) (usb_pipetype((ms_pipe)) == EP_BULK)
428 #define usb_sndbulkpipe(dev,ms_ep) (((MS_U32)EP_BULK << 30) | __pack_pipe(dev,ms_ep))
429 #define usb_rcvbulkpipe(dev,ms_ep) (((MS_U32)EP_BULK << 30) | __pack_pipe(dev,ms_ep) | USB_DIR_IN)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c1660 else if (iType == EP_BULK) in ms_qh_make()
2852 case EP_BULK: in ms_urb_enqueue()