Home
last modified time | relevance | path

Searched refs:pcie_idx_lock (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Ddf_v3_6.c54 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in df_v3_6_get_fica()
64 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in df_v3_6_get_fica()
77 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in df_v3_6_set_fica()
87 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in df_v3_6_set_fica()
105 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in df_v3_6_perfmon_rreg()
110 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in df_v3_6_perfmon_rreg()
127 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in df_v3_6_perfmon_wreg()
132 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in df_v3_6_perfmon_wreg()
146 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in df_v3_6_perfmon_arm_with_status()
156 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in df_v3_6_perfmon_arm_with_status()
H A Dsi.c1023 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in si_pcie_rreg()
1027 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in si_pcie_rreg()
1035 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in si_pcie_wreg()
1040 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in si_pcie_wreg()
1048 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in si_pciep_rreg()
1052 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in si_pciep_rreg()
1060 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in si_pciep_wreg()
2374 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in si_pif_phy0_rreg()
2385 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in si_pif_phy0_wreg()
2396 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in si_pif_phy1_rreg()
[all …]
H A Damdgpu_device.c962 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_rreg()
1000 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_rreg_ext()
1045 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_rreg64()
1077 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_rreg64_ext()
1130 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_wreg()
1156 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_wreg_ext()
1199 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_wreg64()
1230 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_wreg64_ext()
4322 spin_lock_init(&adev->pcie_idx_lock); in amdgpu_device_init()
6880 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_pcie_port_rreg()
[all …]
H A Dcik.c157 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in cik_pcie_rreg()
161 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in cik_pcie_rreg()
169 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in cik_pcie_wreg()
174 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in cik_pcie_wreg()
H A Dvi.c303 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in vi_pcie_rreg()
307 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in vi_pcie_rreg()
315 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in vi_pcie_wreg()
320 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in vi_pcie_wreg()
H A Damdgpu.h914 spinlock_t pcie_idx_lock; member
/linux-6.15/drivers/gpu/drm/radeon/
H A Dr300.c65 spin_lock_irqsave(&rdev->pcie_idx_lock, flags); in rv370_pcie_rreg()
68 spin_unlock_irqrestore(&rdev->pcie_idx_lock, flags); in rv370_pcie_rreg()
76 spin_lock_irqsave(&rdev->pcie_idx_lock, flags); in rv370_pcie_wreg()
79 spin_unlock_irqrestore(&rdev->pcie_idx_lock, flags); in rv370_pcie_wreg()
H A Dradeon_device.c1386 spin_lock_init(&rdev->pcie_idx_lock); in radeon_device_init()
H A Dradeon.h2334 spinlock_t pcie_idx_lock; member