Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
HDni.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()
HDnid.h492 #define CP_RB0_WPTR 0xC114 macro
HDsid.h1255 #define CP_RB0_WPTR 0xC114 macro
HDcikd.h1312 #define CP_RB0_WPTR 0xC114 macro
HDcik.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()
HDsi.c3665 WREG32(CP_RB0_WPTR, ring->wptr); in si_cp_resume()