Searched refs:sx_debug_1 (Results 1 - 5 of 5) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dr600_cp.c733 u32 sx_debug_1; local
928 sx_debug_1 = RADEON_READ(R600_SX_DEBUG_1);
929 sx_debug_1 |= R600_SMX_EVENT_RELEASE;
931 sx_debug_1 |= R600_ENABLE_NEW_SMX_ADDRESS;
932 RADEON_WRITE(R600_SX_DEBUG_1, sx_debug_1);
1360 u32 sx_debug_1; local
1585 sx_debug_1 = RADEON_READ(R700_SX_DEBUG_1);
1586 sx_debug_1 |= R700_ENABLE_NEW_SMX_ADDRESS;
1587 RADEON_WRITE(R700_SX_DEBUG_1, sx_debug_1);
H A Dni.c846 u32 sx_debug_1; local
1121 sx_debug_1 = RREG32(SX_DEBUG_1);
1122 sx_debug_1 |= ENABLE_NEW_SMX_ADDRESS;
1123 WREG32(SX_DEBUG_1, sx_debug_1);
H A Drv770.c1167 u32 sx_debug_1; local
1402 sx_debug_1 = RREG32(SX_DEBUG_1);
1403 sx_debug_1 |= ENABLE_NEW_SMX_ADDRESS;
1404 WREG32(SX_DEBUG_1, sx_debug_1);
H A Devergreen.c2997 u32 sx_debug_1; local
3396 sx_debug_1 = RREG32(SX_DEBUG_1);
3397 sx_debug_1 |= ENABLE_NEW_SMX_ADDRESS;
3398 WREG32(SX_DEBUG_1, sx_debug_1);
H A Dsi.c3060 u32 sx_debug_1; local
3274 sx_debug_1 = RREG32(SX_DEBUG_1);
3275 WREG32(SX_DEBUG_1, sx_debug_1);

Completed in 846 milliseconds