Symbol: CP_RB0_CNTL
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
6520
tmp = REG_SET_FIELD(0, CP_RB0_CNTL, RB_BUFSZ, rb_bufsz);
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
6521
tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, RB_BLKSZ, rb_bufsz - 2);
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
6523
tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, BUF_SWAP, 1);
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
3746
tmp = REG_SET_FIELD(0, CP_RB0_CNTL, RB_BUFSZ, rb_bufsz);
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
3747
tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, RB_BLKSZ, rb_bufsz - 2);
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
2735
tmp = REG_SET_FIELD(0, CP_RB0_CNTL, RB_BUFSZ, rb_bufsz);
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
2736
tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, RB_BLKSZ, rb_bufsz - 2);
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
4243
tmp = REG_SET_FIELD(0, CP_RB0_CNTL, RB_BUFSZ, rb_bufsz);
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
4244
tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, RB_BLKSZ, rb_bufsz - 2);
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
4245
tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, MTYPE, 3);
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
4246
tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, MIN_IB_AVAILSZ, 1);
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
4248
tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, BUF_SWAP, 1);
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3408
tmp = REG_SET_FIELD(0, CP_RB0_CNTL, RB_BUFSZ, rb_bufsz);
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3409
tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, RB_BLKSZ, rb_bufsz - 2);
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3411
tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, BUF_SWAP, 1);
drivers/gpu/drm/radeon/cik.c
4074
WREG32(CP_RB0_CNTL, tmp);
drivers/gpu/drm/radeon/cik.c
4077
WREG32(CP_RB0_CNTL, tmp | RB_RPTR_WR_ENA);
drivers/gpu/drm/radeon/cik.c
4092
WREG32(CP_RB0_CNTL, tmp);
drivers/gpu/drm/radeon/ni.c
1606
CP_RB0_CNTL,
drivers/gpu/drm/radeon/si.c
3654
WREG32(CP_RB0_CNTL, tmp);
drivers/gpu/drm/radeon/si.c
3657
WREG32(CP_RB0_CNTL, tmp | RB_RPTR_WR_ENA);
drivers/gpu/drm/radeon/si.c
3673
WREG32(CP_RB0_CNTL, tmp);