OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ucode_size
(Results
1 - 25
of
66
) sorted by relevancy
1
2
3
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cgs.c
250
uint32_t
ucode_size
;
local in function:amdgpu_cgs_get_firmware_info
472
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
478
info->image_size =
ucode_size
;
amdgpu_psp_v10_0.c
333
unsigned int
ucode_size
;
local in function:psp_v10_0_compare_sram_data
344
ucode_size
= ucode->
ucode_size
;
346
while (!
ucode_size
) {
354
ucode_size
-= 4;
amdgpu_si_smc.c
213
u32
ucode_size
;
local in function:amdgpu_si_load_smc_ucode
226
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
229
if (
ucode_size
& 3)
235
while (
ucode_size
>= 4) {
242
ucode_size
-= 4;
amdgpu_cgs.c
250
uint32_t
ucode_size
;
local in function:amdgpu_cgs_get_firmware_info
472
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
478
info->image_size =
ucode_size
;
amdgpu_psp_v10_0.c
333
unsigned int
ucode_size
;
local in function:psp_v10_0_compare_sram_data
344
ucode_size
= ucode->
ucode_size
;
346
while (!
ucode_size
) {
354
ucode_size
-= 4;
amdgpu_si_smc.c
213
u32
ucode_size
;
local in function:amdgpu_si_load_smc_ucode
226
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
229
if (
ucode_size
& 3)
235
while (
ucode_size
>= 4) {
242
ucode_size
-= 4;
amdgpu_cgs.c
250
uint32_t
ucode_size
;
local in function:amdgpu_cgs_get_firmware_info
472
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
478
info->image_size =
ucode_size
;
amdgpu_psp_v10_0.c
333
unsigned int
ucode_size
;
local in function:psp_v10_0_compare_sram_data
344
ucode_size
= ucode->
ucode_size
;
346
while (!
ucode_size
) {
354
ucode_size
-= 4;
amdgpu_si_smc.c
213
u32
ucode_size
;
local in function:amdgpu_si_load_smc_ucode
226
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
229
if (
ucode_size
& 3)
235
while (
ucode_size
>= 4) {
242
ucode_size
-= 4;
amdgpu_psp_v12_0.c
437
unsigned int
ucode_size
;
local in function:psp_v12_0_compare_sram_data
448
ucode_size
= ucode->
ucode_size
;
450
while (
ucode_size
) {
458
ucode_size
-= 4;
amdgpu_psp_v12_0.c
437
unsigned int
ucode_size
;
local in function:psp_v12_0_compare_sram_data
448
ucode_size
= ucode->
ucode_size
;
450
while (
ucode_size
) {
458
ucode_size
-= 4;
amdgpu_psp_v12_0.c
437
unsigned int
ucode_size
;
local in function:psp_v12_0_compare_sram_data
448
ucode_size
= ucode->
ucode_size
;
450
while (
ucode_size
) {
458
ucode_size
-= 4;
amdgpu_psp_v3_1.c
513
unsigned int
ucode_size
;
local in function:psp_v3_1_compare_sram_data
524
ucode_size
= ucode->
ucode_size
;
526
while (
ucode_size
) {
534
ucode_size
-= 4;
amdgpu_psp_v3_1.c
513
unsigned int
ucode_size
;
local in function:psp_v3_1_compare_sram_data
524
ucode_size
= ucode->
ucode_size
;
526
while (
ucode_size
) {
534
ucode_size
-= 4;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ci_smc.c
195
u32
ucode_size
;
local in function:ci_load_smc_ucode
209
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
216
ucode_size
= BONAIRE_SMC_UCODE_SIZE;
220
ucode_size
= HAWAII_SMC_UCODE_SIZE;
230
if (
ucode_size
& 3)
236
while (
ucode_size
>= 4) {
243
ucode_size
-= 4;
radeon_si_smc.c
220
u32
ucode_size
;
local in function:si_load_smc_ucode
234
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
241
ucode_size
= TAHITI_SMC_UCODE_SIZE;
245
ucode_size
= PITCAIRN_SMC_UCODE_SIZE;
249
ucode_size
= VERDE_SMC_UCODE_SIZE;
253
ucode_size
= OLAND_SMC_UCODE_SIZE;
257
ucode_size
= HAINAN_SMC_UCODE_SIZE;
266
if (
ucode_size
& 3)
272
while (
ucode_size
>= 4) {
279
ucode_size
-= 4
[
all
...]
radeon_ci_smc.c
195
u32
ucode_size
;
local in function:ci_load_smc_ucode
209
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
216
ucode_size
= BONAIRE_SMC_UCODE_SIZE;
220
ucode_size
= HAWAII_SMC_UCODE_SIZE;
230
if (
ucode_size
& 3)
236
while (
ucode_size
>= 4) {
243
ucode_size
-= 4;
radeon_si_smc.c
220
u32
ucode_size
;
local in function:si_load_smc_ucode
234
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
241
ucode_size
= TAHITI_SMC_UCODE_SIZE;
245
ucode_size
= PITCAIRN_SMC_UCODE_SIZE;
249
ucode_size
= VERDE_SMC_UCODE_SIZE;
253
ucode_size
= OLAND_SMC_UCODE_SIZE;
257
ucode_size
= HAINAN_SMC_UCODE_SIZE;
266
if (
ucode_size
& 3)
272
while (
ucode_size
>= 4) {
279
ucode_size
-= 4
[
all
...]
radeon_ci_smc.c
195
u32
ucode_size
;
local in function:ci_load_smc_ucode
209
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
216
ucode_size
= BONAIRE_SMC_UCODE_SIZE;
220
ucode_size
= HAWAII_SMC_UCODE_SIZE;
230
if (
ucode_size
& 3)
236
while (
ucode_size
>= 4) {
243
ucode_size
-= 4;
radeon_si_smc.c
220
u32
ucode_size
;
local in function:si_load_smc_ucode
234
ucode_size
= le32_to_cpu(hdr->header.ucode_size_bytes);
241
ucode_size
= TAHITI_SMC_UCODE_SIZE;
245
ucode_size
= PITCAIRN_SMC_UCODE_SIZE;
249
ucode_size
= VERDE_SMC_UCODE_SIZE;
253
ucode_size
= OLAND_SMC_UCODE_SIZE;
257
ucode_size
= HAINAN_SMC_UCODE_SIZE;
266
if (
ucode_size
& 3)
272
while (
ucode_size
>= 4) {
279
ucode_size
-= 4
[
all
...]
radeon_rv770_smc.c
494
u16
ucode_size
;
local in function:rv770_load_smc_ucode
504
ucode_size
= RV770_SMC_UCODE_SIZE;
511
ucode_size
= RV730_SMC_UCODE_SIZE;
518
ucode_size
= RV710_SMC_UCODE_SIZE;
525
ucode_size
= RV740_SMC_UCODE_SIZE;
532
ucode_size
= CEDAR_SMC_UCODE_SIZE;
539
ucode_size
= REDWOOD_SMC_UCODE_SIZE;
546
ucode_size
= JUNIPER_SMC_UCODE_SIZE;
554
ucode_size
= CYPRESS_SMC_UCODE_SIZE;
561
ucode_size
= BARTS_SMC_UCODE_SIZE
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc_fw.h
88
u32
ucode_size
;
member in struct:intel_uc_fw
212
return sizeof(struct uc_css_header) + uc_fw->
ucode_size
;
intel_uc_fw.h
88
u32
ucode_size
;
member in struct:intel_uc_fw
212
return sizeof(struct uc_css_header) + uc_fw->
ucode_size
;
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
acr.h
91
u32
ucode_size
;
member in struct:nvkm_acr_lsfw
acr.h
91
u32
ucode_size
;
member in struct:nvkm_acr_lsfw
Completed in 36 milliseconds
1
2
3
Indexes created Wed Sep 24 05:09:52 GMT 2025