Home
last modified time | relevance | path

Searched refs:RLC_ENABLE (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dsid.h1301 # define RLC_ENABLE (1 << 0) macro
H A Dcikd.h1394 # define RLC_ENABLE (1 << 0) macro
H A Dsi.c5191 if (data & RLC_ENABLE) { in si_halt_rlc()
5192 data &= ~RLC_ENABLE; in si_halt_rlc()
5810 WREG32(RLC_CNTL, RLC_ENABLE); in si_rlc_start()
H A Devergreend.h385 # define RLC_ENABLE (1 << 0) macro
H A Dr600d.h686 # define RLC_ENABLE (1 << 0) macro
H A Dcik.c5821 if (data & RLC_ENABLE) { in cik_halt_rlc()
5824 data &= ~RLC_ENABLE; in cik_halt_rlc()
5893 WREG32(RLC_CNTL, RLC_ENABLE); in cik_rlc_start()
H A Dr600.c3548 WREG32(RLC_CNTL, RLC_ENABLE); in r600_rlc_start()
H A Devergreen.c4371 u32 mask = RLC_ENABLE; in evergreen_rlc_start()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h1329 # define RLC_ENABLE (1 << 0) macro