Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/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 Damdgpu_si.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()
2396 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in si_pif_phy0_rreg()
2407 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in si_pif_phy0_wreg()
2418 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in si_pif_phy1_rreg()
[all …]
H A Damdgpu_device.c552 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_rreg()
559 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_rreg()
580 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_rreg_ext()
601 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_rreg_ext()
625 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_rreg64()
660 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_wreg()
686 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_wreg_ext()
729 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_indirect_wreg64()
3610 mtx_init(&adev->pcie_idx_lock, IPL_TTY); in amdgpu_device_init()
6109 spin_lock_irqsave(&adev->pcie_idx_lock, flags); in amdgpu_device_pcie_port_rreg()
[all …]
H A Damdgpu_cik.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.h851 spinlock_t pcie_idx_lock; member
/openbsd/sys/dev/pci/drm/radeon/
H A Dr300.c64 spin_lock_irqsave(&rdev->pcie_idx_lock, flags); in rv370_pcie_rreg()
67 spin_unlock_irqrestore(&rdev->pcie_idx_lock, flags); in rv370_pcie_rreg()
75 spin_lock_irqsave(&rdev->pcie_idx_lock, flags); in rv370_pcie_wreg()
78 spin_unlock_irqrestore(&rdev->pcie_idx_lock, flags); in rv370_pcie_wreg()
H A Dradeon_device.c1403 mtx_init(&rdev->pcie_idx_lock, IPL_TTY); in radeon_device_init()
H A Dradeon.h2381 spinlock_t pcie_idx_lock; member