Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h855 #define USB_DWC2_DEPCTL0_MPS_8 3 macro
/Zephyr-latest/drivers/usb/device/
Dusb_dc_dw.c382 *p_depctl |= USB_DWC2_DEPCTL0_MPS_8 << in usb_dw_ep_set()
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c1347 dxepctl0 |= USB_DWC2_DEPCTL0_MPS_8 << USB_DWC2_DEPCTL_MPS_POS; in dwc2_ep_control_enable()