Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-dwc3.c75 if ((revision & DWC3_GSNPSID_MASK) != 0x55330000) { in dwc3_core_init()
/rk3399_rockchip-uboot/include/linux/usb/
H A Ddwc3.h35 #define DWC3_GSNPSID_MASK 0xffff0000 macro
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.h57 #define DWC3_GSNPSID_MASK 0xffff0000 macro
H A Dcore.c466 if ((reg & DWC3_GSNPSID_MASK) != 0x55330000) { in dwc3_core_init()