Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/drivers/usb/udc/
Dudc_dwc2.c558 if (!(diepctl & USB_DWC2_DEPCTL_USBACTEP)) { in dwc2_tx_fifo_write()
1362 dxepctl0 |= USB_DWC2_DEPCTL_USBACTEP; in dwc2_ep_control_enable()
1438 dxepctl |= USB_DWC2_DEPCTL_USBACTEP; in udc_dwc2_ep_activate()
1607 if (dxepctl & USB_DWC2_DEPCTL_USBACTEP) { in udc_dwc2_ep_deactivate()
1614 dxepctl &= ~USB_DWC2_DEPCTL_USBACTEP; in udc_dwc2_ep_deactivate()
2673 USB_DWC2_DEPCTL_USBACTEP; in dwc2_handle_incompisoin()
2677 USB_DWC2_DEPCTL_USBACTEP; in dwc2_handle_incompisoin()
2727 USB_DWC2_DEPCTL_DPID | USB_DWC2_DEPCTL_USBACTEP; in dwc2_handle_incompisoout()
2732 USB_DWC2_DEPCTL_USBACTEP; in dwc2_handle_incompisoout()
/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h852 #define USB_DWC2_DEPCTL_USBACTEP BIT(USB_DWC2_DEPCTL_USBACTEP_POS) macro