Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/core/
A Dusbh_core.h60 USB_GET_MULT(ep_desc->wMaxPacketSize)); \
A Dusbd_core.c142 … g_usbd_core[busid].tx_msg[ep->bEndpointAddress & 0x7f].ep_mult = USB_GET_MULT(ep->wMaxPacketSize); in usbd_set_endpoint()
145 … g_usbd_core[busid].rx_msg[ep->bEndpointAddress & 0x7f].ep_mult = USB_GET_MULT(ep->wMaxPacketSize); in usbd_set_endpoint()
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c81 mult = USB_GET_MULT(ep_desc->wMaxPacketSize); in usbh_bluetooth_connect()
/components/drivers/usb/cherryusb/common/
A Dusb_def.h254 #define USB_GET_MULT(x) ((x & USB_MAXPACKETSIZE_ADDITIONAL_TRANSCATI… macro
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c542 USB_GET_MULT(urb->ep->wMaxPacketSize) + 1, in ehci_intr_urb_init()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c651 USB_GET_MULT(urb->ep->wMaxPacketSize) + 1, in dwc2_bulk_intr_urb_init()

Completed in 564 milliseconds