Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-dwc3.c73 if ((revision & DWC3_GSNPSID_MASK) != 0x55330000) { in dwc3_core_init()
/openbmc/u-boot/include/linux/usb/
H A Ddwc3.h34 #define DWC3_GSNPSID_MASK 0xffff0000 macro
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h73 #define DWC3_GSNPSID_MASK 0xffff0000 macro
75 #define DWC3_GSNPS_ID(p) (((p) & DWC3_GSNPSID_MASK) >> 16)
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h55 #define DWC3_GSNPSID_MASK 0xffff0000 macro
H A Dcore.c414 if ((reg & DWC3_GSNPSID_MASK) != 0x55330000) { in dwc3_core_init()