/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | motorcomm,yt8xxx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | st-pincfg.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 29 /* User-frendly defines for Pin Direction */ 35 #define OUT (OE) macro 49 * single-edge data non inverted clock, retime data with clk 54 * single-edge data inverted clock, retime data with clk 59 * double-edge data, retime data with clk 63 * CIV0, CIV1 modes with inverted clock 68 * CLK0, CLK1 modes with non-inverted clock
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | silead_gsl1680.txt | 4 - compatible : Must be one of the following, depending on the model: 10 - reg : I2C slave address of the chip (0x40) 11 - interrupts : interrupt specification for the gsl1680 interrupt 12 - power-gpios : Specification for the pin connected to the gsl1680's 14 gsl1680 out of its low power state 15 - touchscreen-size-x : See touchscreen.txt 16 - touchscreen-size-y : See touchscreen.txt 19 - firmware-name : File basename (string) for board specific firmware 20 - touchscreen-inverted-x : See touchscreen.txt 21 - touchscreen-inverted-y : See touchscreen.txt [all …]
|
H A D | ektf2127.txt | 4 - compatible : "elan,ektf2127" or "elan,ektf2132" 5 - reg : I2C slave address of the chip (0x40) 6 - interrupts : interrupt specification for the ektf2127 interrupt 7 - power-gpios : GPIO specification for the pin connected to the 9 to take ektf2127 out of its low power state 19 interrupt-parent = <&pio>; 21 power-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; 22 touchscreen-inverted-x; 23 touchscreen-swapped-x-y;
|
/freebsd/sys/arm/mv/ |
H A D | mvebu_gpio.c | 1 /*- 22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 57 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) 58 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) 59 #define GPIO_LOCK_INIT(_sc) mtx_init(&_sc->mtx, \ 60 device_get_nameunit(_sc->dev), "mvebu_gpio", MTX_DEF) 61 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx); 62 #define GPIO_ASSERT_LOCKED(_sc) mtx_assert(&_sc->mtx, MA_OWNED); 63 #define GPIO_ASSERT_UNLOCKED(_sc) mtx_assert(&_sc->mtx, MA_NOTOWNED); 112 {"marvell,armada-8k-gpio", 1}, [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm9hmidc.dtsi | 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 39 touchscreen-inverted-x; 40 touchscreen-inverted-y;
|
/freebsd/usr.sbin/cpucontrol/ |
H A D | cpucontrol.8 | 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 85 utility can be used to read and write arbitrary machine-specific 92 .Bl -tag -width indent 97 line, default directories are appended after the user-supplied paths. 113 In this case the inverted value of argument will be stored in the register. 121 In this case the inverted value of mask will be used. 129 In this case the inverted value of mask will be used. 143 Re-evaluate the kernel flags indicating the present CPU features. 149 .Bf -symbolic 162 .Ex -std [all …]
|
/freebsd/usr.sbin/gpioctl/ |
H A D | gpioctl.8 | 25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 37 .Cm -l 42 .Cm -t 47 .Cm -c 54 .Cm -n 56 .Ar pin-name 58 .Op Cm -f Ar ctldev 70 .Pa pin-number 72 .Pa pin-name . 82 .Bl -tag -width ".Fl f Ar ctldev" [all …]
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_ehrpwm.c | 1 /*- 23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 53 * variable-duty-cycle PWM output. 62 #define PWM_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) 63 #define PWM_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) 64 #define PWM_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) 65 #define PWM_LOCK_INIT(_sc) mtx_init(&(_sc)->sc_mtx, \ 66 device_get_nameunit(_sc->sc_dev), "am335x_ehrpwm softc", MTX_DEF) 67 #define PWM_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx) 69 #define EPWM_READ2(_sc, reg) bus_read_2((_sc)->sc_mem_res, reg) [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun8i-a23-polaroid-mid2407pxe03.dts | 4 * This file is dual-licensed: you can use it either under the terms 39 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 43 /dts-v1/; 44 #include "sun8i-a23.dtsi" 45 #include "sun8i-reference-design-tablet.dtsi" 49 compatible = "polaroid,mid2407pxe03", "allwinner,sun8i-a23"; 56 compatible = "mmc-pwrseq-simple"; 57 reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */ 58 /* The esp8089 needs 200 ms after driving wifi-en high */ 59 post-power-on-delay-ms = <200>; [all …]
|
H A D | sun4i-a10-pov-protab2-ips9.dts | 4 * This file is dual-licensed: you can use it either under the terms 39 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 43 /dts-v1/; 44 #include "sun4i-a10.dtsi" 45 #include "sunxi-common-regulators.dtsi" 46 #include <dt-bindings/gpio/gpio.h> 47 #include <dt-bindings/input/input.h> 48 #include <dt-bindings/interrupt-controller/irq.h> 49 #include <dt-bindings/pwm/pwm.h> 52 model = "Point of View Protab2-IPS9"; [all …]
|
/freebsd/share/man/man9/ |
H A D | microseq.9 | 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 42 .Bl -enum -offset indent 69 In any other mode, drivers may be tri-stated by 74 This read-only register reflects the inputs on the parallel port interface. 76 .Bl -column "Bit" "Name" "Description" -compact 78 .It 7 Ta nBUSY Ta "inverted version of parallel port Busy signal" 90 .Bl -column "Bit" "Name " "Description" -compact 94 .It 3 Ta SELECTIN Ta "inverted and driven as parallel port nSelectin signal" 96 .It 1 Ta AUTOFEED Ta "inverted and driven as parallel port nAutoFd signal" 97 .It 0 Ta STROBE Ta "inverted and driven as parallel port nStrobe signal" [all …]
|
/freebsd/bin/chio/ |
H A D | chio.1 | 2 .\"- 30 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 54 .Bl -tag -width indent 77 pseudo-element type allows the selection of tapes by their volume tag 94 .Bl -tag -width indent 105 is specified, the media unit will be inverted before insertion. 130 specify whether the media units are to be inverted before insertion into 156 is specified, the media unit will be inverted before insertion. 248 .Bl -tag -width indent 263 .Bl -tag -width CHANGER [all …]
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_drm.h | 1 /*- 2 * Copyright 1992-2015 Michal Meloun 23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 56 bool flip_x; /* Inverted X-axis */ 57 bool flip_y; /* Inverted Y-axis */
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | raw-nand-chip.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mtd/raw-nand-chip.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Miquel Raynal <miquel.raynal@bootlin.com> 13 - $ref: nand-chip.yaml# 21 The interpretation of these parameters is implementation-defined, so 28 pattern: "^nand@[a-f0-9]$" 32 Contains the chip-select IDs. 34 nand-ecc-placement: [all …]
|
/freebsd/sys/arm/mv/armada/ |
H A D | thermal.c | 1 /*- 24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 67 boolean_t inverted; member 89 .inverted = TRUE, 137 if (ofw_bus_is_compatible(dev, "marvell,armada380-thermal")) { in armada_thermal_probe() 139 sc->tdata = &armada380_tdata; in armada_thermal_probe() 161 sc->stat_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in armada_thermal_attach() 163 if (sc->stat_res == NULL) { in armada_thermal_attach() 170 sc->ctrl_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in armada_thermal_attach() 172 if (sc->ctrl_res == NULL) { in armada_thermal_attach() [all …]
|
/freebsd/sys/dev/mmc/ |
H A D | mmc_helpers.c | 24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 44 * All UHS-I modes requires 1.8V signaling. in mmc_parse_sd_speed() 46 if (device_has_property(dev, "no-1-8-v")) in mmc_parse_sd_speed() 48 if (device_has_property(dev, "cap-sd-highspeed")) in mmc_parse_sd_speed() 49 host->caps |= MMC_CAP_HSPEED; in mmc_parse_sd_speed() 50 if (device_has_property(dev, "sd-uhs-sdr12") && !no_18v) in mmc_parse_sd_speed() 51 host->caps |= MMC_CAP_UHS_SDR12 | MMC_CAP_SIGNALING_180; in mmc_parse_sd_speed() 52 if (device_has_property(dev, "sd-uhs-sdr25") && !no_18v) in mmc_parse_sd_speed() 53 host->caps |= MMC_CAP_UHS_SDR25 | MMC_CAP_SIGNALING_180; in mmc_parse_sd_speed() 54 if (device_has_property(dev, "sd-uhs-sdr50") && !no_18v) in mmc_parse_sd_speed() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-st.txt | 3 Each multi-function pin is controlled, driven and routed through the 5 and multiple alternate functions(ALT1 - ALTx) that directly connect 14 GPIO bank can have one of the two possible types of interrupt-wirings. 20 | |----> [gpio-bank (n) ] 21 | |----> [gpio-bank (n + 1)] 22 [irqN]-- | irq-mux |----> [gpio-bank (n + 2)] 23 | |----> [gpio-bank (... )] 24 |_________|----> [gpio-bank (n + 7)] 28 [irqN]----> [gpio-bank (n)] 33 - compatible : should be "st,stih407-<pio-block>-pinctrl" [all …]
|
/freebsd/sys/arm/nvidia/ |
H A D | as3722_gpio.c | 1 /*- 23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 71 #define GPIO_LOCK(_sc) sx_slock(&(_sc)->gpio_lock) 72 #define GPIO_UNLOCK(_sc) sx_unlock(&(_sc)->gpio_lock) 73 #define GPIO_ASSERT(_sc) sx_assert(&(_sc)->gpio_lock, SA_LOCKED) 85 {"bias-disable", AS3722_CFG_BIAS_DISABLE}, 86 {"bias-pull-up", AS3722_CFG_BIAS_PULL_UP}, 87 {"bias-pull-down", AS3722_CFG_BIAS_PULL_DOWN}, 88 {"bias-high-impedance", AS3722_CFG_BIAS_HIGH_IMPEDANCE}, 89 {"drive-open-drain", AS3722_CFG_OPEN_DRAIN}, [all …]
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_fdir.c | 3 Copyright (c) 2001-2017, Intel Corporation 29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 43 if (!(sc->feat_en & IXGBE_FEATURE_FDIR)) in ixgbe_init_fdir() 46 sc->hw.mac.ops.setup_rxpba(&sc->hw, 0, hdrm, in ixgbe_init_fdir() 48 ixgbe_init_fdir_signature_82599(&sc->hw, fdir_pballoc); in ixgbe_init_fdir() 58 if (!(sc->feat_en & IXGBE_FEATURE_FDIR)) in ixgbe_reinit_fdir() 60 if (sc->fdir_reinit != 1) /* Shouldn't happen */ in ixgbe_reinit_fdir() 62 ixgbe_reinit_fdir_tables_82599(&sc->hw); in ixgbe_reinit_fdir() 63 sc->fdir_reinit = 0; in ixgbe_reinit_fdir() 64 /* re-enable flow director interrupts */ in ixgbe_reinit_fdir() [all …]
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_asid.c | 2 * Copyright 2006-2024 The OpenSSL Project Authors. All Rights Reserved. 62 static int i2r_ASIdentifierChoice(BIO *out, 70 BIO_printf(out, "%*s%s:\n", indent, "", msg); 71 switch (choice->type) { 73 BIO_printf(out, "%*sinherit\n", indent + 2, ""); 76 for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges); i++) { 78 sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i); 79 switch (aor->type) { 81 if ((s = i2s_ASN1_INTEGER(NULL, aor->u.id)) == NULL) 83 BIO_printf(out, "%*s%s\n", indent + 2, "", s); [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | maxim-ds1302.txt | 1 * Maxim/Dallas Semiconductor DS-1302 RTC 5 The device uses the standard MicroWire half-duplex transfer timing. 12 - compatible : Should be "maxim,ds1302" 16 - reg : Should be address of the device chip select within 19 - spi-max-frequency : DS-1302 has 500 kHz if powered at 2.2V, 22 - spi-3wire : The device has a shared signal IN/OUT line. 24 - spi-lsb-first : DS-1302 requires least significant bit first 27 - spi-cs-high: DS-1302 has active high chip select line. This is 28 required unless inverted in hardware. 33 #address-cells = <1>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | pca963x.txt | 4 - compatible : should be : "nxp,pca9632", "nxp,pca9633", "nxp,pca9634" or "nxp,pca9635" 7 - nxp,totem-pole : use totem pole (push-pull) instead of open-drain (pca9632 defaults 8 to open-drain, newer chips to totem pole) 9 - nxp,hw-blink : use hardware blinking instead of software blinking 10 - nxp,period-scale : In some configurations, the chip blinks faster than expected. 13 - nxp,inverted-out: invert the polarity of the generated PWM 15 Each led is represented as a sub-node of the nxp,pca963x device. 17 LED sub-node properties: 18 - label : (optional) see Documentation/devicetree/bindings/leds/common.txt 19 - reg : number of LED line (could be from 0 to 3 in pca9632 or pca9633, [all …]
|
/freebsd/sys/dev/sdhci/ |
H A D | sdhci_fdt_gpio.c | 1 /*- 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 67 sdhci_handle_card_present(gpio->slot, sdhci_fdt_gpio_get_present(gpio)); in cd_intr() 80 dev = gpio->dev; in cd_setup() 83 * If the device is flagged as non-removable, set that slot option, and in cd_setup() 86 if (OF_hasprop(node, "non-removable")) { in cd_setup() 87 gpio->slot->opt |= SDHCI_NON_REMOVABLE; in cd_setup() 88 gpio->cd_disabled = true; in cd_setup() 90 device_printf(dev, "Non-removable media\n"); in cd_setup() 95 * If there is no cd-gpios property, then presumably the hardware in cd_setup() [all …]
|
/freebsd/sys/dev/qcom_clk/ |
H A D | qcom_clk_branch2.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 36 /* halt is inverted (ie, 0) */
|