Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h126 #define GINTSTS_INCOMPL_SOIN BIT(20) macro
H A Dgadget.c3464 intmsk |= GINTSTS_INCOMPL_SOIN | GINTSTS_INCOMPL_SOOUT; in dwc2_hsotg_core_init_disconnected()
3644 dwc2_writel(hsotg, GINTSTS_INCOMPL_SOIN, GINTSTS); in dwc2_gadget_handle_incomplete_isoc_in()
3891 if (gintsts & GINTSTS_INCOMPL_SOIN) in dwc2_hsotg_irq()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h152 #define GINTSTS_INCOMPL_SOIN BIT(20) macro