Searched refs:eptype (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/drivers/usb/eth/ |
| H A D | mcs7830.c | 761 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()
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-dwc2.c | 230 uint32_t chan, epnum, epdir, eptype, mps, pid, pcnt, len, tlen, intr = 0; in dwc2_handle_packet() local 236 eptype = get_field(hcchar, HCCHAR_EPTYPE); in dwc2_handle_packet() 250 trace_usb_dwc2_handle_packet(chan, dev, &p->packet, epnum, types[eptype], in dwc2_handle_packet() 259 if (eptype == USB_ENDPOINT_XFER_CONTROL && pid == TSIZ_SC_MC_PID_SETUP) { in dwc2_handle_packet() 360 (eptype == USB_ENDPOINT_XFER_CONTROL || in dwc2_handle_packet() 361 eptype == USB_ENDPOINT_XFER_BULK)) { in dwc2_handle_packet() 617 uint32_t devadr, epnum, epdir, eptype, pid, len; in dwc2_enable_chan() local 627 eptype = get_field(hcchar, HCCHAR_EPTYPE); in dwc2_enable_chan() 638 if (eptype == USB_ENDPOINT_XFER_CONTROL && pid == TSIZ_SC_MC_PID_SETUP) { in dwc2_enable_chan()
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | dwc2.c | 914 int eptype = dwc2_eptype[usb_pipetype(pipe)]; in chunk_msg() local 940 eptype, max); in chunk_msg() 977 if (eptype == DWC2_HCCHAR_EPTYPE_INTR) { in chunk_msg()
|