Lines Matching defs:ident1
132 u32 ident0, ident1, ident2, ident3, cores;
136 ident1 = V3D_READ(V3D_HUB_IDENT1);
139 cores = V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_NCORES);
142 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_TVER),
143 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_REV),
149 str_yes_no(ident1 & V3D_HUB_IDENT1_WITH_TFU));
151 str_yes_no(ident1 & V3D_HUB_IDENT1_WITH_TSY));
153 str_yes_no(ident1 & V3D_HUB_IDENT1_WITH_MSO));
155 str_yes_no(ident1 & V3D_HUB_IDENT1_WITH_L3C),
163 ident1 = V3D_CORE_READ(core, V3D_CTL_IDENT1);
167 nslc = V3D_GET_FIELD(ident1, V3D_IDENT1_NSLC);
168 ntmu = V3D_GET_FIELD(ident1, V3D_IDENT1_NTMU);
169 qups = V3D_GET_FIELD(ident1, V3D_IDENT1_QUPS);
174 V3D_GET_FIELD(ident1, V3D_IDENT1_REV));
179 V3D_GET_FIELD(ident1, V3D_IDENT1_NSEM));