| /freebsd/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | nvidia,tegra124-soctherm.txt | 35 - throttle-cfgs: A sub-node which is a container of configuration for each 36 hardware throttle events. These events can be set as cooling devices. 37 * throttle events: Sub-nodes must be named as "light" or "heavy". 39 - nvidia,priority: Each throttles has its own throttle settings, so the 40 SW need to set priorities for various throttle, the HW arbiter can select 41 the final throttle settings. 51 level of pulse skippers, which used to throttle clock frequencies. It 57 It is the level of pulse skippers, which used to throttle clock 70 valid only for OCx throttle events. 79 - nvidia,throttle-period-us: Specifies the number of uSec for which [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | tt.c | 30 tt->throttle = false; in iwl_mvm_enter_ctkill() 452 if (!tt->throttle && throttle_enable) { in iwl_mvm_tt_handler() 455 tt->throttle = true; in iwl_mvm_tt_handler() 456 } else if (tt->throttle && !tt->dynamic_smps && in iwl_mvm_tt_handler() 461 tt->throttle = false; in iwl_mvm_tt_handler() 841 tt->throttle = false; in iwl_mvm_thermal_initialize()
|
| /freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
| H A D | rk3288-veyron-mickey.dts | 85 * After 1st level, throttle the CPU down to as low as 1.4 GHz 180 /* After 1st level throttle the GPU down to as low as 400 MHz */ 187 * Slightly after we throttle the GPU, we'll also make sure that 189 * throttle the CPU lower than 1.4 GHz due to GPU heat--we'll
|
| /freebsd/sys/arm/allwinner/ |
| H A D | aw_thermal.c | 359 int throttle; member 512 if (enable == sc->throttle) in aw_thermal_throttle() 531 sc->throttle = enable; in aw_thermal_throttle() 552 if (aw_thermal_throttle_enable == 0 || sc->throttle == 0 || in aw_thermal_cf_pre_change()
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctfmerge.c | 635 int throttle, nslots, i; in wq_init() local 656 throttle = atoi(getenv("CTFMERGE_INPUT_THROTTLE")); in wq_init() 658 throttle = MERGE_INPUT_THROTTLE_LEN; in wq_init() 659 wq->wq_ithrottle = throttle * wq->wq_nthreads; in wq_init()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_timer.c | 336 if (p->throttle > 0) { in timer() 337 p->throttle--; in timer()
|
| H A D | ntp_proto.c | 2335 peer->throttle = (NTP_SHIFT + 1) * (1 << peer->minpoll); in receive() 3123 utemp = current_time + max(peer->throttle - (NTP_SHIFT - 1) * in poll_update() 3206 if (peer->throttle > (1 << peer->minpoll)) in poll_update() 3218 peer->burst, peer->retry, peer->throttle, in poll_update() 4222 peer->throttle += (1 << peer->minpoll) - 2; in peer_xmit() 4533 peer->throttle += (1 << peer->minpoll) - 2; in peer_xmit() 4957 pool->throttle += (1 << pool->minpoll) - 2; in pool_xmit()
|
| /freebsd/sys/dev/mxge/ |
| H A D | if_mxge.c | 603 if (sc->throttle) in mxge_select_firmware() 604 force_firmware = sc->throttle; in mxge_select_firmware() 1298 if (sc->throttle) { in mxge_reset() 1299 cmd.data0 = sc->throttle; in mxge_reset() 1315 unsigned int throttle; in mxge_change_throttle() local 1318 throttle = sc->throttle; in mxge_change_throttle() 1319 err = sysctl_handle_int(oidp, &throttle, arg2, req); in mxge_change_throttle() 1324 if (throttle == sc->throttle) in mxge_change_throttle() 1327 if (throttle < MXGE_MIN_THROTTLE || throttle > MXGE_MAX_THROTTLE) in mxge_change_throttle() 1331 cmd.data0 = throttle; in mxge_change_throttle() [all …]
|
| H A D | if_mxge_var.h | 242 int throttle; member
|
| /freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
| H A D | tegra124.dtsi | 962 throttle-cfgs { 1290 cpu_throttle_trip: throttle-trip { 1318 mem-throttle-trip { 1346 gpu_throttle_trip: throttle-trip { 1374 pllx-throttle-trip {
|
| H A D | tegra30.dtsi | 1293 /* throttle at 80C until temperature drops to 79.8C */ 1299 level2_trip: cpu-div2-throttle { 1300 /* hardware CPU x2 freq throttle at 85C */
|
| H A D | tegra30-asus-nexus7-grouper-common.dtsi | 1259 /* throttle at 57C until temperature drops to 56.8C */ 1294 /* throttle at 85C until temperature drops to 84.8C */
|
| H A D | tegra30-cardhu.dtsi | 689 /* throttle at 57C until temperature drops to 56.8C */
|
| H A D | tegra30-asus-transformer-common.dtsi | 1717 /* throttle at 57C until temperature drops to 56.8C */ 1752 /* throttle at 75C until temperature drops to 74.8C */
|
| H A D | tegra124-nyan.dtsi | 821 /* throttle at 70C until temperature drops to 69.8C */
|
| H A D | tegra30-lg-x3.dtsi | 1750 /* throttle at 50C until temperature drops to 49.8C */ 1785 /* throttle at 75C until temperature drops to 74.8C */
|
| /freebsd/sys/dev/aq/ |
| H A D | aq_hw_llh_internal.h | 497 #define intr_thr_adr(throttle) (0x00002800u + (throttle) * 0x4) argument
|
| H A D | aq_hw_llh.c | 637 reg_irq_thr_set(struct aq_hw *aq_hw, uint32_t intr_thr, uint32_t throttle) in reg_irq_thr_set() argument 639 AQ_WRITE_REG(aq_hw, intr_thr_adr(throttle), intr_thr); in reg_irq_thr_set()
|
| H A D | aq_hw_llh.h | 368 void reg_irq_thr_set(struct aq_hw *aq_hw, uint32_t intr_thr, uint32_t throttle);
|
| /freebsd/usr.sbin/bsdconfig/include/ |
| H A D | options.hlp | 13 workstation. This will throttle the workstation back to prevent
|
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-asrock-x570d4u.dts | 113 /* Z */ "", "", "led-fault-n", "output-bmc-throttle-n", "", "",
|
| /freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra210.dtsi | 1352 throttle-cfgs { 2066 cpu_throttle_trip: throttle-trip { 2095 dram_throttle: mem-throttle-trip { 2141 gpu_throttle_trip: throttle-trip { 2170 pllx-throttle-trip {
|
| H A D | tegra132.dtsi | 880 throttle-cfgs { 1151 cpu_throttle_trip: throttle-trip { 1208 gpu_throttle_trip: throttle-trip {
|
| /freebsd/contrib/ntp/include/ |
| H A D | ntp.h | 391 int throttle; /* rate control */ 387 int throttle; /* rate control */ global() member
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | bnxt_re.h | 1048 u16 nq_id, u32 throttle);
|