Home
last modified time | relevance | path

Searched refs:medium (Results 1 – 25 of 177) sorted by relevance

12345678

/openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dt-m32r32 -g0 -mmodel=medium -c $(srcdir)/config/m32r/initfini.c -o crtinit.o
37 -g0 -mmodel=medium -c $(srcdir)/config/m32r/initfini.c -o crtfini.o
45 -g0 -mmodel=medium -c $(srcdir)/config/m32r/initfini.c -m32rx \
51 -g0 -mmodel=medium -c $(srcdir)/config/m32r/initfini.c -m32rx \
54 # -mmodel={small,medium} requires separate libraries.
55 # We don't build libraries for the large model, instead we use the medium
59 MULTILIB_OPTIONS = mmodel=small/mmodel=medium m32r/m32rx
60 MULTILIB_DIRNAMES = small medium m32r m32rx
61 MULTILIB_MATCHES = mmodel?medium=mmodel?large
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dbtc_dpm.c2123 if (ps->medium.mclk > max_limits->mclk) in btc_apply_state_adjust_rules()
2124 ps->medium.mclk = max_limits->mclk; in btc_apply_state_adjust_rules()
2125 if (ps->medium.sclk > max_limits->sclk) in btc_apply_state_adjust_rules()
2126 ps->medium.sclk = max_limits->sclk; in btc_apply_state_adjust_rules()
2127 if (ps->medium.vddc > max_limits->vddc) in btc_apply_state_adjust_rules()
2128 ps->medium.vddc = max_limits->vddc; in btc_apply_state_adjust_rules()
2129 if (ps->medium.vddci > max_limits->vddci) in btc_apply_state_adjust_rules()
2130 ps->medium.vddci = max_limits->vddci; in btc_apply_state_adjust_rules()
2166 if (ps->medium.sclk < ps->low.sclk) in btc_apply_state_adjust_rules()
2167 ps->medium.sclk = ps->low.sclk; in btc_apply_state_adjust_rules()
[all …]
H A Drv6xx_dpm.c441 state->medium.sclk; in rv6xx_calculate_engine_speed_stepping_parameters()
460 state->medium.mclk; in rv6xx_calculate_memory_clock_stepping_parameters()
466 if (state->high.mclk == state->medium.mclk) in rv6xx_calculate_memory_clock_stepping_parameters()
473 if (state->medium.mclk == state->low.mclk) in rv6xx_calculate_memory_clock_stepping_parameters()
487 pi->hw.vddc[R600_POWER_LEVEL_MEDIUM] = state->medium.vddc; in rv6xx_calculate_voltage_stepping_parameters()
495 (state->medium.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE) ? true : false; in rv6xx_calculate_voltage_stepping_parameters()
502 (state->medium.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2) ? true : false; in rv6xx_calculate_voltage_stepping_parameters()
508 if ((state->high.vddc == state->medium.vddc) && in rv6xx_calculate_voltage_stepping_parameters()
510 (state->medium.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE))) in rv6xx_calculate_voltage_stepping_parameters()
516 if ((state->medium.vddc == state->low.vddc) && in rv6xx_calculate_voltage_stepping_parameters()
[all …]
H A Drv6xx_dpm.h88 struct rv6xx_pl medium; member
H A Drv770_dpm.c273 a_n = (int)state->medium.sclk * pi->lmp + in rv770_populate_smc_t()
276 (int)state->medium.sclk * pi->lmp; in rv770_populate_smc_t()
281 a_n = (int)state->high.sclk * pi->lhp + (int)state->medium.sclk * in rv770_populate_smc_t()
283 a_d = (int)state->medium.sclk * (100 - (int)pi->rmp) + in rv770_populate_smc_t()
693 &state->medium, in rv770_convert_power_state_to_smc()
713 &state->medium); in rv770_convert_power_state_to_smc()
760 STATE2(64 * high_clock / state->medium.sclk) | in rv770_program_memory_timing_parameters()
767 POWERMODE2(rv770_calculate_memory_refresh_rate(rdev, state->medium.sclk)) | in rv770_program_memory_timing_parameters()
2190 pl = &ps->medium; in rv7xx_parse_pplib_clock_info()
2447 pl = &ps->medium; in rv770_dpm_print_power_state()
[all …]
H A Drv730_dpm.c404 POWERMODE2(rv770_calculate_memory_refresh_rate(rdev, state->medium.sclk)) | in rv730_program_memory_timing_parameters()
423 state->medium.sclk, in rv730_program_memory_timing_parameters()
424 state->medium.mclk); in rv730_program_memory_timing_parameters()
H A Drv770_dpm.h153 struct rv7xx_pl medium; member
/openbsd-src/gnu/gcc/gcc/config/m32r/
H A Dt-m32r33 -mmodel=medium -c $(srcdir)/config/m32r/initfini.c \
40 -mmodel=medium -c $(srcdir)/config/m32r/initfini.c \
47 # -mmodel={small,medium} requires separate libraries.
48 # We don't build libraries for the large model, instead we use the medium
52 MULTILIB_OPTIONS = mmodel=small/mmodel=medium m32r/m32rx/m32r2
53 MULTILIB_DIRNAMES = small medium m32r m32rx m32r2
54 MULTILIB_MATCHES = mmodel?medium=mmodel?large
H A Dm32r.opt68 Code size: small, medium or large
/openbsd-src/usr.bin/file/magdir/
H A Ddump20 >0 belong 7 end of medium (for floppy),
39 >0 belong 7 end of medium (for floppy),
58 >0 lelong 7 end of medium (for floppy),
77 >0 lelong 7 end of medium (for floppy),
94 >0 leshort 7 end of medium (for floppy).
108 >0 belong 7 end of medium (for floppy),
127 >0 lelong 7 end of medium (for floppy),
/openbsd-src/usr.sbin/cron/
H A Dcron.c47 enum timejump { negative, small, medium, large }; enumerator
183 wakeupKind = medium; in main()
205 case medium: in main()
/openbsd-src/gnu/usr.bin/texinfo/lib/
H A DREADME7 are permitted in any medium without royalty provided the copyright
/openbsd-src/gnu/usr.bin/texinfo/util/
H A DREADME7 are permitted in any medium without royalty provided the copyright
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A DREADME7 are permitted in any medium without royalty provided the copyright
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/man/
H A Dencoding.pod26 permitted in any medium without royalty provided the copyright notice and
/openbsd-src/gnu/usr.bin/texinfo/
H A DAUTHORS7 are permitted in any medium without royalty provided the copyright
H A DREADME.dev7 are permitted in any medium without royalty provided the copyright
H A DINSTALL4 are permitted in any medium without royalty provided the copyright
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dperltidyrc14 # permitted in any medium without royalty provided the copyright notice and
/openbsd-src/sys/dev/ic/
H A Delink3.c723 epsetmedia(struct ep_softc *sc, int medium) in epsetmedia() argument
788 switch (medium) { in epsetmedia()
817 printf("%s unknown media 0x%x\n", sc->sc_dev.dv_xname, medium); in epsetmedia()
840 config1 |= (medium << CONFIG_MEDIAMASK_SHIFT); in epsetmedia()
844 sc->sc_dev.dv_xname, medium, config1); in epsetmedia()
855 config0 | (medium << 14)); in epsetmedia()
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/
H A DREADME.md47 permitted in any medium without royalty provided the copyright notice and
/openbsd-src/gnu/usr.bin/texinfo/info/
H A DREADME7 are permitted in any medium without royalty provided the copyright
/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Dstyle.css6 H2 { text-align: left; font-size: medium; }
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dpredicates.md141 ;; in either the medium/low or embedded medium/anywhere code models on V9.
163 ;; This is needed in the embedded medium/anywhere code model on V9. These
183 ;; This is needed in the embedded medium/anywhere code model on V9.
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A DREADME7 are permitted in any medium without royalty provided the copyright

12345678