cc_gc_shader_pipe_config 1994 drivers/gpu/drm/radeon/r600.c u32 cc_gc_shader_pipe_config; cc_gc_shader_pipe_config 2120 drivers/gpu/drm/radeon/r600.c cc_gc_shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0x00ffff00; cc_gc_shader_pipe_config 2122 drivers/gpu/drm/radeon/r600.c r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R6XX_MAX_SIMDS_MASK); cc_gc_shader_pipe_config 2146 drivers/gpu/drm/radeon/r600.c tmp = R6XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & INACTIVE_QD_PIPES_MASK) >> 8); cc_gc_shader_pipe_config 1186 drivers/gpu/drm/radeon/rv770.c u32 cc_gc_shader_pipe_config = 0; cc_gc_shader_pipe_config 1319 drivers/gpu/drm/radeon/rv770.c cc_gc_shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0xffffff00; cc_gc_shader_pipe_config 1321 drivers/gpu/drm/radeon/rv770.c r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R7XX_MAX_SIMDS_MASK); cc_gc_shader_pipe_config 1396 drivers/gpu/drm/radeon/rv770.c num_qd_pipes = R7XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & INACTIVE_QD_PIPES_MASK) >> 8);