HomeSort by: relevance | last modified time | path
    Searched refs:highest (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/selftests/
drm_mm_selftests.h 26 selftest(highest, igt_highest)
  /src/sys/altq/
altq_jobs.c 1276 int lowest, highest; local in function:assign_rate_drops_adc
1385 highest = 0;
1388 while (highest < jif->jif_maxpri+1 && available[highest] >= 0)
1389 highest++; /* which is the highest class that needs more service? */
1393 while (highest != jif->jif_maxpri+1 && lowest != -1) {
1394 /* give the excess service from lowest to highest */
1395 if (available[lowest]+available[highest] > 0) {
1398 * give all that is needed by "highest"
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
smu_internal.h 138 #define smu_force_dpm_limit_value(smu, highest) \
139 ((smu)->ppt_funcs->force_dpm_limit_value ? (smu)->ppt_funcs->force_dpm_limit_value((smu), (highest)) : 0)
amdgpu_renoir_ppt.c 414 static int renoir_force_dpm_limit_value(struct smu_context *smu, bool highest)
432 force_freq = highest ? max_freq : min_freq;
amdgpu_arcturus_ppt.c 835 pr_err("Failed to upload dpm max level to highest!\n");
1161 static int arcturus_force_dpm_limit_value(struct smu_context *smu, bool highest)
1170 if (highest)
1182 highest ? "highest" : "lowest");
1189 highest ? "highest" : "lowest");
1195 * Force XGMI Pstate to highest or lowest
1198 ret = smu_v11_0_set_xgmi_pstate(smu, highest ? 1 : 0);
amdgpu_vega20_ppt.c 1318 pr_err("Failed to upload dpm max level to highest!\n");
1345 pr_err("Failed to upload dpm max level to highest!\n");
1372 pr_err("Failed to upload dpm max level to highest!\n");
1399 pr_err("Failed to upload dpm max level to highest!\n");
2061 pr_err("Failed to set uclk to highest dpm level");
2327 static int vega20_force_dpm_limit_value(struct smu_context *smu, bool highest)
2334 if (highest)
2343 if (highest)
2352 if (highest)
2364 highest ? "highest" : "lowest")
    [all...]
amdgpu_navi10_ppt.c 1095 static int navi10_force_dpm_limit_value(struct smu_context *smu, bool highest)
1113 force_freq = highest ? max_freq : min_freq;
2266 /* Force UCLK out of the highest DPM */
  /src/sys/arch/i386/stand/lib/
bios_disk.S 109 xchgb %ch, %cl # cylinder; the highest 2 bits of cyl is in %cl
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8mq-phanbell.dts 98 <&A53_0 0 1>; /* Exclude highest OPP */
104 <&A53_0 0 2>; /* Exclude two highest OPPs */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sdm660.dtsi 20 * 775MHz is only available on the highest speed bin
  /src/libexec/ld.elf_so/arch/powerpc/
ppc_reloc.c 73 #define highest(x) __hi(__u64(x), 48) macro
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h 461 int (*force_dpm_limit_value)(struct smu_context *smu, bool highest);
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 1330 # we determine the highest priority exception(if any) set by the
1357 bfffo %d0{&24:&8},%d0 # find highest priority exception
1558 # determine the highest priority exception(if any) set by the
1626 bfffo %d0{&24:&8},%d0 # find highest priority exception
1875 # we determine the highest priority exception(if any) set by the
1935 bfffo %d0{&24:&8},%d0 # find highest priority exception
2115 # determine the highest priority exception(if any) set by the
2171 bfffo %d0{&24:&8},%d0 # find highest priority exception
2627 # we determine the highest priority exception(if any) set by the
2659 bfffo %d0{&24:&8},%d0 # find highest priority exceptio
    [all...]
fpsp.s 1330 # we determine the highest priority exception(if any) set by the
1357 bfffo %d0{&24:&8},%d0 # find highest priority exception
1558 # determine the highest priority exception(if any) set by the
1626 bfffo %d0{&24:&8},%d0 # find highest priority exception
1875 # we determine the highest priority exception(if any) set by the
1935 bfffo %d0{&24:&8},%d0 # find highest priority exception
2115 # determine the highest priority exception(if any) set by the
2171 bfffo %d0{&24:&8},%d0 # find highest priority exception
2627 # we determine the highest priority exception(if any) set by the
2659 bfffo %d0{&24:&8},%d0 # find highest priority exceptio
    [all...]

Completed in 27 milliseconds