/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | pmc.txt | 4 - compatible: "fsl,<chip>-pmc". 6 "fsl,mpc8349-pmc" should be listed for any chip whose PMC is 7 compatible. "fsl,mpc8313-pmc" should also be listed for any chip 8 whose PMC is compatible, and implies deep-sleep capability. 10 "fsl,mpc8548-pmc" should be listed for any chip whose PMC is 11 compatible. "fsl,mpc8536-pmc" should also be listed for any chip 12 whose PMC is compatible, and implies deep-sleep capability. 14 "fsl,mpc8641d-pmc" should be listed for any chip whose PMC is 15 compatible; all statements below that apply to "fsl,mpc8548-pmc" also 16 apply to "fsl,mpc8641d-pmc". [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | sprd,pinctrl.txt | 16 of them, so we can not make every Spreadtrum-special configuration 29 to configure the pin sleep mode, function select and sleep related 32 Now we have 4 systems for sleep mode on SC9860 SoC: AP system, 33 PUBCP system, TGLDSP system and AGDSP system. And the pin sleep 35 - input-enable 36 - input-disable 37 - outpu [all...] |
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
H A D | fm_port_dsar.h | 2 * Copyright 2008-2012 Freescale Semiconductor Inc. 36 @Description Deep Sleep Auto Response project - common module header file. 38 Author - Eyal Harari 53 @Description Deep Sleep Auto Response VLAN-IPv4 Binding Table (for ARP/ICMPv4) 59 …uint16_t vlanId; /*!< 12 bits VLAN ID. The 4 left-most bits should be cleared … 65 @Description Deep Sleep Auto Response Address Resolution Protocol Statistics Descriptor 67 0x00 INVAL_CNT Invalid ARP IPv4-Ethernet counter 70 0x0C AR_CNT Auto-Response counter 78 uint32_t invalCnt; /**< Invalid ARP IPv4-Ethernet counter. */ 81 uint32_t arCnt; /**< Auto-Response counter. */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | wkup-m3-ipc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/ti/wkup-m3-ipc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dave Gerlach <d-gerlach@ti.com> 11 - Drew Fustini <dfustini@baylibre.com> 14 The TI AM33xx and AM43xx family of devices use a small Cortex M3 co-processor 16 that cannot be controlled from the MPU, like suspend/resume and certain deep 17 C-states for CPU Idle. Once the wkup_m3_ipc driver uses the wkup_m3_rproc driver 29 On some boards like the AM335x EVM-SK and the AM437x GP EVM, a GPIO pin is [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | atmel,maxtouch.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nick Dyer <nick@shmanahar.org> 11 - Linus Walleij <linus.walleij@linaro.org> 18 - $ref: input.yaml# 30 vdda-supply: 34 vdd-supply: 38 reset-gpios: 45 wake-gpios: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/freescale/ |
H A D | fsl,imx7ulp-pm.txt | 2 ---------------------------------------------- 4 The Multi-System Mode Controller (MSMC) is responsible for sequencing 10 The WFI or WFE instruction is used to invoke a Sleep, Deep Sleep or 16 - compatible: Should be "fsl,imx7ulp-smc1". 17 - reg: Specifies base physical address and size of the register sets. 21 compatible = "fsl,imx7ulp-smc1";
|
H A D | fsl,imx7ulp-pm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/freescale/fsl,imx7ulp-pm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - A.s. Dong <aisheng.dong@nxp.com> 13 The Multi-System Mode Controller (MSMC) is responsible for sequencing 19 The WFI or WFE instruction is used to invoke a Sleep, Deep Sleep or 26 const: fsl,imx7ulp-smc1 32 - compatible 33 - reg [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | spreadtrum,sprd-timer.txt | 3 The Spreadtrum SC9860 platform provides 3 general-purpose timers. 5 period mode or one-shot mode, and they are can be wakeup source 6 during deep sleep. 9 - compatible: should be "sprd,sc9860-timer" for SC9860 platform. 10 - reg: The register address of the timer device. 11 - interrupts: Should contain the interrupt for the timer device. 12 - clocks: The phandle to the source clock (usually a 32.768 KHz fixed clock). 16 compatible = "sprd,sc9860-timer";
|
H A D | sprd,sc9860-timer.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/timer/sprd,sc9860-timer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Orson Zhai <orsonzhai@gmail.com> 11 - Baolin Wang <baolin.wang7@gmail.com> 12 - Chunyan Zhang <zhang.lyra@gmail.com> 15 The Spreadtrum SC9860 platform provides 3 general-purpose timers. 17 period mode or one-shot mode, and they can be a wakeup source 18 during deep sleep. [all …]
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | ps.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2018-2019 Realtek Corporation 29 if (!test_bit(RTW_FLAG_POWERON, rtwdev->flags)) in rtw_enter_ips() 43 struct rtw_vif *rtwvif = (struct rtw_vif *)vif->drv_priv; in rtw_restore_port_cfg_iter() 53 if (test_bit(RTW_FLAG_POWERON, rtwdev->flags)) in rtw_leave_ips() 74 request = rtw_read8(rtwdev, rtwdev->hc in rtw_power_mode_change() [all...] |
/freebsd/share/misc/ |
H A D | flowers | 14 Forget-me-not:True love. 32 Poppy:Sleep. 34 Rose, deep red:Bashful shame.
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | lockstat.1 | 31 .Op Fl e Ar event-list 34 .Op Fl n Ar num-records 61 For example, to gather statistics for a fixed-time interval, use 62 .Xr sleep 1 65 .Dl # lockstat sleep 5 71 establishes a per-processor high-level periodic interrupt source to gather 88 is restricted to super-user by default. 91 .Bl -tag -width indent 98 .Bl -tag -width indent 108 .It Fl e Ar event-list [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | hisilicon,hi3670-usb3.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/phy/hisilicon,hi3670-usb3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 17 const: hisilicon,hi3670-usb-phy 19 "#phy-cells": 22 hisilicon,pericrg-syscon: 26 hisilicon,pctrl-syscon: 30 hisilicon,sctrl-syscon: [all …]
|
/freebsd/sys/powerpc/include/ |
H A D | hid.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 46 #define HID0_DEEPNAP 0x01000000 /* Enable deep nap mode (970) */ 50 #define HID0_SLEEP 0x00200000 /* Enable sleep mode */ 52 #define HID0_RISEG 0x00080000 /* Read I-SEG */ 58 #define HID0_ICE 0x00008000 /* Enable i-cache */ 59 #define HID0_DCE 0x00004000 /* Enable d-cache */ 60 #define HID0_ILOCK 0x00002000 /* i-cache lock */ 61 #define HID0_DLOCK 0x00001000 /* d-cache lock */ 62 #define HID0_ICFI 0x00000800 /* i-cache flush invalidate */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/ |
H A D | power-mgt.txt | 1 IBM Power-Management Bindings 6 node @power-mgt in the device-tree by the firmware. 9 ---------------- 12 - name: The name of the idle state as defined by the firmware. 14 - flags: indicating some aspects of this idle states such as the 15 extent of state-loss, whether timebase is stopped on this 18 - exit-latency: The latency involved in transitioning the state of the 21 - target-residency: The minimum time that the CPU needs to reside in 22 this idle state in order to accrue power-savings 26 ---------------- [all …]
|
/freebsd/tests/sys/net/ |
H A D | if_vlan.sh | 28 atf_check -s exit:0 \ 34 atf_check -s exit:0 -o ignore jexec singsing ping -c 1 10.0.0.1 37 atf_check -s exit:0 \ 39 atf_check -s exit:2 -o ignore jexec singsing ping -c 1 10.0.0.1 43 atf_check -s exit:0 \ 45 atf_check -s exit:0 -o ignore jexec singsing ping -c 1 10.0.0.1 53 # Simple Q-in-Q (802.1Q over 802.1ad) 58 atf_set descr 'Simple Q-in-Q test (802.1Q over 802.1ad)' 87 atf_check -s exit:0 -o ignore jexec jqinq1 ping -c 1 10.5.42.1 95 # Deep Q-in-Q (802.1Q over 802.1ad over 802.1ad) [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/contrib/device-tree/Bindings/soc/tegra/ |
H A D | nvidia,tegra20-pmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/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/arm/freescale/imx/ |
H A D | imx6_machdep.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 67 * interrupt controller, which is for use when the chip is in deep-sleep mode. 68 * We don't support deep sleep or have a GPC-PIC driver; we need all interrupts 74 * set the world right by just changing the interrupt-parent property of the soc 83 * - SOC node exists and has GPC as its interrupt parent. 84 * - GPC node exists and has GIC as its interrupt parent. 85 * - GIC node exists and is its own interrupt parent or has no parent. 89 * per-soc logic. We handle this at platform attach time rather than via the 93 * This just in: as of the import of dts files from linux 4.15 on 2018-02-10, [all …]
|
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_port_ext.h | 1 /* Copyright (c) 2008-2012 Freescale Semiconductor, Inc. 37 @Description FM-Port Application Programming Interface. 66 The SW driver manages these ports as sub-modules of the FM, i.e. 75 (relative to the port's type) - always starting at 0. 82 This enum defines the superset of PCD engines support - i.e. not 115 e_FM_PORT_EXCEPTION_IM_BUSY /**< Independent-Mode Rx-BUSY */ 130 #define FM_PORT_FRM_ERR_UNSUPPORTED_FORMAT FM_FD_ERR_UNSUPPORTED_FORMAT /**< Not for Rx-Por… 131 #define FM_PORT_FRM_ERR_LENGTH FM_FD_ERR_LENGTH /**< Not for Rx-Por… 133 #define FM_PORT_FRM_ERR_NON_FM FM_FD_RX_STATUS_ERR_NON_FM /**< non Frame-Mana… 137 …T_FRM_ERR_IPR_NCSP (FM_FD_ERR_IPR_NCSP & ~FM_FD_IPR) /**< IPR non-consistent-sp */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mips/brcm/ |
H A D | soc.txt | 5 - compatible: "brcm,bcm3368", "brcm,bcm3384", "brcm,bcm33843" 6 "brcm,bcm3384-viper", "brcm,bcm33843-viper" 12 The experimental -viper variants are for running Linux on the 3384's 16 ---------------- 21 = Always-On control block (AON CTRL) 23 This hardware provides control registers for the "always-on" (even in low-power 27 - compatible : should be one of 28 "brcm,bcm7425-aon-ctrl" 29 "brcm,bcm7429-aon-ctrl" 30 "brcm,bcm7435-aon-ctrl" and [all …]
|
/freebsd/share/dict/ |
H A D | web2a | 12 A-b-c book 13 A-b-c method 14 abdomino-uterotomy 15 Abdul-baha 16 a-be 20 able-bodied 21 able-bodiedness 22 able-minded 23 able-mindedness 27 Abor-miri [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | ti,k3-dsp-rproc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Suman Anna <s-anna@ti.com> 13 The TI K3 family of SoCs usually have one or more TI DSP Core sub-systems 14 that are used to offload some of the processor-intensive tasks or algorithms, 17 These processor sub-systems usually contain additional sub-modules like 19 controller, a dedicated local power/sleep controller etc. The DSP processor 23 Each DSP Core sub-system is represented as a single DT node. Each node has a [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | debugfs.c | 1 // SPDX-License-Identifier: ISC 12 mt76_wr(dev, dev->mt76.debugfs_reg, val); in mt7921_reg_set() 24 *val = mt76_rr(dev, dev->mt76.debugfs_reg); in mt7921_reg_get() 39 dev->fw_debug = (u8)val; in mt7921_fw_debug_set() 40 mt7921_mcu_fw_log_2_host(dev, dev->fw_debug); in mt7921_fw_debug_set() 52 *val = dev->fw_debug; in mt7921_fw_debug_get() 68 seq_printf(file, "%-16s:", str); in mt7921_seq_puts_array() 93 struct mt792x_dev *dev = dev_get_drvdata(s->private); in mt7921_txpwr() 105 seq_printf(s, "%-16s %6s %6s %6s %6s\n", in mt7921_txpwr() 109 seq_printf(s, "%-16s %6s %6s %6s %6s %6s %6s %6s %6s\n", in mt7921_txpwr() [all …]
|
/freebsd/sys/contrib/dev/acpica/components/executer/ |
H A D | exsystem.c | 3 * Module Name: exsystem - Interface to OS services 11 * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 164 * PARAMETERS: Semaphore - Semaphore to wait on 165 * Timeout - Max time to wait 216 * PARAMETERS: Mutex - Mutex to wait on [all …]
|