Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c1988 USB_DWC2_GINTSTS_INCOMPISOOUT | USB_DWC2_GINTSTS_INCOMPISOIN | in udc_dwc2_init_controller()
2649 sys_write32(USB_DWC2_GINTSTS_INCOMPISOOUT, gintsts_reg); in dwc2_handle_incompisoout()
2750 if (int_status & USB_DWC2_GINTSTS_INCOMPISOOUT) { in udc_dwc2_isr_handler()
/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h244 #define USB_DWC2_GINTSTS_INCOMPISOOUT USB_DWC2_GINTSTS_INCOMPIP macro