OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:psp_ring_reg
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v10_0.c
171
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
<< 16
203
unsigned int
psp_ring_reg
= 0;
local
[
all
...]
amdgpu_psp_v12_0.c
247
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
= ring->ring_size
[
all
...]
amdgpu_psp_v3_1.c
304
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
= lower_32_bits(ring->ring_mem_mc_addr)
368
unsigned int
psp_ring_reg
= 0;
local
[
all
...]
amdgpu_psp_v11_0.c
489
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
= ring->ring_size
[
all
...]
Completed in 64 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026