Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/usb/common/
Dusb_dwc2_hw.h651 #define USB_DWC2_DEPCTL0_MPS_32 1 macro
/Zephyr-Core-3.7.0/drivers/usb/device/
Dusb_dc_dw.c390 *p_depctl |= USB_DWC2_DEPCTL0_MPS_32 << in usb_dw_ep_set()
/Zephyr-Core-3.7.0/drivers/usb/udc/
Dudc_dwc2.c1211 dxepctl0 |= USB_DWC2_DEPCTL0_MPS_32 << USB_DWC2_DEPCTL_MPS_POS; in dwc2_ep_control_enable()