Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.h41 #define CRAT_OEMID_LENGTH 6 macro
45 #define CRAT_OEMID_64BIT_MASK ((1ULL << (CRAT_OEMID_LENGTH * 8)) - 1)
56 uint8_t oem_id[CRAT_OEMID_LENGTH];
H A Dkfd_topology.h157 uint8_t oem_id[CRAT_OEMID_LENGTH];
H A Dkfd_crat.c1309 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); in kfd_parse_crat_table()
1715 CRAT_OEMID_LENGTH); in kfd_create_vcrat_image_cpu()