Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/usb/common/
Dusb_dwc2_hw.h652 #define USB_DWC2_DEPCTL0_MPS_64 0 macro
/Zephyr-Core-3.7.0/drivers/usb/device/
Dusb_dc_dw.c394 *p_depctl |= USB_DWC2_DEPCTL0_MPS_64 << in usb_dw_ep_set()
/Zephyr-Core-3.7.0/drivers/usb/udc/
Dudc_dwc2.c1214 dxepctl0 |= USB_DWC2_DEPCTL0_MPS_64 << USB_DWC2_DEPCTL_MPS_POS; in dwc2_ep_control_enable()