Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/dwc3/
Dcore.c711 if ((reg & DWC3_GSNPSID_MASK) == 0x55330000) { in dwc3_core_is_valid()
714 } else if ((reg & DWC3_GSNPSID_MASK) == 0x33310000) { in dwc3_core_is_valid()
Dcore.h69 #define DWC3_GSNPSID_MASK 0xffff0000 macro