Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dcore_intr.c776 linestate = (gpwrdn & GPWRDN_LINESTATE_MASK) >> GPWRDN_LINESTATE_SHIFT; in dwc2_handle_gpwrdn_intr()
H A Dhw.h354 #define GPWRDN_LINESTATE_MASK (0x3 << 19) macro