Lines Matching refs:snpsid
429 u32 snpsid; in dwc2_check_core_endianness() local
431 snpsid = ioread32(hsotg->regs + GSNPSID); in dwc2_check_core_endianness()
432 if ((snpsid & GSNPSID_ID_MASK) == DWC2_OTG_ID || in dwc2_check_core_endianness()
433 (snpsid & GSNPSID_ID_MASK) == DWC2_FS_IOT_ID || in dwc2_check_core_endianness()
434 (snpsid & GSNPSID_ID_MASK) == DWC2_HS_IOT_ID) in dwc2_check_core_endianness()
455 hw->snpsid = dwc2_readl(hsotg, GSNPSID); in dwc2_check_core_version()
456 if ((hw->snpsid & GSNPSID_ID_MASK) != DWC2_OTG_ID && in dwc2_check_core_version()
457 (hw->snpsid & GSNPSID_ID_MASK) != DWC2_FS_IOT_ID && in dwc2_check_core_version()
458 (hw->snpsid & GSNPSID_ID_MASK) != DWC2_HS_IOT_ID) { in dwc2_check_core_version()
460 hw->snpsid); in dwc2_check_core_version()
465 hw->snpsid >> 12 & 0xf, hw->snpsid >> 8 & 0xf, in dwc2_check_core_version()
466 hw->snpsid >> 4 & 0xf, hw->snpsid & 0xf, hw->snpsid); in dwc2_check_core_version()