/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | axis,artpec6-pcie.txt | 1 * Axis ARTPEC-6 PCIe interface 4 and thus inherits all the common properties defined in snps,dw-pcie.yaml. 7 - compatible: "axis,artpec6-pcie", "snps,dw-pcie" for ARTPEC-6 in RC mode; 8 "axis,artpec6-pcie-ep", "snps,dw-pcie" for ARTPEC-6 in EP mode; 9 "axis,artpec7-pcie", "snps,dw-pcie" for ARTPEC-7 in RC mode; 10 "axis,artpec7-pcie-ep", "snps,dw-pcie" for ARTPEC-7 in EP mode; 11 - reg: base addresses and lengths of the PCIe controller (DBI), 13 - reg-names: Must include the following entries: 14 - "dbi" 15 - "phy" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | mount-matrix.txt | 2 * is the definition of +/- values practical or counterintuitive? 13 that produce three-dimensional data in relation to the world where it is 29 screen and (z) being depth, the axis perpendicular to the screen. 37 reference. This means that the sensor may be flipped upside-down, left-right, 47 Device-to-world examples for some three-dimensional sensor types: 49 - Accelerometers have their world frame of reference toward the center of 55 9.81 m/s^2 upwards along the (z) axis, i.e. out of the screen when the device 57 as the gravity vector is projected 1:1 onto the sensors (z)-axis. 67 +--------+ +--------+ 69 +--------+ +--------+ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | axis.txt | 1 Axis Communications AB 4 ARTPEC-6 ARM SoC 8 - compatible = "axis,artpec6"; 10 ARTPEC-6 Development board: 11 --------------------------- 13 - compatible = "axis,artpec6-dev-board", "axis,artpec6";
|
/freebsd/sys/contrib/device-tree/Bindings/crypto/ |
H A D | artpec6-crypto.txt | 1 Axis crypto engine with PDMA interface. 4 - compatible : Should be one of the following strings: 5 "axis,artpec6-crypto" for the version in the Axis ARTPEC-6 SoC 6 "axis,artpec7-crypto" for the version in the Axis ARTPEC-7 SoC. 7 - reg: Base address and size for the PDMA register area. 8 - interrupts: Interrupt handle for the PDMA interrupt line. 13 compatible = "axis,artpec6-crypto";
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | trivial-devices.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/trivial-devices.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 27 spi-max-frequency: true 32 - enum: 34 - acbel,fsg032 35 … # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin 36 - ad,ad7414 # Deprecated, use adi,ad7414 [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/axis/ |
H A D | artpec6-devboard.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // Axis ARTPEC-6 development board. 4 /dts-v1/; 8 model = "ARTPEC-6 development board"; 9 compatible = "axis,artpec6-dev-board", "axis,artpec6"; 19 stdout-path = "serial3:115200n8"; 51 phy-handle = <&phy1>; 52 phy-mode = "gmii"; 55 #address-cells = <0x1>; 56 #size-cells = <0x0>; [all …]
|
H A D | artpec6.dtsi | 2 * Device Tree Source for the Axis ARTPEC-6 SoC 4 * This file is dual-licensed: you can use it either under the terms 43 #include <dt-bindings/interrupt-controller/arm-gic.h> 44 #include <dt-bindings/dma/nbpfaxi.h> 45 #include <dt-bindings/clock/axis,artpec6-clkctrl.h> 48 #address-cells = <1>; 49 #size-cells = <1>; 50 compatible = "axis,artpec6"; 51 interrupt-parent = <&intc>; 54 #address-cells = <1>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | artpec6.txt | 1 * Clock bindings for Axis ARTPEC-6 chip 4 Documentation/devicetree/bindings/clock/clock-bindings.txt 7 ---------------- 11 - "sys_refclk": External 50 Mhz oscillator (required) 12 - "i2s_refclk": Alternate audio reference clock (optional). 15 --------------------- 18 - #clock-cells: Should be <1> 19 See dt-bindings/clock/axis,artpec6-clkctrl.h for the list of valid identifiers. 20 - compatible: Should be "axis,artpec6-clkctrl" 21 - reg: Must contain the base address and length of the system controller [all …]
|
/freebsd/sys/sys/ |
H A D | joystick.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 1995 Jean-Marc Zucconi 45 #define JOY_SET_X_OFFSET _IOW('J', 3, int) /* set offset on X-axis */ 46 #define JOY_SET_Y_OFFSET _IOW('J', 4, int) /* set offset on Y-axis */ 47 #define JOY_GET_X_OFFSET _IOR('J', 5, int) /* get offset on X-axis */ 48 #define JOY_GET_Y_OFFSET _IOR('J', 6, int) /* get offset on Y-axis */
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | axis,artpec6-pinctrl.txt | 1 Axis ARTPEC-6 Pin Controller 4 - compatible: "axis,artpec6-pinctrl". 5 - reg: Should contain the register physical address and length for the pin 15 Required subnode-properties: 16 - function: Function to mux. 17 - groups: Name of the pin group to use for the function above. 49 Optional subnode-properties (see pinctrl-bindings.txt): 50 - drive-strength: 4, 6, 8, 9 mA. For SD and NAND pins, this is for 3.3V VCCQ3. 51 - bias-pull-up 52 - bias-disable [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-n9.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * omap3-n9.dts - Device Tree file for Nokia N9 8 /dts-v1/; 10 #include "omap3-n950-n9.dtsi" 11 #include <dt-bindings/input/input.h> 15 compatible = "nokia,omap3-n9", "ti,omap3630", "ti,omap3"; 23 vana-supply = <&vaux3>; 25 clock-frequency = <9600000>; 26 flash-leds = <&as3645a_flash &as3645a_indicator>; 29 link-frequencies = /bits/ 64 <199200000 210000000 499200000>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/ |
H A D | invensense,icm42600.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: InvenSense ICM-426xx Inertial Measurement Unit 10 - Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> 13 6-axis MotionTracking device that combines a 3-axis gyroscope and a 3-axis 18 ultra-low-power wake-on-motion support to minimize system power consumption. 20 Other industry-leading features include InvenSense on-chip APEX Motion 25 https://invensense.tdk.com/wp-content/uploads/2020/03/DS-000292-ICM-42605-v1.4.pdf 30 - invensense,icm42600 [all …]
|
H A D | st_lsm6dsx.txt | 1 * ST_LSM6DSx driver for STM 6-axis (acc + gyro) imu Mems sensors 4 - compatible: must be one of: 14 "st,lsm6ds3tr-c" 16 "st,lsm9ds1-imu" 19 - reg: i2c address of the sensor / spi cs line 22 - st,drdy-int-pin: the pin on the package that will be used to signal 24 - st,pullups : enable/disable internal i2c controller pullup resistors. 25 - drive-open-drain: the interrupt/data ready line will be configured 28 (This binding is taken from pinctrl/pinctrl-bindings.txt) 30 IRQ_TYPE_EDGE_RISING a pull-down resistor is needed to drive the line [all …]
|
/freebsd/lib/msun/man/ |
H A D | clog.3 | 25 .Dd June 6, 2018 52 with a branch cut along the negative real axis . 57 range of a strip mathematically unbounded along the real axis and in 58 the interval [-I* \*(Pi , +I* \*(Pi ] along the imaginary axis. 66 .\" Table is formatted for an 80-column xterm. 67 .Bl -column ".Sy +\*(If + I*\*(Na" ".Sy Return value" ".Sy Divide-by-zero exception" 69 .It -0 + I*0 Ta -\*(If + I*\*(Pi Ta Divide-by-zero exception 71 .It +0 + I*0 Ta -\*(If + I*0 Ta Divide by zero exception 75 .It Ta Ta floating-point exception 77 .It -\*(If + I*y Ta +\*(If + I*\*(Pi Ta For finite positive-signed y [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | samsung,exynos4210-mct.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/timer/samsung,exynos4210-mct.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 14 global timer and CPU local timers. The global timer is a 64-bit free running 15 up-counter and can generate 4 interrupts when the counter reaches one of the 16 four preset counter values. The CPU local timers are 32-bit free running 17 down-counters and generate an interrupt when the counter expires. There is 23 - enum: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | hideep.txt | 4 - compatible : must be "hideep,hideep-ts" 5 - reg : I2C slave address, (e.g. 0x6C). 6 - interrupts : Interrupt to which the chip is connected. 9 - vdd-supply : It is the controller supply for controlling 11 - vid-supply : It is the controller supply for controlling 13 - reset-gpios : Define for reset gpio pin. 15 - touchscreen-size-x : X axis size of touchscreen 16 - touchscreen-size-y : Y axis size of touchscreen 17 - linux,keycodes : Specifies an array of numeric keycode values to 23 #include "dt-bindings/input/input.h" [all …]
|
H A D | brcm,iproc-touchscreen.txt | 4 - compatible: must be "brcm,iproc-touchscreen" 5 - ts_syscon: handler of syscon node defining physical base 9 - clocks: The clock provided by the SOC to driver the tsc 10 - clock-names: name for the clock 11 - interrupts: The touchscreen controller's interrupt 12 - address-cells: Specify the number of u32 entries needed in child nodes. 14 - size-cells: Specify number of u32 entries needed to specify child nodes size 18 - scanning_period: Time between scans. Each step is 1024 us. Valid 1-256. 19 - debounce_timeout: Each step is 512 us. Valid 0-255 20 - settling_timeout: The settling duration (in ms) is the amount of time [all …]
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | atan2f_3u.c | 2 * Single-precision scalar atan2(x) function. 4 * Copyright (c) 2021-2024, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 17 #define PiOver4 (0x1.921fb6p-1f) 23 d for which P underflows, and is used to special-case such inputs. */ 33 /* Subnormal case - we still need to get the exponent right for subnormal in biased_exponent() 35 return ex - __builtin_clz (fi << 9); in biased_exponent() 42 atan2f(0x1.9332d8p+6, 0x1.8cb6c4p+6) got 0x1.964646p-1 43 want 0x1.964640p-1. */ 64 that we do not use +-tiny shifts (non-nearest rounding mode). */ in atan2f() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | snps,dwc-qos-ethernet.txt | 13 - compatible: One of: 14 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10" 15 Represents the IP core when integrated into the Axis ARTPEC-6 So [all...] |
/freebsd/share/man/man4/ |
H A D | mouse.4 | 3 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 54 Movement and button states are usually encoded in fixed-length data packets. 58 The mouse drivers may have ``non-blocking'' attribute which will make 74 .Bl -tag -width Byte_1 -compact 76 .Bl -tag -width bit_7 -compact 79 .It bit 6..3 92 -128 through 127. 95 -128 through 127. 98 -128 through 127. 103 -128 through 127. [all …]
|
/freebsd/usr.sbin/moused/ |
H A D | moused.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-4-Clause 81 axis movement. 108 .Bl -tag -width indent 110 Emulate the third (middle) button for 2-button mice. 127 The DTR line may need to be dropped for a 3-butto [all...] |
/freebsd/contrib/nvi/vi/ |
H A D | vs_split.c | 1 /*- 33 * vs_split -- 42 int ccl) /* Colon-command line split. */ in vs_split() 49 gp = sp->gp; in vs_split() 53 if (sp->rows < 4) { in vs_split() 55 "222|Screen must be larger than %d lines to split", 4 - 1); in vs_split() 66 _HMAP(new)->lno = sp->lno; in vs_split() 67 _HMAP(new)->coff = 0; in vs_split() 68 _HMAP(new)->soff = 1; in vs_split() 71 half = sp->rows / 2; in vs_split() [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_mesh.c | 2 * Copyright (c) 2008-2009 Voltaire, Inc. All rights reserved. 15 * - Redistributions of source code must retain the above 19 * - Redistributions in binary form must reproduce the above 69 {1, {2}, 1, {0, -1}, }, 70 {1, {3}, 2, {-1, 0, 1}, }, 71 {1, {5}, 2, {-9, 0, 1}, }, 72 {1, {6}, 2, {-36, 0, 1}, }, 74 {2, {2, 2}, 2, {-4, 0, 1}, }, 75 {2, {3, 2}, 3, {8, 9, 0, -1}, }, 76 {2, {5, 2}, 3, {24, 17, 0, -1}, }, [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/ |
H A D | axis,artpec6-clkctrl.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * ARTPEC-6 clock controller indexes 5 * Copyright 2016 Axis Communications AB. 17 #define ARTPEC6_CLK_PTP_REF 6
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mn-rve-gateway.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/usb/pd.h> 9 #include "imx8mn-var-som.dtsi" 13 compatible = "rve,gateway", "variscite,var-som-mx8mn", "fsl,imx8mn"; 15 crystal_duart_24m: crystal-duart-24m { 16 compatible = "fixed-clock"; 17 #clock-cells = <0>; 18 clock-frequency = <24000000>; 21 gpio-keys { [all …]
|