Searched refs:AMD_ASIC_MASK (Results 1 – 3 of 3) sorted by relevance
35 AMD_ASIC_MASK = 0x0000ffffUL, enumerator
1259 amdgpu_device_asic_has_dc_support(flags & AMD_ASIC_MASK)) in amdgpu_pci_probe()1272 if (mem_encrypt_active() && ((flags & AMD_ASIC_MASK) == CHIP_RAVEN)) { in amdgpu_pci_probe()1280 switch (flags & AMD_ASIC_MASK) { in amdgpu_pci_probe()1297 switch (flags & AMD_ASIC_MASK) { in amdgpu_pci_probe()
3425 adev->asic_type = flags & AMD_ASIC_MASK; in amdgpu_device_init()