Home
last modified time | relevance | path

Searched refs:DWC3_REVISION_IS_DWC31 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/usb/dwc3/
Dcore.h1135 #define DWC3_REVISION_IS_DWC31 0x80000000 macro
1136 #define DWC3_USB31_REVISION_110A (0x3131302a | DWC3_REVISION_IS_DWC31)
1137 #define DWC3_USB31_REVISION_120A (0x3132302a | DWC3_REVISION_IS_DWC31)
1138 #define DWC3_USB31_REVISION_160A (0x3136302a | DWC3_REVISION_IS_DWC31)
1139 #define DWC3_USB31_REVISION_170A (0x3137302a | DWC3_REVISION_IS_DWC31)
1140 #define DWC3_USB31_REVISION_180A (0x3138302a | DWC3_REVISION_IS_DWC31)
1141 #define DWC3_USB31_REVISION_190A (0x3139302a | DWC3_REVISION_IS_DWC31)
1390 return !(dwc->revision & DWC3_REVISION_IS_DWC31); in dwc3_is_usb3()
1396 return !!(dwc->revision & DWC3_REVISION_IS_DWC31); in dwc3_is_usb31()
Dcore.c717 dwc->revision |= DWC3_REVISION_IS_DWC31; in dwc3_core_is_valid()
Dgadget.c2171 if (dwc->revision & DWC3_REVISION_IS_DWC31) in dwc3_gadget_set_speed()