Searched refs:amdgpu_mm_wdoorbell64 (Results 1 – 2 of 2) sorted by relevance
351 void amdgpu_mm_wdoorbell64(struct amdgpu_device *adev, u32 index, u64 v);367 #define WDOORBELL64(index, v) amdgpu_mm_wdoorbell64(adev, (index), (v))
100 void amdgpu_mm_wdoorbell64(struct amdgpu_device *adev, u32 index, u64 v) in amdgpu_mm_wdoorbell64() function