Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/eth/
Dmcs7830.c761 uint8_t eptype, epaddr; in mcs7830_eth_probe() local
764 eptype = iface->ep_desc[i].bmAttributes; in mcs7830_eth_probe()
765 eptype &= USB_ENDPOINT_XFERTYPE_MASK; in mcs7830_eth_probe()
771 if (eptype == USB_ENDPOINT_XFER_BULK) { in mcs7830_eth_probe()
782 if (eptype == USB_ENDPOINT_XFER_INT) { in mcs7830_eth_probe()
/external/u-boot/drivers/usb/host/
Ddwc2.c911 int eptype = dwc2_eptype[usb_pipetype(pipe)]; in chunk_msg() local
937 eptype, max); in chunk_msg()
974 if (eptype == DWC2_HCCHAR_EPTYPE_INTR) { in chunk_msg()