Home
last modified time | relevance | path

Searched refs:ADDR_OF_8KB_BLOCK (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dumc_v6_7.c124 soc_pa = ADDR_OF_8KB_BLOCK(err_addr) | in umc_v6_7_ecc_info_query_correctable_error_count()
197 soc_pa = ADDR_OF_8KB_BLOCK(err_addr) | in umc_v6_7_convert_error_address()
325 soc_pa = ADDR_OF_8KB_BLOCK(err_addr) | in umc_v6_7_query_correctable_error_count()
H A Damdgpu_umc.h34 #define ADDR_OF_8KB_BLOCK(addr) (((addr) & ~0xffULL) << 5) macro
H A Dumc_v6_1.c341 retired_page = ADDR_OF_8KB_BLOCK(err_addr) | in umc_v6_1_query_error_address()