Searched refs:pcie_index (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_device.c | 544 unsigned long flags, pcie_index, pcie_data; in amdgpu_device_indirect_rreg() local 549 pcie_index = adev->nbio.funcs->get_pcie_index_offset(adev); in amdgpu_device_indirect_rreg() 567 unsigned long flags, pcie_index, pcie_index_hi, pcie_data; in amdgpu_device_indirect_rreg_ext() local 573 pcie_index = adev->nbio.funcs->get_pcie_index_offset(adev); in amdgpu_device_indirect_rreg_ext() 617 unsigned long flags, pcie_index, pcie_data; in amdgpu_device_indirect_rreg64() local 622 pcie_index = adev->nbio.funcs->get_pcie_index_offset(adev); in amdgpu_device_indirect_rreg64() 653 unsigned long flags, pcie_index, pcie_data; in amdgpu_device_indirect_wreg() local 657 pcie_index = adev->nbio.funcs->get_pcie_index_offset(adev); in amdgpu_device_indirect_wreg() 674 unsigned long flags, pcie_index, pcie_index_hi, pcie_data; in amdgpu_device_indirect_wreg_ext() local 679 pcie_index = adev->nbio.funcs->get_pcie_index_offset(adev); in amdgpu_device_indirect_wreg_ext() [all …]
|