Home
last modified time | relevance | path

Searched refs:USB_DWC2_DOEPINT_XFERCOMPL (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c1557 sys_write32(USB_DWC2_DOEPINT_EPDISBLD | USB_DWC2_DOEPINT_XFERCOMPL, doepint_reg); in udc_dwc2_ep_disable()
2350 doepmsk = USB_DWC2_DOEPINT_SETUP | USB_DWC2_DOEPINT_XFERCOMPL; in dwc2_on_bus_reset()
2621 (status & USB_DWC2_DOEPINT_XFERCOMPL) && in dwc2_handle_oepint()
2626 status &= ~USB_DWC2_DOEPINT_XFERCOMPL; in dwc2_handle_oepint()
2652 if (status & USB_DWC2_DOEPINT_XFERCOMPL) { in dwc2_handle_oepint()
/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h937 #define USB_DWC2_DOEPINT_XFERCOMPL BIT(USB_DWC2_DOEPINT_XFERCOMPL_POS) macro