/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | qcom_smbb.txt | 1 Qualcomm Switch-Mode Battery Charger and Boost 4 - compatible: 8 - "qcom,pm8941-charger" 10 - reg: 12 Value type: <prop-encoded-array> 15 - interrupts: 17 Value type: <prop-encoded-array> 21 - charge done 22 - charge fast mode 23 - charge trickle mode [all …]
|
H A D | qcom,pm8941-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/qcom,pm8941-charger.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Switch-Mode Battery Charger and Boost 10 - Sebastian Reichel <sre@kernel.org> 15 - qcom,pm8226-charger 16 - qcom,pm8941-charger 23 - description: charge done 24 - description: charge fast mode [all …]
|
H A D | max8925_battery.txt | 1 max8925-battery bindings 5 - batt-detect: whether support battery detect 6 - topoff-threshold: set charging current in topoff mode 7 - fast-charge: set charging current in fast mode 8 - no-temp-support: whether support temperature protection detect 9 - no-insert-detect: whether support insert detect 13 batt-detect = <0>; 14 topoff-threshold = <1>; 15 fast-charge = <7>; 16 no-temp-support = <0>; [all …]
|
H A D | richtek,rt5033-charger.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/supply/richtek,rt5033-charger.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jakob Hauser <jahau@rocketmail.com> 14 under sub-node named "charger" using the following format. 18 const: richtek,rt5033-charger 20 monitored-battery: 26 precharge-current-microamp: 27 Current of pre-charge mode. The pre-charge current levels are 350 mA [all …]
|
H A D | maxim,max14577.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 22 - maxim,max14577-charger 23 - maxim,max77836-charger 25 maxim,constant-uvolt: 32 maxim,eoc-uamp: 34 Current in uA for End-Of-Charge mode. 35 MAX14577: 50000-20000 [all …]
|
/freebsd/lib/geom/stripe/ |
H A D | gstripe.8 | 1 .\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org> 81 method uses on-disk metadata to detect devices. 88 .Bl -tag -width ".Cm destroy" 112 This command does not touch on-disk metadata! 135 .Bl -tag -width ".Fl s Ar stripesize" 155 .Bl -tag -width indent 163 .It Va kern.geom.stripe.fast : No 0 164 If set to a non-zero value enable 165 .Dq "fast mode" 167 .Dq "economic mode" . [all …]
|
/freebsd/contrib/ntp/html/hints/ |
H A D | sgi | 2 -------------------------- 5 in nominal mode (ftimer off), so the value for tick is 10000 usec. 7 which seems to try to perform the correction over 100-200 seconds, with 28 17msec in less than a second, whether the fast clock is on or off, I 31 Fast clock: 32 ----------- 34 I get smoother timekeeping if I turn on the fast clock, thereby making 35 the clock tick at 1kHz rather than 100Hz. With the fast clock off, I 39 one-second intervals - I am probably seeing sampling aliasing between 41 without a local reference clock. Fiddling with the fast clock doesn't [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | brcm,bcm11351-pinctrl.txt | 10 - compatible: Must be "brcm,bcm11351-pinctrl" 11 - reg: Base address of the PAD Controller register block and the size 17 compatible = "brcm,bcm11351-pinctrl"; 27 Each pin configuration node is a sub-node of the pin controller node and is a 31 Please refer to the pinctrl-bindings.txt in this directory for details of the 45 details generic pin config properties, please refer to pinctrl-bindings.txt 46 and <include/linux/pinctrl/pinconfig-generic.h>. 54 - pins: Multiple strings. Specifies the name(s) of one or more pins to 59 - function: String. Specifies the pin mux selection. Values 61 - input-schmitt-enable: No arguments. Enable schmitt-trigger mode. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | spear_smi.txt | 4 - compatible : "st,spear600-smi" 5 - reg : Address range of the mtd chip 6 - #address-cells, #size-cells : Must be present if the device has sub-nodes 8 - interrupts: Should contain the STMMAC interrupts 9 - clock-rate : Functional clock rate of SMI in Hz 12 - st,smi-fast-mode : Flash supports read in fast mode 17 compatible = "st,spear600-smi"; 18 #address-cells = <1>; 19 #size-cells = <1>; 21 interrupt-parent = <&vic1>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-pxa.txt | 5 - reg : Offset and length of the register set for the device 6 - compatible : should be "mrvl,mmp-twsi" where mmp is the name of a 8 For the pxa2xx/pxa3xx, an additional node "mrvl,pxa-i2c" is required 10 For the Armada 3700, the compatible should be "marvell,armada-3700-i2c". 14 - interrupts : the interrupt number 15 - mrvl,i2c-polling : Disable interrupt of i2c controller. Polling 17 - mrvl,i2c-fast-mode : Enable fast mode of i2c controller. 21 compatible = "mrvl,mmp-twsi"; 24 mrvl,i2c-fast-mode; 28 compatible = "mrvl,mmp-twsi";
|
H A D | i2c-pxa.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/i2c/i2c-pxa.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 13 - $ref: /schemas/i2c/i2c-controller.yaml# 14 - if: 17 - mrvl,i2c-polling 20 - interrupts 25 - mrvl,mmp-twsi [all …]
|
H A D | nvidia,tegra20-i2c.txt | 4 - compatible : For Tegra20, must be one of "nvidia,tegra20-i2c-dvc" or 5 "nvidia,tegra20-i2c". For Tegra30, must be "nvidia,tegra30-i2c". 6 For Tegra114, must be "nvidia,tegra114-i2c". Otherwise, must be 7 "nvidia,<chip>-i2c", plus at least one of the above, where <chip> is 10 nvidia,tegra20-i2c-dvc: Tegra20 has specific I2C controller called as DVC I2C 11 controller. This only support master mode of I2C communication. Register 14 "nvidia,tegra20-i2c-dvc". 15 nvidia,tegra20-i2c: Tegra20 has 4 generic I2C controller. This can support 16 master and slave mode of I2C communication. The i2c-tegra driver only 17 support master mode of I2C communication. Driver of I2C controller is [all …]
|
H A D | nvidia,tegra20-i2c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/i2c/nvidia,tegra20-i2c.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 - Thierry Reding <thierry.reding@gmail.com> 9 - Jon Hunter <jonathanh@nvidia.com> 16 - description: Tegra20 has 4 generic I2C controller. This can support 17 master and slave mode of I2C communication. The i2c-tegra driver 18 only support master mode of I2C communication. Driver of I2C 19 controller is only compatible with "nvidia,tegra20-i2c". [all …]
|
/freebsd/share/man/man4/ |
H A D | aue.4 | 2 .\" SPDX-License-Identifier: BSD-4-Clause 18 .\" 4. Neither the name of the author nor the names of any co-contributors 39 .Nd ADMtek AN986 Pegasus USB Fast Ethernet driver 44 .Bd -ragged -offset indent 56 .Bd -literal -offset indent 62 driver provides support for USB Fast Ethernet adapters based on the 66 will operate at 100Base-TX and full-duplex. 77 The Pegasus supports a 64-bit multicast hash table, single perfect 78 filter entry for the station address and promiscuous mode. 85 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx [all …]
|
H A D | sis.4 | 15 .\" 4. Neither the name of the author nor the names of any co-contributors 36 .Nd "SiS 900, SiS 7016 and NS DP83815/DP83816 Fast Ethernet device driver" 41 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 57 and SiS 7016 Fast Ethernet controller chips. 63 The SiS 900 is a 100Mbps Ethernet MAC and MII-compliant transceiver 70 The SiS 900 and SiS 7016 both have a 128-bit multicast hash filter 81 .Bl -tag -width 10baseTXUTP 85 the autoselected mode by adding media options to 93 .Sq full-duplex [all …]
|
H A D | ste.4 | 15 .\" 4. Neither the name of the author nor the names of any co-contributors 36 .Nd "Sundance Technologies ST201 Fast Ethernet device driver" 41 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 56 controllers based on the Sundance Technologies ST201 PCI Fast 64 The ST201 has a 64-bit multicast hash filter 72 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx 76 the autoselected mode by adding media options to the 84 .Ar full-duplex 86 .Ar half-duplex [all …]
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | init_creds_ctx.h | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 6 #include "k5-json.h" 7 #include "int-proto.h" 44 * Stores the outer request body in order to feed into FAST for 45 * checksumming. This is maintained even if FAST is not used. This is not 46 * used for preauth: that requires the inner request body. For AS-only 47 * FAST it would be better for krb5int_fast_prep_req() to simply generate 48 * this. However for TGS FAST, the client needs to supply the 50 * revisited as TGS fast is integrated.
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | eap_testing.txt | 5 - Linked some parts of IEEE 802.1X Authenticator implementation from 6 hostapd (RADIUS client and RADIUS processing, EAP<->RADIUS 8 - Replaced wpa_supplicant.c and wpa.c with test code that trigger 11 - For EAP methods that generate keying material, the key derived by the 17 this take a bit more time.. ;-) As an extra bonus, this can also be 35 -) server did not support 38 Cisco ACS ----------------------------------------------------------. 39 hostapd --------------------------------------------------------. | 40 Cisco Aironet 1200 AP (local RADIUS server) ----------------. | | 41 Periodik Labs Elektron ---------------------------------. | | | [all …]
|
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 8 - add support for GCM-AES-256 cipher suite 9 - remove incorrect EAP Session-Id length constraint 10 - add hardware offload support for additional drivers 11 * HE/IEEE 802.11ax/Wi-Fi 6 12 - support BSS color updates 13 - various fixes [all …]
|
H A D | wpa_supplicant.conf | 48 # run as non-root users. However, since the control interface can be used to 51 # want to allow non-root users to use the control interface, add a new group 69 # library/default.asp?url=/library/en-us/secauthz/security/ 72 # DACL (which will reject all connections). See README-Windows.txt for more 78 # wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which defines 85 # defined in IEEE Std 802.1X-2010. 95 # the currently enabled networks are found, a new network (IBSS or AP mode 97 # 0: This mode must only be used when using wired Ethernet drivers 101 # enable operation with hidden SSIDs and optimized roaming; in this mode, 110 # When using IBSS or AP mode, ap_scan=2 mode can force the new network to be [all …]
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | new_pair.c | 2 * Copyright 2018-2020,2021 Thomas E. Dickey * 36 * New color-pair functions, alloc_pair and free_pair 75 colorpair_t *list = sp->_color_pairs; in prev_len() 88 colorpair_t *list = sp->_color_pairs; in next_len() 97 * Trace the contents of LRU color-pairs. 102 colorpair_t *list = sp->_color_pairs; in dumpit() 109 for (n = 0; n < sp->_pair_alloc; ++n) { in dumpit() 110 if (list[n].mode != cpFREE) { in dumpit() 112 if ((size_t) (p - bigbuf) + 50 > have) in dumpit() 114 _nc_SPRINTF(p, _nc_SLIMIT(have - (p - bigbuf)) in dumpit() [all …]
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_screen.c | 1 /*- 39 * cl_screen -- 51 gp = sp->gp; in cl_screen() 64 /* See if we're already in the right mode. */ in cl_screen() 70 * Fake leaving ex mode. in cl_screen() 72 * We don't actually exit ex or vi mode unless forced (e.g. by a window in cl_screen() 82 * Fake leaving vi mode. in cl_screen() 85 * screen. Move to the last line in the current screen -- this makes in cl_screen() 95 (void)wmove(win, RLNO(sp, sp->rows), 0); in cl_screen() 98 (void)wmove(win, RLNO(sp, sp->rows) - 1, 0); in cl_screen() [all …]
|
/freebsd/contrib/lua/src/ |
H A D | lvm.h | 41 ** Rounding modes for float->integer coercion 79 ** fast track for 'gettable': if 't' is a table and 't[k]' is present, 93 ** Special case of 'luaV_fastget' for integers, inlining the fast case 99 : (slot = (l_castS2U(k) - 1u < hvalue(t)->alimit) \ 100 ? &hvalue(t)->array[k - 1] : luaH_getint(hvalue(t), k), \ 105 ** Finish a fast set operation (when fast get succeeds). In that case, 116 #define luaV_shiftr(x,y) luaV_shiftl(x,intop(-, 0, y)) 124 LUAI_FUNC int luaV_tointeger (const TValue *obj, lua_Integer *p, F2Imod mode); 126 F2Imod mode); 127 LUAI_FUNC int luaV_flttointeger (lua_Number n, lua_Integer *p, F2Imod mode);
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_debug_tools.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 258 * Attention block per-type data 274 …struct dbg_attn_block_type_data per_type_data[2] /* attention block per-type data. Count must matc… 287 …ntions within the blocks attentions list (a value in the range 0..number of block attentions-1) */; 309 * mode header 314 #define DBG_MODE_HDR_EVAL_MODE_MASK 0x1 /* indicates if a mode expression should be evaluat… 325 struct dbg_mode_hdr mode /* Mode header */; member 326 …ntions within the blocks attentions list (a value in the range 0..number of block attentions-1) */; 372 #define DBG_BUS_LINE_NUM_OF_GROUPS_MASK 0xF /* Number of groups in the line (0-3) */ 378 …u8 group_sizes /* Four 2-bit values, indicating the size of each group minus 1 (i.e. value=0 means… [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | OptimizationLevel.h | 1 //===-------- LLVM-provided High-Level Optimization levels -*- C++ -*------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// This header enumerates the LLVM-provided high-level optimization levels. 13 //===----------------------------------------------------------------------===// 47 /// in a very good development mode where the compiled code will be 49 /// possible, we would like to produce efficient-to-execute code, but not 58 /// Optimize for fast execution as much as possible without triggering 70 /// the optimizer in this mode. 75 /// Optimize for fast execution as much as possible. [all …]
|