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

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c505 u32 umc_config1; local
527 umc_config1 = le32_to_cpu(umc_info->v33.umc_config1);
530 (umc_config1 & UMC_CONFIG1__ENABLE_ECC_CAPABLE)) ? true : false;
539 umc_config1 = le32_to_cpu(umc_info->v40.umc_config1);
541 (umc_config1 & UMC_CONFIG1__ENABLE_ECC_CAPABLE) ? true : false;
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h3138 uint32_t umc_config1; member in struct:atom_umc_info_v3_3
3162 uint32_t umc_config1; member in struct:atom_umc_info_v4_0

Completed in 738 milliseconds