Home
last modified time | relevance | path

Searched refs:CP_RB0_WPTR (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dni.c1508 wptr = RREG32(CP_RB0_WPTR); in cayman_gfx_get_wptr()
1521 WREG32(CP_RB0_WPTR, ring->wptr); in cayman_gfx_set_wptr()
1522 (void)RREG32(CP_RB0_WPTR); in cayman_gfx_set_wptr()
1666 CP_RB0_WPTR, in cayman_cp_resume()
H A Dnid.h492 #define CP_RB0_WPTR 0xC114 macro
H A Dsid.h1255 #define CP_RB0_WPTR 0xC114 macro
H A Dcikd.h1312 #define CP_RB0_WPTR 0xC114 macro
H A Dcik.c4119 WREG32(CP_RB0_WPTR, ring->wptr); in cik_cp_gfx_resume()
4169 return RREG32(CP_RB0_WPTR); in cik_gfx_get_wptr()
4175 WREG32(CP_RB0_WPTR, ring->wptr); in cik_gfx_set_wptr()
4176 (void)RREG32(CP_RB0_WPTR); in cik_gfx_set_wptr()
H A Dsi.c3665 WREG32(CP_RB0_WPTR, ring->wptr); in si_cp_resume()