Lines Matching refs:ident1
132 u32 ident0, ident1, ident2, ident3, cores;
140 ident1 = V3D_READ(V3D_HUB_IDENT1);
143 cores = V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_NCORES);
146 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_TVER),
147 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_REV),
153 (ident1 & V3D_HUB_IDENT1_WITH_TFU) ? "yes" : "no");
155 (ident1 & V3D_HUB_IDENT1_WITH_TSY) ? "yes" : "no");
157 (ident1 & V3D_HUB_IDENT1_WITH_MSO) ? "yes" : "no");
159 (ident1 & V3D_HUB_IDENT1_WITH_L3C) ? "yes" : "no",
167 ident1 = V3D_CORE_READ(core, V3D_CTL_IDENT1);
171 nslc = V3D_GET_FIELD(ident1, V3D_IDENT1_NSLC);
172 ntmu = V3D_GET_FIELD(ident1, V3D_IDENT1_NTMU);
173 qups = V3D_GET_FIELD(ident1, V3D_IDENT1_QUPS);
178 V3D_GET_FIELD(ident1, V3D_IDENT1_REV));
183 V3D_GET_FIELD(ident1, V3D_IDENT1_NSEM));