Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/usb/device/
Dusb_dc_dw.c1111 base->out_ep[ep_idx].doepctl |= USB_DWC2_DEPCTL_USBACTEP; in usb_dc_ep_enable()
1114 base->in_ep[ep_idx].diepctl |= USB_DWC2_DEPCTL_USBACTEP; in usb_dc_ep_enable()
1150 ~(USB_DWC2_DEPCTL_USBACTEP | in usb_dc_ep_disable()
1156 ~(USB_DWC2_DEPCTL_USBACTEP | in usb_dc_ep_disable()
/Zephyr-Core-3.7.0/drivers/usb/udc/
Dudc_dwc2.c1220 dxepctl0 |= USB_DWC2_DEPCTL_USBACTEP; in dwc2_ep_control_enable()
1323 dxepctl |= USB_DWC2_DEPCTL_USBACTEP; in udc_dwc2_ep_activate()
1505 if (dxepctl & USB_DWC2_DEPCTL_USBACTEP) { in udc_dwc2_ep_deactivate()
1512 dxepctl &= ~USB_DWC2_DEPCTL_USBACTEP; in udc_dwc2_ep_deactivate()
/Zephyr-Core-3.7.0/drivers/usb/common/
Dusb_dwc2_hw.h646 #define USB_DWC2_DEPCTL_USBACTEP BIT(USB_DWC2_DEPCTL_USBACTEP_POS) macro