Searched refs:psp_ring_reg (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_psp_v10_0.c171 unsigned int psp_ring_reg = 0; local
176 psp_ring_reg = lower_32_bits(ring->ring_mem_mc_addr);
177 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_69, psp_ring_reg);
179 psp_ring_reg = upper_32_bits(ring->ring_mem_mc_addr);
180 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_70, psp_ring_reg);
182 psp_ring_reg = ring->ring_size;
183 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_71, psp_ring_reg);
185 psp_ring_reg = ring_type;
186 psp_ring_reg = psp_ring_reg << 1
203 unsigned int psp_ring_reg = 0; local
[all...]
H A Damdgpu_psp_v3_1.c304 unsigned int psp_ring_reg = 0; local
318 psp_ring_reg = lower_32_bits(ring->ring_mem_mc_addr);
319 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_102, psp_ring_reg);
321 psp_ring_reg = upper_32_bits(ring->ring_mem_mc_addr);
322 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_103, psp_ring_reg);
325 psp_ring_reg = ring_type;
326 psp_ring_reg = psp_ring_reg << 16;
327 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_101, psp_ring_reg);
339 psp_ring_reg
368 unsigned int psp_ring_reg = 0; local
[all...]
H A Damdgpu_psp_v12_0.c247 unsigned int psp_ring_reg = 0; local
253 psp_ring_reg = lower_32_bits(ring->ring_mem_mc_addr);
254 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_102, psp_ring_reg);
256 psp_ring_reg = upper_32_bits(ring->ring_mem_mc_addr);
257 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_103, psp_ring_reg);
272 psp_ring_reg = lower_32_bits(ring->ring_mem_mc_addr);
273 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_69, psp_ring_reg);
275 psp_ring_reg = upper_32_bits(ring->ring_mem_mc_addr);
276 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_70, psp_ring_reg);
278 psp_ring_reg
[all...]
H A Damdgpu_psp_v11_0.c489 unsigned int psp_ring_reg = 0; local
501 psp_ring_reg = lower_32_bits(ring->ring_mem_mc_addr);
502 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_102, psp_ring_reg);
504 psp_ring_reg = upper_32_bits(ring->ring_mem_mc_addr);
505 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_103, psp_ring_reg);
528 psp_ring_reg = lower_32_bits(ring->ring_mem_mc_addr);
529 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_69, psp_ring_reg);
531 psp_ring_reg = upper_32_bits(ring->ring_mem_mc_addr);
532 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_70, psp_ring_reg);
534 psp_ring_reg
[all...]

Completed in 186 milliseconds