active_rbs       1542 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	u32 active_rbs = 0;
active_rbs       1551 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 			active_rbs |= data << ((i * adev->gfx.config.max_sh_per_se + j) *
active_rbs       1558 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	adev->gfx.config.backend_enable_mask = active_rbs;
active_rbs       1559 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	adev->gfx.config.num_rbs = hweight32(active_rbs);
active_rbs       1468 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	u32 active_rbs = 0;
active_rbs       1478 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 			active_rbs |= data <<
active_rbs       1485 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	adev->gfx.config.backend_enable_mask = active_rbs;
active_rbs       1486 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	adev->gfx.config.num_rbs = hweight32(active_rbs);
active_rbs       1792 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	u32 active_rbs = 0;
active_rbs       1802 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 			active_rbs |= data << ((i * adev->gfx.config.max_sh_per_se + j) *
active_rbs       1808 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	adev->gfx.config.backend_enable_mask = active_rbs;
active_rbs       1809 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	adev->gfx.config.num_rbs = hweight32(active_rbs);
active_rbs       3647 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	u32 active_rbs = 0;
active_rbs       3657 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 			active_rbs |= data << ((i * adev->gfx.config.max_sh_per_se + j) *
active_rbs       3663 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	adev->gfx.config.backend_enable_mask = active_rbs;
active_rbs       3664 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	adev->gfx.config.num_rbs = hweight32(active_rbs);
active_rbs       2420 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	u32 active_rbs = 0;
active_rbs       2429 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			active_rbs |= data << ((i * adev->gfx.config.max_sh_per_se + j) *
active_rbs       2436 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	adev->gfx.config.backend_enable_mask = active_rbs;
active_rbs       2437 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	adev->gfx.config.num_rbs = hweight32(active_rbs);