Home
last modified time | relevance | path

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

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