Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_nbio.h65 u32 (*get_pcie_port_index_offset)(struct amdgpu_device *adev); member
Dnbio_v7_7.c353 .get_pcie_port_index_offset = nbio_v7_7_get_pcie_port_index_offset,
Dnbio_v7_11.c374 .get_pcie_port_index_offset = nbio_v7_11_get_pcie_port_index_offset,
Dnbio_v7_2.c427 .get_pcie_port_index_offset = nbio_v7_2_get_pcie_port_index_offset,
Damdgpu_device.c6466 address = adev->nbio.funcs->get_pcie_port_index_offset(adev); in amdgpu_device_pcie_port_rreg()
6482 address = adev->nbio.funcs->get_pcie_port_index_offset(adev); in amdgpu_device_pcie_port_wreg()