Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c300 writel(GINTSTS_CONIDSTSCHNG, hsotg->regs + GINTSTS); in dwc2_handle_conn_id_status_change_intr()
434 GINTSTS_CONIDSTSCHNG | GINTSTS_OTGINT | \
497 if (gintsts & GINTSTS_CONIDSTSCHNG) in dwc2_handle_common_intr()
Dhw.h137 #define GINTSTS_CONIDSTSCHNG (1 << 28) macro
Dcore.c81 intmsk |= GINTSTS_CONIDSTSCHNG | GINTSTS_WKUPINT | GINTSTS_USBSUSP | in dwc2_enable_common_interrupts()
Dgadget.c2312 GINTSTS_CONIDSTSCHNG | GINTSTS_USBRST | in s3c_hsotg_core_init_disconnected()