Home
last modified time | relevance | path

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

/external/u-boot/include/linux/usb/
Ddwc3.h34 #define DWC3_GSNPSID_MASK 0xffff0000 macro
/external/u-boot/drivers/usb/host/
Dxhci-dwc3.c72 if ((revision & DWC3_GSNPSID_MASK) != 0x55330000) { in dwc3_core_init()
/external/u-boot/drivers/usb/dwc3/
Dcore.h55 #define DWC3_GSNPSID_MASK 0xffff0000 macro
Dcore.c414 if ((reg & DWC3_GSNPSID_MASK) != 0x55330000) { in dwc3_core_init()