Searched refs:ident1 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/v3d/ |
D | v3d_debugfs.c | 99 u32 ident0, ident1, ident2, ident3, cores; in v3d_v3d_debugfs_ident() local 107 ident1 = V3D_READ(V3D_HUB_IDENT1); in v3d_v3d_debugfs_ident() 110 cores = V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_NCORES); in v3d_v3d_debugfs_ident() 113 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_TVER), in v3d_v3d_debugfs_ident() 114 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_REV), in v3d_v3d_debugfs_ident() 120 (ident1 & V3D_HUB_IDENT1_WITH_TFU) ? "yes" : "no"); in v3d_v3d_debugfs_ident() 122 (ident1 & V3D_HUB_IDENT1_WITH_TSY) ? "yes" : "no"); in v3d_v3d_debugfs_ident() 124 (ident1 & V3D_HUB_IDENT1_WITH_MSO) ? "yes" : "no"); in v3d_v3d_debugfs_ident() 126 (ident1 & V3D_HUB_IDENT1_WITH_L3C) ? "yes" : "no", in v3d_v3d_debugfs_ident() 134 ident1 = V3D_CORE_READ(core, V3D_CTL_IDENT1); in v3d_v3d_debugfs_ident() [all …]
|
D | v3d_drv.c | 250 u32 ident1; in v3d_platform_drm_probe() local 273 ident1 = V3D_READ(V3D_HUB_IDENT1); in v3d_platform_drm_probe() 274 v3d->ver = (V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_TVER) * 10 + in v3d_platform_drm_probe() 275 V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_REV)); in v3d_platform_drm_probe() 276 v3d->cores = V3D_GET_FIELD(ident1, V3D_HUB_IDENT1_NCORES); in v3d_platform_drm_probe()
|
/Linux-v4.19/drivers/gpu/drm/vc4/ |
D | vc4_v3d.c | 132 uint32_t ident1 = V3D_READ(V3D_IDENT1); in vc4_v3d_debugfs_ident() local 133 uint32_t nslc = VC4_GET_FIELD(ident1, V3D_IDENT1_NSLC); in vc4_v3d_debugfs_ident() 134 uint32_t tups = VC4_GET_FIELD(ident1, V3D_IDENT1_TUPS); in vc4_v3d_debugfs_ident() 135 uint32_t qups = VC4_GET_FIELD(ident1, V3D_IDENT1_QUPS); in vc4_v3d_debugfs_ident() 138 VC4_GET_FIELD(ident1, V3D_IDENT1_REV)); in vc4_v3d_debugfs_ident() 143 VC4_GET_FIELD(ident1, V3D_IDENT1_NSEM)); in vc4_v3d_debugfs_ident()
|