Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/dwc2/
Dgadget.c3454 GINTSTS_GOUTNAKEFF | GINTSTS_GINNAKEFF | in dwc2_hsotg_core_init_disconnected()
3682 gintmsk |= GINTSTS_GOUTNAKEFF; in dwc2_gadget_handle_incomplete_isoc_out()
3686 if (!(gintsts & GINTSTS_GOUTNAKEFF)) { in dwc2_gadget_handle_incomplete_isoc_out()
3830 if (gintsts & GINTSTS_GOUTNAKEFF) { in dwc2_hsotg_irq()
3841 gintmsk &= ~GINTSTS_GOUTNAKEFF; in dwc2_hsotg_irq()
3939 dwc2_hsotg_disable_gsint(hsotg, GINTSTS_GOUTNAKEFF); in dwc2_hsotg_ep_stop_xfr()
3941 if (!(dwc2_readl(hsotg, GINTSTS) & GINTSTS_GOUTNAKEFF)) in dwc2_hsotg_ep_stop_xfr()
3961 GINTSTS_GOUTNAKEFF, 100)) in dwc2_hsotg_ep_stop_xfr()
4429 dwc2_hsotg_en_gsint(hs, GINTSTS_GOUTNAKEFF); in dwc2_hsotg_ep_sethalt()
4431 if (!(dwc2_readl(hs, GINTSTS) & GINTSTS_GOUTNAKEFF)) in dwc2_hsotg_ep_sethalt()
Dhw.h139 #define GINTSTS_GOUTNAKEFF BIT(7) macro