Home
last modified time | relevance | path

Searched refs:hub_type (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/uv/
H A Duv_hub.h148 unsigned int hub_type; member
214 return uv_hub_info->hub_type; in uv_hub_type()
219 uv_hub_info->hub_type = uvmask; in uv_hub_type_set()
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-sgi_uv11 hub_type
22 The hub_type entry is used to select the type of hub which is
27 is no hub. In this case the hub_type entry is not present.
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c954 void amdgpu_gmc_set_vm_fault_masks(struct amdgpu_device *adev, int hub_type, in amdgpu_gmc_set_vm_fault_masks() argument
960 hub = &adev->vmhub[hub_type]; in amdgpu_gmc_set_vm_fault_masks()
964 tmp = (hub_type == AMDGPU_GFXHUB(0)) ? in amdgpu_gmc_set_vm_fault_masks()
973 (hub_type == AMDGPU_GFXHUB(0)) ? in amdgpu_gmc_set_vm_fault_masks()
H A Damdgpu_gmc.h447 amdgpu_gmc_set_vm_fault_masks(struct amdgpu_device *adev, int hub_type,
/linux/drivers/platform/x86/
H A Duv_sysfs.c771 __ATTR(hub_type, 0444, uv_hub_type_show, NULL);