Home
last modified time | relevance | path

Searched refs:mmMC_SEQ_MISC6 (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/include/asic_reg/gmc/
Dgmc_6_0_d.h897 #define mmMC_SEQ_MISC6 0x0A96 macro
Dgmc_7_1_d.h797 #define mmMC_SEQ_MISC6 0xa96 macro
Dgmc_8_1_d.h901 #define mmMC_SEQ_MISC6 0xa96 macro
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Diceland_smumgr.c1310 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; in iceland_populate_single_memory_level()
Dci_smumgr.c1261 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; in ci_populate_single_memory_level()
Dtonga_smumgr.c1040 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; in tonga_populate_single_memory_level()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.c3098 dll_state_on = ((RREG32(mmMC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()