Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h151 #define GINTSTS_INCOMPL_SOOUT BIT(21) macro
/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h125 #define GINTSTS_INCOMPL_SOOUT BIT(21) macro
H A Dgadget.c3464 intmsk |= GINTSTS_INCOMPL_SOIN | GINTSTS_INCOMPL_SOOUT; in dwc2_hsotg_core_init_disconnected()
3697 dwc2_writel(hsotg, GINTSTS_INCOMPL_SOOUT, GINTSTS); in dwc2_gadget_handle_incomplete_isoc_out()
3894 if (gintsts & GINTSTS_INCOMPL_SOOUT) in dwc2_hsotg_irq()