Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c520 u32 umc_config1; in amdgpu_atomfirmware_mem_ecc_supported() local
542 umc_config1 = le32_to_cpu(umc_info->v33.umc_config1); in amdgpu_atomfirmware_mem_ecc_supported()
545 (umc_config1 & UMC_CONFIG1__ENABLE_ECC_CAPABLE)) ? true : false; in amdgpu_atomfirmware_mem_ecc_supported()
554 umc_config1 = le32_to_cpu(umc_info->v40.umc_config1); in amdgpu_atomfirmware_mem_ecc_supported()
556 (umc_config1 & UMC_CONFIG1__ENABLE_ECC_CAPABLE) ? true : false; in amdgpu_atomfirmware_mem_ecc_supported()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Datomfirmware.h3149 uint32_t umc_config1; member
3173 uint32_t umc_config1; member