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