Home
last modified time | relevance | path

Searched refs:GSNPSID_ID_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/usb/dwc2/
Dplatform.c386 if ((snpsid & GSNPSID_ID_MASK) == DWC2_OTG_ID || in dwc2_check_core_endianness()
387 (snpsid & GSNPSID_ID_MASK) == DWC2_FS_IOT_ID || in dwc2_check_core_endianness()
388 (snpsid & GSNPSID_ID_MASK) == DWC2_HS_IOT_ID) in dwc2_check_core_endianness()
410 if ((hw->snpsid & GSNPSID_ID_MASK) != DWC2_OTG_ID && in dwc2_check_core_version()
411 (hw->snpsid & GSNPSID_ID_MASK) != DWC2_FS_IOT_ID && in dwc2_check_core_version()
412 (hw->snpsid & GSNPSID_ID_MASK) != DWC2_HS_IOT_ID) { in dwc2_check_core_version()
Dhw.h214 #define GSNPSID_ID_MASK GENMASK(31, 16) macro