Searched +full:enable +full:- +full:high +full:- +full:etr +full:- +full:sensitivity (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | max8973-regulator.txt | 5 - compatible: must be one of following: 8 - reg: the i2c slave address of the regulator. It should be 0x1b. 15 -maxim,externally-enable: boolean, externally control the regulator output 16 enable/disable. 17 -maxim,enable-gpio: GPIO for enable control. If the valid GPIO is provided 18 then externally enable control will be considered. 19 -maxim,dvs-gpio: GPIO which is connected to DVS pin of device. 20 -maxim,dvs-default-state: Default state of GPIO during initialisation. 21 1 for HIGH and 0 for LOW. 22 -maxim,enable-remote-sense: boolean, enable reote sense. [all …]
|
| H A D | maxim,max8973.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 13 - $ref: regulator.yaml# 18 - maxim,max8973 19 - maxim,max77621 21 junction-warn-millicelsius: 30 maxim,dvs-gpio: 35 maxim,dvs-default-state: [all …]
|
| /freebsd/sys/dev/qat_c2xxx/ |
| H A D | qatreg.h | 1 /* SPDX-License-Identifier: BSD-2-Clause AND BSD-3-Clause */ 31 * Copyright(c) 2007-2019 Intel Corporation. All rights reserved. 66 ((uintmax_t)1 << (uintmax_t)((__n) & (NBBY * sizeof(uintmax_t) - 1)))) 68 ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1)) 70 #define __LOWEST_SET_BIT(__mask) ((((__mask) - 1) & (__mask)) ^ (__mask)) 97 #define UWORD_CPYBUF_SIZE 1024 /* micro-store copy buffer (bytes) */ 98 #define INVLD_UWORD 0xffffffffffull /* invalid micro-instruction */ 100 #define UWORD_MASK 0xbffffffffffull /* micro-word mask without parity */ 105 #define NO_PCI_REG (-1) 123 /* -------------------------------------------------------------------------- */ [all …]
|