Home
last modified time | relevance | path

Searched refs:umc_config1 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atomfirmware.c554 u32 umc_config1; in amdgpu_atomfirmware_mem_ecc_supported() local
576 umc_config1 = le32_to_cpu(umc_info->v33.umc_config1); in amdgpu_atomfirmware_mem_ecc_supported()
579 (umc_config1 & UMC_CONFIG1__ENABLE_ECC_CAPABLE)) ? true : false; in amdgpu_atomfirmware_mem_ecc_supported()
588 umc_config1 = le32_to_cpu(umc_info->v40.umc_config1); in amdgpu_atomfirmware_mem_ecc_supported()
590 (umc_config1 & UMC_CONFIG1__ENABLE_ECC_CAPABLE) ? true : false; in amdgpu_atomfirmware_mem_ecc_supported()
/linux-6.12.1/drivers/gpu/drm/amd/include/
Datomfirmware.h3181 uint32_t umc_config1; member
3205 uint32_t umc_config1; member