Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-dwc3.c75 if ((revision & DWC3_GSNPSID_MASK) != 0x55330000) { in dwc3_core_init()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Ddwc3.h35 #define DWC3_GSNPSID_MASK 0xffff0000 macro
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.h74 #define DWC3_GSNPSID_MASK 0xffff0000 macro
76 #define DWC3_GSNPS_ID(p) (((p) & DWC3_GSNPSID_MASK) >> 16)
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.h57 #define DWC3_GSNPSID_MASK 0xffff0000 macro
H A Dcore.c465 if ((reg & DWC3_GSNPSID_MASK) != 0x55330000) { in dwc3_core_init()