Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c2097 USB_DWC2_GINTSTS_INCOMPISOOUT | USB_DWC2_GINTSTS_INCOMPISOIN | in udc_dwc2_init_controller()
2712 sys_write32(USB_DWC2_GINTSTS_INCOMPISOIN, gintsts_reg); in dwc2_handle_incompisoin()
2860 if (int_status & USB_DWC2_GINTSTS_INCOMPISOIN) { in udc_dwc2_isr_handler()
/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h246 #define USB_DWC2_GINTSTS_INCOMPISOIN BIT(USB_DWC2_GINTSTS_INCOMPISOIN_POS) macro