Home
last modified time | relevance | path

Searched refs:ident1 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/
H A Dv3d_debugfs.c132 u32 ident0, ident1, ident2, ident3, cores; in v3d_v3d_debugfs_ident() local
140 ident1 = V3D_READ(V3D_HUB_IDENT1); in v3d_v3d_debugfs_ident()
143 cores = V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_NCORES); in v3d_v3d_debugfs_ident()
146 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_TVER), in v3d_v3d_debugfs_ident()
147 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_REV), in v3d_v3d_debugfs_ident()
153 (ident1 & V3D_HUB_IDENT1_WITH_TFU) ? "yes" : "no"); in v3d_v3d_debugfs_ident()
155 (ident1 & V3D_HUB_IDENT1_WITH_TSY) ? "yes" : "no"); in v3d_v3d_debugfs_ident()
157 (ident1 & V3D_HUB_IDENT1_WITH_MSO) ? "yes" : "no"); in v3d_v3d_debugfs_ident()
159 (ident1 & V3D_HUB_IDENT1_WITH_L3C) ? "yes" : "no", in v3d_v3d_debugfs_ident()
167 ident1 in v3d_v3d_debugfs_ident()
[all...]
H A Dv3d_drv.c251 u32 ident1; in v3d_platform_drm_probe() local
275 ident1 = V3D_READ(V3D_HUB_IDENT1); in v3d_platform_drm_probe()
276 v3d->ver = (V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_TVER) * 10 + in v3d_platform_drm_probe()
277 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_REV)); in v3d_platform_drm_probe()
278 v3d->cores = V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_NCORES); in v3d_platform_drm_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/v3d/
H A Dv3d_debugfs.c132 u32 ident0, ident1, ident2, ident3, cores; in v3d_v3d_debugfs_ident() local
136 ident1 = V3D_READ(V3D_HUB_IDENT1); in v3d_v3d_debugfs_ident()
139 cores = V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_NCORES); in v3d_v3d_debugfs_ident()
142 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_TVER), in v3d_v3d_debugfs_ident()
143 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_REV), in v3d_v3d_debugfs_ident()
149 str_yes_no(ident1 & V3D_HUB_IDENT1_WITH_TFU)); in v3d_v3d_debugfs_ident()
151 str_yes_no(ident1 & V3D_HUB_IDENT1_WITH_TSY)); in v3d_v3d_debugfs_ident()
153 str_yes_no(ident1 & V3D_HUB_IDENT1_WITH_MSO)); in v3d_v3d_debugfs_ident()
155 str_yes_no(ident1 & V3D_HUB_IDENT1_WITH_L3C), in v3d_v3d_debugfs_ident()
163 ident1 in v3d_v3d_debugfs_ident()
[all...]
H A Dv3d_drv.c210 u32 ident1; in v3d_platform_drm_probe() local
237 ident1 = V3D_READ(V3D_HUB_IDENT1); in v3d_platform_drm_probe()
238 v3d->ver = (V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_TVER) * 10 + in v3d_platform_drm_probe()
239 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_REV)); in v3d_platform_drm_probe()
240 v3d->cores = V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_NCORES); in v3d_platform_drm_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_v3d.c107 uint32_t ident1 = V3D_READ(V3D_IDENT1); in vc4_v3d_debugfs_ident() local
108 uint32_t nslc = VC4_GET_FIELD(ident1, V3D_IDENT1_NSLC); in vc4_v3d_debugfs_ident()
109 uint32_t tups = VC4_GET_FIELD(ident1, V3D_IDENT1_TUPS); in vc4_v3d_debugfs_ident()
110 uint32_t qups = VC4_GET_FIELD(ident1, V3D_IDENT1_QUPS); in vc4_v3d_debugfs_ident()
113 VC4_GET_FIELD(ident1, V3D_IDENT1_REV)); in vc4_v3d_debugfs_ident()
118 VC4_GET_FIELD(ident1, V3D_IDENT1_NSEM)); in vc4_v3d_debugfs_ident()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_v3d.c105 uint32_t ident1 = V3D_READ(V3D_IDENT1); in vc4_v3d_debugfs_ident() local
106 uint32_t nslc = VC4_GET_FIELD(ident1, V3D_IDENT1_NSLC); in vc4_v3d_debugfs_ident()
107 uint32_t tups = VC4_GET_FIELD(ident1, V3D_IDENT1_TUPS); in vc4_v3d_debugfs_ident()
108 uint32_t qups = VC4_GET_FIELD(ident1, V3D_IDENT1_QUPS); in vc4_v3d_debugfs_ident()
111 VC4_GET_FIELD(ident1, V3D_IDENT1_REV)); in vc4_v3d_debugfs_ident()
116 VC4_GET_FIELD(ident1, V3D_IDENT1_NSEM)); in vc4_v3d_debugfs_ident()

Completed in 4 milliseconds