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

  /src/usr.bin/make/unit-tests/
dep-var.mk 18 # At the point where the expression ${DEF2} is expanded, the variable DEF2
20 all: $${DEF2} a-$${DEF2}-b
58 DEF2= def2
83 undef1 def2 a-def2-b 1-2-$$INDIRECT_2-2-1 ${:U\$)}: target
dep-var.mk 18 # At the point where the expression ${DEF2} is expanded, the variable DEF2
20 all: $${DEF2} a-$${DEF2}-b
58 DEF2= def2
83 undef1 def2 a-def2-b 1-2-$$INDIRECT_2-2-1 ${:U\$)}: target
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mmhub_v1_0.c 442 uint32_t def, data, def1, data1, def2 = 0, data2 = 0; local in function:mmhub_v1_0_update_medium_grain_clock_gating
448 def2 = data2 = RREG32_SOC15(MMHUB, 0, mmDAGB1_CNTL_MISC2);
498 if (adev->asic_type != CHIP_RAVEN && def2 != data2)
amdgpu_mmhub_v1_0.c 442 uint32_t def, data, def1, data1, def2 = 0, data2 = 0; local in function:mmhub_v1_0_update_medium_grain_clock_gating
448 def2 = data2 = RREG32_SOC15(MMHUB, 0, mmDAGB1_CNTL_MISC2);
498 if (adev->asic_type != CHIP_RAVEN && def2 != data2)
  /src/libexec/ld.elf_so/arch/mips/
mips_reloc.c 371 const Elf_Sym *def2; local in function:_rtld_relocate_nonplt_objects
379 def2 = obj->symtab + ELF_R_SYM(rel->r_info);
386 obj->strtab + def2->st_name,
405 if (def2->st_info ==
417 obj->strtab + def2->st_name, obj->path));
mips_reloc.c 371 const Elf_Sym *def2; local in function:_rtld_relocate_nonplt_objects
379 def2 = obj->symtab + ELF_R_SYM(rel->r_info);
386 obj->strtab + def2->st_name,
405 if (def2->st_info ==
417 obj->strtab + def2->st_name, obj->path));
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_ci_smumgr.c 726 const uint16_t *def1, *def2; local in function:ci_populate_bapm_parameters_in_dpm_table
751 def2 = defaults->bapmti_rc;
757 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2);
759 def2++;
amdgpu_iceland_smumgr.c 1862 const uint16_t *def1, *def2; local in function:iceland_populate_bapm_parameters_in_dpm_table
1896 def2 = defaults->bapmti_rc;
1902 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2);
1904 def2++;
amdgpu_ci_smumgr.c 726 const uint16_t *def1, *def2; local in function:ci_populate_bapm_parameters_in_dpm_table
751 def2 = defaults->bapmti_rc;
757 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2);
759 def2++;
amdgpu_iceland_smumgr.c 1862 const uint16_t *def1, *def2; local in function:iceland_populate_bapm_parameters_in_dpm_table
1896 def2 = defaults->bapmti_rc;
1902 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2);
1904 def2++;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ci_dpm.c 445 const u16 *def2; local in function:ci_populate_bapm_parameters_in_dpm_table
467 def2 = pt_defaults->bapmti_rc;
473 dpm_table->BAPMTI_RC[i][j][k] = cpu_to_be16(*def2);
475 def2++;
radeon_ci_dpm.c 445 const u16 *def2; local in function:ci_populate_bapm_parameters_in_dpm_table
467 def2 = pt_defaults->bapmti_rc;
473 dpm_table->BAPMTI_RC[i][j][k] = cpu_to_be16(*def2);
475 def2++;

Completed in 43 milliseconds