priority_a_cnt    830 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	u32 priority_a_cnt = PRIORITY_OFF;
priority_a_cnt    841 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		priority_a_cnt = 0;
priority_a_cnt    912 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 			priority_a_cnt |= PRIORITY_ALWAYS_ON;
priority_a_cnt    920 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 			priority_a_cnt |= PRIORITY_ALWAYS_ON;
priority_a_cnt    934 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		priority_a_cnt |= priority_a_mark & PRIORITY_MARK_MASK;
priority_a_cnt    972 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	WREG32(mmPRIORITY_A_CNT + amdgpu_crtc->crtc_offset, priority_a_cnt);
priority_a_cnt   2163 drivers/gpu/drm/radeon/evergreen.c 	u32 priority_a_cnt = PRIORITY_OFF;
priority_a_cnt   2175 drivers/gpu/drm/radeon/evergreen.c 		priority_a_cnt = 0;
priority_a_cnt   2245 drivers/gpu/drm/radeon/evergreen.c 			priority_a_cnt |= PRIORITY_ALWAYS_ON;
priority_a_cnt   2265 drivers/gpu/drm/radeon/evergreen.c 		priority_a_cnt |= priority_a_mark & PRIORITY_MARK_MASK;
priority_a_cnt   2304 drivers/gpu/drm/radeon/evergreen.c 	WREG32(PRIORITY_A_CNT + radeon_crtc->crtc_offset, priority_a_cnt);
priority_a_cnt   2309 drivers/gpu/drm/radeon/si.c 	u32 priority_a_cnt = PRIORITY_OFF;
priority_a_cnt   2320 drivers/gpu/drm/radeon/si.c 		priority_a_cnt = 0;
priority_a_cnt   2394 drivers/gpu/drm/radeon/si.c 			priority_a_cnt |= PRIORITY_ALWAYS_ON;
priority_a_cnt   2402 drivers/gpu/drm/radeon/si.c 			priority_a_cnt |= PRIORITY_ALWAYS_ON;
priority_a_cnt   2416 drivers/gpu/drm/radeon/si.c 		priority_a_cnt |= priority_a_mark & PRIORITY_MARK_MASK;
priority_a_cnt   2455 drivers/gpu/drm/radeon/si.c 	WREG32(PRIORITY_A_CNT + radeon_crtc->crtc_offset, priority_a_cnt);