OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_size
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v8_0.c
3906
int
list_size
,
3917
for (; ind_offset <
list_size
; ind_offset++) {
3962
int
list_size
;
local in function:gfx_v8_0_init_save_restore_list
3991
list_size
= adev->gfx.rlc.reg_list_size_bytes >> 2;
3992
list_size
=
list_size
>> 1;
3994
WREG32(mmRLC_GPM_SCRATCH_DATA,
list_size
);
amdgpu_gfx_v9_0.c
2587
int
list_size
,
2596
for (; indirect_offset <
list_size
; indirect_offset++) {
2630
int
list_size
= 0;
local in function:gfx_v9_1_init_rlc_save_restore_list
2695
list_size
= adev->gfx.rlc.reg_list_size_bytes >> 2;
2696
list_size
=
list_size
>> 1;
2699
WREG32(SOC15_REG_OFFSET(GC, 0, mmRLC_GPM_SCRATCH_DATA),
list_size
);
/src/sys/dev/ic/
aic79xx.c
5081
bus_size_t
list_size
;
local in function:ahd_sglist_size
5083
list_size
= sizeof(struct ahd_dma_seg) * AHD_NSEG;
5085
list_size
= sizeof(struct ahd_dma64_seg) * AHD_NSEG;
5086
return (
list_size
);
Completed in 26 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025