HomeSort by: relevance | last modified time | path
    Searched defs:ucode_size (Results 1 - 22 of 22) sorted by relevancy

  /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_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_v11_0.c 676 unsigned int ucode_size; local in function:psp_v11_0_compare_sram_data
687 ucode_size = ucode->ucode_size;
689 while (ucode_size) {
697 ucode_size -= 4;
amdgpu_gmc_v6_0.c 172 int i, regs_size, ucode_size; local in function:gmc_v6_0_mc_load_microcode
186 ucode_size = le32_to_cpu(hdr->header.ucode_size_bytes) / 4;
204 for (i = 0; i < ucode_size; i++) {
amdgpu_gmc_v7_0.c 192 int i, ucode_size, regs_size; local in function:gmc_v7_0_mc_load_microcode
204 ucode_size = le32_to_cpu(hdr->header.ucode_size_bytes) / 4;
221 for (i = 0; i < ucode_size; i++)
amdgpu_gmc_v8_0.c 309 int i, ucode_size, regs_size; local in function:gmc_v8_0_tonga_mc_load_microcode
329 ucode_size = le32_to_cpu(hdr->header.ucode_size_bytes) / 4;
346 for (i = 0; i < ucode_size; i++)
378 int i, ucode_size, regs_size; local in function:gmc_v8_0_polaris_mc_load_microcode
398 ucode_size = le32_to_cpu(hdr->header.ucode_size_bytes) / 4;
416 for (i = 0; i < ucode_size; i++)
amdgpu_ucode.h 359 uint32_t ucode_size; member in struct:amdgpu_firmware_info
  /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_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...]
radeon_ni.c 649 int i, ucode_size, regs_size; local in function:ni_mc_load_microcode
657 ucode_size = BTC_MC_UCODE_SIZE;
662 ucode_size = BTC_MC_UCODE_SIZE;
668 ucode_size = BTC_MC_UCODE_SIZE;
673 ucode_size = CAYMAN_MC_UCODE_SIZE;
698 for (i = 0; i < ucode_size; i++)
radeon_si.c 1590 int i, regs_size, ucode_size; local in function:si_mc_load_microcode
1603 ucode_size = le32_to_cpu(hdr->header.ucode_size_bytes) / 4;
1607 ucode_size = rdev->mc_fw->size / 4;
1653 for (i = 0; i < ucode_size; i++) {
radeon_cik.c 1893 int i, regs_size, ucode_size; local in function:ci_mc_load_microcode
1907 ucode_size = le32_to_cpu(hdr->header.ucode_size_bytes) / 4;
1911 ucode_size = rdev->mc_fw->size / 4;
1955 for (i = 0; i < ucode_size; i++) {
  /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;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
acr.h 91 u32 ucode_size; member in struct:nvkm_acr_lsfw
  /src/sys/dev/pci/
if_ipwvar.h 36 int ucode_size; member in struct:ipw_firmware
if_iwivar.h 36 int ucode_size; member in struct:iwi_firmware
if_ipwreg.h 123 u_int32_t ucode_size; /* microcode size */ member in struct:ipw_firmware_hdr
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/
acr.h 67 u32 ucode_size; member in struct:lsb_header_tail

Completed in 38 milliseconds