Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_dw.c383 USB_DWC2_DEPCTL_MPS_POS; in usb_dw_ep_set()
387 USB_DWC2_DEPCTL_MPS_POS; in usb_dw_ep_set()
391 USB_DWC2_DEPCTL_MPS_POS; in usb_dw_ep_set()
395 USB_DWC2_DEPCTL_MPS_POS; in usb_dw_ep_set()
404 USB_DWC2_DEPCTL_MPS_POS)) { in usb_dw_ep_set()
409 *p_depctl |= ep_mps << USB_DWC2_DEPCTL_MPS_POS; in usb_dw_ep_set()
/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h859 #define USB_DWC2_DEPCTL_MPS_POS 0UL macro
860 #define USB_DWC2_DEPCTL_MPS_MASK (0x7FF << USB_DWC2_DEPCTL_MPS_POS)
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c1347 dxepctl0 |= USB_DWC2_DEPCTL0_MPS_8 << USB_DWC2_DEPCTL_MPS_POS; in dwc2_ep_control_enable()
1350 dxepctl0 |= USB_DWC2_DEPCTL0_MPS_16 << USB_DWC2_DEPCTL_MPS_POS; in dwc2_ep_control_enable()
1353 dxepctl0 |= USB_DWC2_DEPCTL0_MPS_32 << USB_DWC2_DEPCTL_MPS_POS; in dwc2_ep_control_enable()
1356 dxepctl0 |= USB_DWC2_DEPCTL0_MPS_64 << USB_DWC2_DEPCTL_MPS_POS; in dwc2_ep_control_enable()