Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
HDnbio_v7_0.c288 .get_pcie_index_offset = nbio_v7_0_get_pcie_index_offset,
HDnbio_v6_1.c279 .get_pcie_index_offset = nbio_v6_1_get_pcie_index_offset,
HDsoc15.c75 address = adev->nbio_funcs->get_pcie_index_offset(adev); in soc15_pcie_rreg()
90 address = adev->nbio_funcs->get_pcie_index_offset(adev); in soc15_pcie_wreg()
HDamdgpu.h1271 u32 (*get_pcie_index_offset)(struct amdgpu_device *adev); member