/freebsd/share/man/man4/ |
H A D | acpi_ibm.4 | 15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 36 .Bd -ragged -offset indent 40 Alternatively, to load the driver as a 43 .Bd -literal -offset indent 50 The main purpose of this driver is to provide an interface, 62 interface has to be enabled explicitly, as it may alter the default action of 71 sysctl, is set to 80 .Bl -tag -width "subsystem" -offset indent -compact 95 .Bl -tag -width "subsystem" -offset indent -compact [all …]
|
H A D | acpi.4 | 15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 57 driver is intended to provide power management without user intervention. 59 used to modify or monitor 65 .Bl -tag -width indent 76 Lowest Cx state to use for idling the CPU. 83 should be set to 93 is equivalent to the ia32 101 but additionally requires bus mastering to be disabled. 118 exiting to legacy mode first. [all …]
|
H A D | acpi_panasonic.4 | 2 .\" Copyright (c) 2004 OGAWA Takaya <t-ogawa@triaez.kaisei.org> 15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 36 .Bd -ragged -offset indent 40 Alternatively, to load the driver as a 43 .Bd -literal -offset indent 52 On the following models it is reported to work: Let's note (or 53 Toughbook, outside Japan) CF-R1N, CF-R2A and CF-R3. 57 The first is to detect hotkey events and take corresponding actions, 59 The second role is to notify occurrences of the event by way of [all …]
|
H A D | acpi_thermal.4 | 14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 52 driver also activates the active cooling system according to 55 .Bl -tag -width indent 57 Number of seconds to continue active cooling once started. 62 If set to 1, allow user override of various setpoints (below). 68 If this is non-negative, the appropriate _AC%d object is running. 69 Set this value to the desired active cooling level to force 70 the corresponding fan object to the appropriate level. 72 If set to 1, passive cooling is enabled. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | mcp16502-regulator.txt | 4 - compatible: "microchip,mcp16502" 5 - reg: I2C slave address 6 - lpm-gpios: GPIO for LPM pin. Note that this GPIO *must* remain high during 7 suspend-to-ram, keeping the PMIC into HIBERNATE mode; this 9 - regulators: A node that houses a sub-node for each regulator within 10 the device. Each sub-node is identified using the node's 11 name. The content of each sub-node is defined by the 15 1) VDD_IO - Buck (1.2 - 3.7 V) 16 2) VDD_DDR - Buck (0.6 - 1.85 V) 17 3) VDD_CORE - Buck (0.6 - 1.85 V) [all …]
|
H A D | regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Girdwood <lgirdwood@gmail.com> 11 - Mark Brown <broonie@kernel.org> 14 regulator-nam [all...] |
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | nvidia,tegra210-bpmp.txt | 3 The Boot and Power Management Processor (BPMP) is a co-processor found 4 in Tegra210 SoC. It is designed to handle the early stages of the boot 5 process as well as to assisting in entering deep low power state 6 (suspend to ram), and also offloading DRAM memory clock scaling on 12 - compatible 15 - "nvidia,tegra210-bpmp" 16 - reg: physical base address and length for HW synchornization primitives 17 1) base address and length to Tegra 'atomics' hardware 18 2) base address and length to Tegra 'semaphore' hardware 19 - interrupts: specifies the interrupt number for receiving messages ("rx") [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am3517.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 10 /* AM3517 doesn't appear to have the crypto engines defined in omap3.dtsi */ 11 /delete-node/ &aes1_target; 12 /delete-node/ &aes2_target; 24 operating-points-v [all...] |
H A D | am33xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 8 #include <dt-bindings/bus/ti-sysc.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/pinctrl/am33xx.h> 11 #include <dt-binding [all...] |
/freebsd/sys/dev/isci/scil/ |
H A D | scic_controller.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 21 * along with this program; if not, write to the Free Software 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 44 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 48 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 80 * no phys assigned to any of the ports at start. 85 * assigned. A PORT_PHY mask that assigns just a single PHY to a port and no [all …]
|
/freebsd/sys/i386/conf/ |
H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs. 26 # for the MP Table case. However, we shouldn't try to guess and use 32 # IPI_PREEMPTION instructs the kernel to preempt threads running on other 47 # You must specify at least one CPU (the one you intend to run on); 48 # deleting the specification for CPUs you don't need to use may make 58 # CPU_ATHLON_SSE_HACK tries to enable SSE instructions when the BIOS has 59 # forgotten to enable them. 61 # CPU_BLUELIGHTNING_3X enables triple-clock mode on IBM Blue Lightning 62 # CPU if CPU supports it. The default is double-cloc [all...] |
/freebsd/sys/x86/conf/ |
H A D | NOTES | 6 # Enable the kernel DTrace hooks which are required to load the DTrace 12 # NOTE: introduces CDDL-licensed components into the kernel 33 # IPI_PREEMPTION instructs the kernel to preempt threads running on other 42 options COUNT_IPIS # Per-CPU IPI interrupt counters 58 # DEVICE_POLLING adds support for mixed interrupt-polling handling 60 # of robustness to overloads and responsivity, as well as permitting 62 # and other activities. The drawback is a moderate (up to 1/HZ seconds) 64 # It is strongly recommended to use HZ=1000 or 2000 with DEVICE_POLLING 65 # to achieve smoother behaviour. 67 # the ifconfig(8) utility, and select the CPU fraction reserved to [all …]
|
/freebsd/sys/powerpc/powerpc/ |
H A D | platform_if.m | 1 #- 15 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 41 * @defgroup PLATFORM platform - KObj methods for PowerPC platform 44 * These are used to bring up secondary CPUs, supply the physical memory 62 cpuref->cr_hwref = -1; 63 cpuref->cr_cpuid = 0; 101 * it is guaranteed to be available at this point. 110 * so the platform module can install its own high-priority MMU module at 121 * It shall provide the total and the available regions of RAM. [all …]
|
/freebsd/sys/amd64/conf/ |
H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs. 30 # You must specify at least one CPU (the one you intend to run on); 31 # deleting the specification for CPUs you don't need to use may make 53 # the /dev/3dfx0 device to work with glide implementations. This should get 54 # linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as 69 # These controllers have a SCSI-like interface, and require the 113 # EFI pseudo-device 134 # Enable 32-bit runtime support for FreeBSD/i386 binaries. 137 # Enable (32-bi [all...] |
/freebsd/sys/i386/acpica/ |
H A D | acpi_wakecode.S | 1 /*- 3 * Copyright (c) 2001-2012 Mitsuru IWASAKI <iwasaki@jp.freebsd.org> 5 * Copyright (c) 2008-2012 Jung-uk Kim <jkim@FreeBSD.org> 18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 39 * CS set to the page where we stored this code. It should configure the 41 * Depending on the previous sleep state, we may need to initialize more 42 * of the system (i.e., S3 suspend-to-RAM vs. S4 suspend-to-disk). 52 * any calls we make. Set up full 32-bit bootstrap kernel flags 58 mov %cs, %ax /* copy %cs to %ds. Remember these */ [all …]
|
/freebsd/sys/dev/rtwn/rtl8188e/usb/ |
H A D | r88eu_init.c | 3 /*- 6 * Copyright (c) 2015-2016 Andriy Voskoboinyk <avos@FreeBSD.org> 8 * Permission to use, copy, modify, and distribute this software for any 13 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 88 device_printf(sc->sc_dev, in r88eu_power_on() 103 /* Disable WL suspend. */ in r88eu_power_on() 128 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r88eu_power_on() 150 /* Move card to Low Power State. */ in r88eu_power_off() 162 device_printf(sc->sc_dev, "%s: failed to block Tx queues\n", in r88eu_power_off() 181 /* Respond TxOK to scheduler */ in r88eu_power_off() [all …]
|
/freebsd/sys/dev/rtwn/rtl8821a/ |
H A D | r21a_init.c | 1 /*- 15 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 71 /* Clear suspend and power down bits.*/ in r21a_power_on() 78 /* Enable WL suspend. */ in r21a_power_on() 91 /* Release analog Ips to digital isolation. */ in r21a_power_on() 95 /* Disable SW LPS and WL suspend. */ in r21a_power_on() 108 device_printf(sc->sc_dev, in r21a_power_on() 121 /* Disable WL suspend. */ in r21a_power_on() 170 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r21a_power_on() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/ |
H A D | nvidia,tegra20-pmc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/arm/tegra/nvidia,tegra20-pmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jonathan Hunter <jonathanh@nvidia.com> 16 - nvidia,tegra20-pmc 17 - nvidia,tegra30-pmc 18 - nvidia,tegra114-pmc 19 - nvidia,tegra124-pmc [all …]
|
/freebsd/sys/dev/firmware/xilinx/ |
H A D | pm_defs.h | 2 * Copyright (c) 2013-2022, ARM Limited and Contributors. All rights reserved. 4 * SPDX-License-Identifier: BSD-3-Clause 35 /* Capabilities for RAM */ 42 /* State arguments of the self suspend */ 101 /* API to query information from firmware */ 271 * @PM_RET_ERROR_ABORT_SUSPEND: suspend procedure has been aborted
|
/freebsd/sys/amd64/acpica/ |
H A D | acpi_wakecode.S | 1 /*- 5 * Copyright (c) 2008-2012 Jung-uk Kim <jkim@FreeBSD.org> 18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 40 * If XFirmwareWakingVector is zero and FirmwareWakingVector is non-zero 41 * in FACS, the BIOS enters here in real mode after POST with CS set to 42 * (FirmwareWakingVector >> 4) and IP set to (FirmwareWakingVector & 0xf). 43 * Depending on the previous sleep state, we may need to initialize more 44 * of the system (i.e., S3 suspend-to-RAM vs. S4 suspend-to-disk). 46 * Note: If XFirmwareWakingVector is non-zero, it should disable address [all …]
|
/freebsd/sys/dev/rtwn/rtl8812a/ |
H A D | r12a_init.c | 1 /*- 15 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 66 struct r12a_softc *rs = sc->sc_priv; in r12a_check_condition() 72 "%d/%d (5 GHz)\n", __func__, cond[0], rs->ext_pa_2g, in r12a_check_condition() 73 rs->ext_lna_2g, rs->ext_pa_5g, rs->ext_lna_5g); in r12a_check_condition() 78 if (!rs->ext_pa_2g && !rs->ext_lna_2g && in r12a_check_condition() 79 !rs->ext_pa_5g && !rs->ext_lna_5g) in r12a_check_condition() 83 if (rs->ext_pa_2g) { in r12a_check_condition() 85 mask[nmasks] |= R12A_COND_TYPE(rs->type_pa_2g); in r12a_check_condition() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mn.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/imx8mn-clock.h> 7 #include <dt-bindings/power/imx8mn-power.h> 8 #include <dt-bindings/reset/imx8mq-reset.h> 9 #include <dt-binding [all...] |
/freebsd/sys/dev/rtwn/rtl8188e/pci/ |
H A D | r88ee_init.c | 1 /*- 4 * Permission to use, copy, modify, and distribute this software for any 9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 99 device_printf(sc->sc_dev, in r88ee_power_on() 115 /* Disable WL suspend. */ in r88ee_power_on() 119 /* Auto-enable WLAN */ in r88ee_power_on() 148 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r88ee_power_on() 169 /* Move card to Low Power State. */ in r88ee_power_off() 181 device_printf(sc->sc_dev, "%s: failed to block Tx queues\n", in r88ee_power_off() 200 /* Respond TxOK to scheduler */ in r88ee_power_off() [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | gdb.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2017-2018 John H. Baldwin <jhb@FreeBSD.org> 16 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 109 static int xml_dfd = -1; 114 * valid bytes in the buffer. For a write buffer, 'start' is set to 115 * the index of the next byte in 'data' to send, and 'len' contains 116 * the remaining number of valid bytes to send. 132 * When a vCPU stops to due to an event that should be reported to the [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra20-acer-a500-picasso.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/input/atmel-maxtouch.h> 5 #include <dt-bindings/input/gpio-keys.h> 6 #include <dt-bindings/input/input.h> 7 #include <dt-binding [all...] |