Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dcore_intr.c365 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, GINTSTS_WKUPINT, 1000)) { in dwc2_wakeup_from_lpm_l1()
404 dwc2_writel(hsotg, GINTSTS_WKUPINT, GINTSTS); in dwc2_handle_wakeup_detected_intr()
645 #define GINTMSK_COMMON (GINTSTS_WKUPINT | GINTSTS_SESSREQINT | \
866 if (gintsts & GINTSTS_WKUPINT) in dwc2_handle_common_intr()
Dhw.h114 #define GINTSTS_WKUPINT BIT(31) macro
Dgadget.c3460 GINTSTS_USBSUSP | GINTSTS_WKUPINT | in dwc2_hsotg_core_init_disconnected()
Dhcd.c60 intmsk |= GINTSTS_WKUPINT | GINTSTS_USBSUSP | in dwc2_enable_common_interrupts()