Lines Matching refs:snpsid
383 u32 snpsid; in dwc2_check_core_endianness() local
385 snpsid = ioread32(hsotg->regs + GSNPSID); in dwc2_check_core_endianness()
386 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()
409 hw->snpsid = dwc2_readl(hsotg, GSNPSID); in dwc2_check_core_version()
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()
414 hw->snpsid); in dwc2_check_core_version()
419 hw->snpsid >> 12 & 0xf, hw->snpsid >> 8 & 0xf, in dwc2_check_core_version()
420 hw->snpsid >> 4 & 0xf, hw->snpsid & 0xf, hw->snpsid); in dwc2_check_core_version()