Home
last modified time | relevance | path

Searched refs:get_pcie_index_offset (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Ddf_v3_6.c51 address = adev->nbio.funcs->get_pcie_index_offset(adev); in df_v3_6_get_fica()
74 address = adev->nbio.funcs->get_pcie_index_offset(adev); in df_v3_6_set_fica()
102 address = adev->nbio.funcs->get_pcie_index_offset(adev); in df_v3_6_perfmon_rreg()
124 address = adev->nbio.funcs->get_pcie_index_offset(adev); in df_v3_6_perfmon_wreg()
143 address = adev->nbio.funcs->get_pcie_index_offset(adev); in df_v3_6_perfmon_arm_with_status()
Damdgpu_nbio.h62 u32 (*get_pcie_index_offset)(struct amdgpu_device *adev); member
Dnbio_v4_3.c481 .get_pcie_index_offset = nbio_v4_3_get_pcie_index_offset,
526 .get_pcie_index_offset = nbio_v4_3_get_pcie_index_offset,
Dnbio_v7_0.c284 .get_pcie_index_offset = nbio_v7_0_get_pcie_index_offset,
Dnbio_v7_7.c330 .get_pcie_index_offset = nbio_v7_7_get_pcie_index_offset,
Dnbio_v6_1.c400 .get_pcie_index_offset = nbio_v6_1_get_pcie_index_offset,
Dnbio_v7_2.c414 .get_pcie_index_offset = nbio_v7_2_get_pcie_index_offset,
Dnbio_v2_3.c558 .get_pcie_index_offset = nbio_v2_3_get_pcie_index_offset,
Dnbio_v7_9.c532 .get_pcie_index_offset = nbio_v7_9_get_pcie_index_offset,
Dnbio_v7_4.c794 .get_pcie_index_offset = nbio_v7_4_get_pcie_index_offset,
Damdgpu_device.c548 pcie_index = adev->nbio.funcs->get_pcie_index_offset(adev); in amdgpu_device_indirect_rreg()
572 pcie_index = adev->nbio.funcs->get_pcie_index_offset(adev); in amdgpu_device_indirect_rreg_ext()
621 pcie_index = adev->nbio.funcs->get_pcie_index_offset(adev); in amdgpu_device_indirect_rreg64()
656 pcie_index = adev->nbio.funcs->get_pcie_index_offset(adev); in amdgpu_device_indirect_wreg()
678 pcie_index = adev->nbio.funcs->get_pcie_index_offset(adev); in amdgpu_device_indirect_wreg_ext()
725 pcie_index = adev->nbio.funcs->get_pcie_index_offset(adev); in amdgpu_device_indirect_wreg64()