Home
last modified time | relevance | path

Searched refs:GINTSTS_GOUTNAKEFF (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c3457 GINTSTS_GOUTNAKEFF | GINTSTS_GINNAKEFF | in dwc2_hsotg_core_init_disconnected()
3685 gintmsk |= GINTSTS_GOUTNAKEFF; in dwc2_gadget_handle_incomplete_isoc_out()
3689 if (!(gintsts & GINTSTS_GOUTNAKEFF)) { in dwc2_gadget_handle_incomplete_isoc_out()
3839 if (gintsts & GINTSTS_GOUTNAKEFF) { in dwc2_hsotg_irq()
3850 gintmsk &= ~GINTSTS_GOUTNAKEFF; in dwc2_hsotg_irq()
3948 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_GOUTNAKEFF); in dwc2_hsotg_ep_stop_xfr()
3950 if (!(dwc2_readl(hsotg, GINTSTS) & GINTSTS_GOUTNAKEFF)) in dwc2_hsotg_ep_stop_xfr()
3970 GINTSTS_GOUTNAKEFF, 100)) in dwc2_hsotg_ep_stop_xfr()
4438 dwc2_hsotg_en_gsint(hs, GINTSTS_GOUTNAKEFF); in dwc2_hsotg_ep_sethalt()
4440 if (!(dwc2_readl(hs, GINTSTS) & GINTSTS_GOUTNAKEFF)) in dwc2_hsotg_ep_sethalt()
H A Dhw.h139 #define GINTSTS_GOUTNAKEFF BIT(7) macro
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h165 #define GINTSTS_GOUTNAKEFF BIT(7) macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c779 GINTSTS_OEPINT | GINTSTS_IEPINT | GINTSTS_GOUTNAKEFF | in dwc2_glbreg_write()