Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.c1356 U32 u32Epnum = iEndpoint & USB_ENDPOINT_NUMBER_MASK; in ms_usb_hcd_flush_endpoint() local
1363 pUdev->pEpMaxPacketIn [u32Epnum] = 0; in ms_usb_hcd_flush_endpoint()
1368 pUdev->pEpMaxPacketOut [u32Epnum] = 0; in ms_usb_hcd_flush_endpoint()
1385 if ((U32)usb_pipeendpoint (tmp) != u32Epnum) in ms_usb_hcd_flush_endpoint()
1388 if (u32Epnum != 0 && ((tmp ^ iEndpoint) & USB_DIR_IN)) in ms_usb_hcd_flush_endpoint()