Searched refs:ep_mult (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/usb/cherryusb/core/ |
| A D | usbd_core.c | 34 uint8_t ep_mult; member 142 … 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() 1452 return g_usbd_core[busid].tx_msg[ep & 0x7f].ep_mult; 1454 return g_usbd_core[busid].rx_msg[ep & 0x7f].ep_mult;
|
| /components/drivers/usb/cherryusb/port/dwc2/ |
| A D | usb_hc_dwc2.c | 235 uint8_t ep_mult, in dwc2_chan_char_init() argument 244 (((uint32_t)ep_mult << USB_OTG_HCCHAR_MC_Pos) & USB_OTG_HCCHAR_MC) | in dwc2_chan_char_init() 293 uint8_t ep_mult, in dwc2_chan_init() argument 305 dwc2_chan_char_init(bus, ch_num, dev_addr, ep_addr, ep_type, ep_mps, ep_mult, speed); in dwc2_chan_init()
|
| /components/drivers/usb/cherryusb/port/ehci/ |
| A D | usb_hc_ehci.c | 191 uint8_t ep_mult, in ehci_qh_fill() argument 267 epcap |= QH_EPCAPS_MULT(ep_mult); in ehci_qh_fill()
|
Completed in 12 milliseconds