Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc3/
Dcore.c698 if ((reg & DWC3_GSNPSID_MASK) == 0x55330000) { in dwc3_core_is_valid()
701 } else if ((reg & DWC3_GSNPSID_MASK) == 0x33310000) { in dwc3_core_is_valid()
Dcore.h68 #define DWC3_GSNPSID_MASK 0xffff0000 macro