| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | fixed-value.h | 1 /* Fixed-point arithmetic support. 2 Copyright (C) 2006-2020 Free Software Foundation, Inc. 26 scalar_mode_pod mode; /* Use machine mode to know IBIT and FBIT. */ member 31 #define MAX_FCONST0 18 /* For storing 18 fixed-point zeros per 33 #define MAX_FCONST1 8 /* For storing 8 fixed-point ones per accum 35 /* Constant fixed-point values 0 and 1. */ 40 #define FCONST0(mode) fconst0[mode - QQmode] argument 41 #define FCONST1(mode) fconst1[mode - HAmode] argument 43 /* Return a CONST_FIXED with value R and mode M. */ 48 /* Construct a FIXED_VALUE from a bit payload and machine mode MODE. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | fixed-value.h | 1 /* Fixed-point arithmetic support. 2 Copyright (C) 2006-2020 Free Software Foundation, Inc. 26 scalar_mode_pod mode; /* Use machine mode to know IBIT and FBIT. */ member 31 #define MAX_FCONST0 18 /* For storing 18 fixed-point zeros per 33 #define MAX_FCONST1 8 /* For storing 8 fixed-point ones per accum 35 /* Constant fixed-point values 0 and 1. */ 40 #define FCONST0(mode) fconst0[mode - QQmode] argument 41 #define FCONST1(mode) fconst1[mode - HAmode] argument 43 /* Return a CONST_FIXED with value R and mode M. */ 48 /* Construct a FIXED_VALUE from a bit payload and machine mode MODE. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/phy/hisilicon/ |
| H A D | phy-histb-combphy.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2016-2017 HiSilicon Co., Ltd. http://www.hisilicon.com 20 #include <dt-bindings/phy/phy.h> 36 int fixed; member 49 struct histb_combphy_mode mode; member 55 void __iomem *reg = priv->mmio + COMBPHY_CFG_REG; in nano_register_write() 73 static int is_mode_fixed(struct histb_combphy_mode *mode) in is_mode_fixed() argument 75 return (mode->fixed != PHY_NONE) ? true : false; in is_mode_fixed() 80 struct histb_combphy_mode *mode = &priv->mode; in histb_combphy_set_mode() local 81 struct regmap *syscon = priv->syscon; in histb_combphy_set_mode() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | evxfevnt.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 4 * Module Name: evxfevnt - External Interfaces, ACPI event disable/enable 6 * Copyright (C) 2000 - 2020, Intel Corp. 28 * DESCRIPTION: Transfers the system into ACPI mode. 44 /* If the Hardware Reduced flag is set, machine is always in acpi mode */ in acpi_enable() 50 /* Check current mode */ in acpi_enable() 54 "System is already in ACPI mode\n")); in acpi_enable() 58 /* Transition to ACPI mode */ in acpi_enable() 63 "Could not transition to ACPI mode")); in acpi_enable() 73 "Platform took > %d00 usec to enter ACPI mode", retry)); in acpi_enable() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | hpfs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 1998-2004, Mikulas Patocka 10 :homepage: https://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 14 Chris Smith, 1993, original read-only HPFS, some code and hpfs structures file 24 Set owner/group/mode for files that do not have it specified in extended 25 attributes. Mode is inverted umask - for example umask 027 gives owner 27 that for files mode is anded with 0666. If you want files to have 'x' 32 CR/LF -> LF conversion, if auto, decision is made according to extension 33 - there is a list of text extensions (I thing it's better to not convert 43 corrupted filesystems. check=strict means many superfluous checks - [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/ |
| H A D | ia_css_ob_types.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 20 * CSS-API header file for Optical Black level parameters. 25 /* Optical black mode. 29 IA_CSS_OB_MODE_FIXED, /** Fixed OB */ 40 enum ia_css_ob_mode mode; /** Mode (None / Fixed / Raster). member 44 (used for Fixed Mode only). 48 (used for Fixed Mode only). 52 (used for Fixed Mode only). 56 (used for Fixed Mode only). 60 (used for Raster Mode only). [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | perf_event.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 155 /* Deep C-state Reset */ 169 /* Call-stack Mode Supported */ 198 * Fixed-purpose performance events: 201 /* RDPMC offset for Fixed PMCs */ 206 * All the fixed-mode PMCs are configured via this single MSR: 211 * There is no event-code assigned to the fixed-mode PMCs. 213 * For a fixed-mode PMC, which has an equivalent event on a general-purpose 214 * PMC, the event-code of the equivalent event is used for the fixed-mode PMC, 217 * For a fixed-mode PMC, which doesn't have an equivalent event, a [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | Kconfig | 3 bool "Bit-banged ethernet MII management channel support" 118 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode" 121 Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F). 123 links which can occur in slave mode on certain PHYs, e.g. on the 128 master mode. Multiple devices forcing master mode when connected by a 130 ports into slave mode. 133 connection between two devices which both force master mode, try forcing 154 bool "Fixed-Link PHY" 157 Fixed PHY is used for having a 'fixed-link' to another MAC with a direct 160 on, the link is always up with fixed speed and fixed duplex-setting. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 3 Copyright (C) 1988-2020 Free Software Foundation, Inc. 8 Invariant Sections being "Funding Free Software", the Front-Cover Texts 9 being (a) (see below), and with the Back-Cover Texts being (b) (see 13 (a) The FSF's Front-Cover Text is: 17 (b) The FSF's Back-Cover Text is: 22 INFO-DIR-SECTION Software development 23 START-INFO-DIR-ENTRY 25 END-INFO-DIR-ENTRY 29 Copyright (C) 1988-2020 Free Software Foundation, Inc. 34 Invariant Sections being "Funding Free Software", the Front-Cover Texts [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 3 Copyright (C) 1988-2020 Free Software Foundation, Inc. 8 Invariant Sections being "Funding Free Software", the Front-Cover Texts 9 being (a) (see below), and with the Back-Cover Texts being (b) (see 13 (a) The FSF's Front-Cover Text is: 17 (b) The FSF's Back-Cover Text is: 22 INFO-DIR-SECTION Software development 23 START-INFO-DIR-ENTRY 25 END-INFO-DIR-ENTRY 29 Copyright (C) 1988-2020 Free Software Foundation, Inc. 34 Invariant Sections being "Funding Free Software", the Front-Cover Texts [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-hi3798cv200-combphy.txt | 4 - compatible: Should be "hisilicon,hi3798cv200-combphy" 5 - reg: Should be the address space for COMBPHY configuration and state 8 - #phy-cells: Should be 1. The cell number is used to select the phy mode 9 as defined in <dt-bindings/phy/phy.h>. 10 - clocks: The phandle to clock provider and clock specifier pair. 11 - resets: The phandle to reset controller and reset specifier pair. 13 Refer to phy/phy-bindings.txt for the generic PHY binding properties. 16 - hisilicon,fixed-mode: If the phy device doesn't support mode select 17 but a fixed mode setting, the property should be present to specify 18 the particular mode. [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | kirkwood-net5big.dts | 1 // SPDX-License-Identifier: GPL-2.0 9 * Based on netxbig_v2-setup.c, 14 /dts-v1/; 17 #include "kirkwood-6281.dtsi" 18 #include "kirkwood-netxbig.dtsi" 22 compatible = "lacie,net5big_v2", "lacie,netxbig", "marvell,kirkwood-88f6281", "marvell,kirkwood"; 33 compatible = "regulator-fixed"; 35 regulator-name = "hdd1power"; 36 regulator-min-microvolt = <5000000>; 37 regulator-max-microvolt = <5000000>; [all …]
|
| H A D | ls1021a-tsn.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright 2016-2018 NXP Semiconductors 6 /dts-v1/; 10 model = "NXP LS1021A-TSN Board"; 12 sys_mclk: clock-mclk { 13 compatible = "fixed-clock"; 14 #clock-cells = <0>; 15 clock-frequency = <24576000>; 18 reg_vdda_codec: regulator-3V3 { 19 compatible = "regulator-fixed"; [all …]
|
| H A D | pxa300-raumfeld-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 #include <dt-bindings/gpio/gpio.h> 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/interrupt-controller/irq.h> 10 hw-revision = <0>; 14 stdout-path = &ffuart; 22 reg_3v3: regulator-3v3 { 23 compatible = "regulator-fixed"; 24 regulator-name = "3v3-fixed-supply"; 25 regulator-min-microvolt = <3300000>; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | ChangeLog.ide-tape.1995-2002 | 2 * Ver 0.1 Nov 1 95 Pre-working code :-) 8 * we received non serial read-ahead requests from the 17 * ide tapes :-) 70 * Ver 1.1 Dec 14 95 Fixed random problems which occurred when the tape 73 * Removed some old (non-active) code which had 80 * New fast pipelined operation mode (currently only on 81 * writes). When using the pipelined mode, the 86 * mode is enabled by default, but since it has a few 88 * A short explanation of the pipelined operation mode 90 * Ver 1.2 Jan 1 96 Eliminated pipelined mode race condition. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | samsung-sxgbe.txt | 4 - compatible: Should be "samsung,sxgbe-v2.0a" 5 - reg: Address and length of the register set for the device 6 - interrupts: Should contain the SXGBE interrupts 7 These interrupts are ordered by fixed and follows variable 9 index 0 - this is fixed common interrupt of SXGBE and it is always 11 index 1 to 25 - 8 variable trasmit interrupts, variable 16 receive interrupts 13 - phy-mode: String, operation mode of the PHY interface. 15 - samsung,pbl: Integer, Programmable Burst Length. 17 - samsung,burst-map: Integer, Program the possible bursts supported by sxgbe 18 This is an integer and represents allowable DMA bursts when fixed burst. [all …]
|
| H A D | nixge.txt | 4 - compatible: Should be "ni,xge-enet-3.00", but can be "ni,xge-enet-2.00" for 5 older device trees with DMA engines co-located in the address map, 7 - reg: Address and length of the register set for the device. It contains the 8 information of registers in the same order as described by reg-names. 9 - reg-names: Should contain the reg names 12 - interrupts: Should contain tx and rx interrupt 13 - interrupt-names: Should be "rx" and "tx" 14 - phy-mode: See ethernet.txt file in the same directory. 15 - nvmem-cells: Phandle of nvmem cell containing the MAC address 16 - nvmem-cell-names: Should be "address" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | marvell,xenon-sdhci.txt | 11 - compatible: should be one of the following 12 - "marvell,armada-3700-sdhci": For controllers on Armada-3700 SoC. 13 Must provide a second register area and marvell,pad-type. 14 - "marvell,armada-ap806-sdhci": For controllers on Armada AP806. 15 - "marvell,armada-cp110-sdhci": For controllers on Armada CP110. 17 - clocks: 22 - clock-names: 27 - reg: 28 * For "marvell,armada-3700-sdhci", two register areas. 31 Please follow the examples with compatible "marvell,armada-3700-sdhci" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ia64/ |
| H A D | irq-redir.rst | 10 that described in Documentation/core-api/irq/irq-affinity.rst for i386 systems. 12 Because of the usage of SAPIC mode and physical destination mode the 14 CPUs. Only the first non-zero bit is taken into account. 21 first non-zero bit is the selected CPU. This format has been kept for 24 Set the delivery mode of interrupt 41 to fixed and route the 30 delivery mode (redirectable):: 40 (i.e. lowest priority mode routing is used), otherwise its route is 41 fixed. 49 IO-SAPIC interrupts are initialized with CPU#0 as their default target 50 and the routing is the so called "lowest priority mode" (actually [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/dsa/ |
| H A D | sja1105.txt | 6 - compatible: 8 - "nxp,sja1105e" 9 - "nxp,sja1105t" 10 - "nxp,sja1105p" 11 - "nxp,sja1105q" 12 - "nxp,sja1105r" 13 - "nxp,sja1105s" 18 and the non-SGMII devices, while pin-compatible, are not equal in terms 24 - sja1105,role-mac: 25 - sja1105,role-phy: [all …]
|
| H A D | mt7530.txt | 6 - compatible: may be compatible = "mediatek,mt7530" 9 - #address-cells: Must be 1. 10 - #size-cells: Must be 0. 11 - mediatek,mcm: Boolean; if defined, indicates that either MT7530 is the part 12 on multi-chip module belong to MT7623A has or the remotely standalone 17 - core-supply: Phandle to the regulator node necessary for the core power. 18 - io-supply: Phandle to the regulator node necessary for the I/O power. 19 See Documentation/devicetree/bindings/regulator/mt6323-regulator.txt 24 - reset-gpios: Should be a gpio specifier for a reset line. 28 - resets : Phandle pointing to the system reset controller with [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform.hpp | 5 #include <mbgl/map/mode.hpp> 67 /** Sets the zoom level, keeping the given point fixed within the view. 70 /** Sets the zoom level, keeping the given point fixed within the view. 72 @param anchor A point relative to the top-left corner of the view. 73 If unspecified, the center point is fixed within the view. */ 75 /** Sets the zoom level, keeping the center point fixed within the inset view. 77 @param padding The viewport padding that affects the fixed center point. */ 89 /** Sets the angle of rotation, keeping the given point fixed within the view. 92 @param anchor A point relative to the top-left corner of the view. */ 94 /** Sets the angle of rotation, keeping the center point fixed within the inset view. [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libopus/ |
| H A D | libopus_1.3.1.bb | 6 HOMEPAGE = "http://www.opus-codec.org/" 8 LICENSE = "BSD-3-Clause" 11 SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz" 15 S = "${WORKDIR}/opus-${PV}" 20 PACKAGECONFIG[fixed-point] = "--enable-fixed-point,," 21 PACKAGECONFIG[float-approx] = "--enable-float-approx,," 24 --with-NE10-includes=${STAGING_DIR_TARGET}${includedir} \ 25 --with-NE10-libraries=${STAGING_DIR_TARGET}${libdir} \ 26 --enable-asm \ 27 --enable-intrinsics \ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | sfp-phylink.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 phylink is a mechanism to support hot-pluggable networking modules 11 directly connected to a MAC without needing to re-initialise the 12 adapter on hot-plug events. 14 phylink supports conventional phylib-based setups, fixed link setups 23 1. PHY mode 25 In PHY mode, we use phylib to read the current link settings from 30 2. Fixed mode 32 Fixed mode is the same as PHY mode as far as the MAC driver is 35 3. In-band mode [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/uapi/ |
| H A D | rkisp1-config.h | 1 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 12 /* Vendor specific - used for RK_ISP1 camera sub-system */ 20 /* Sensor De-gamma */ 48 /* Denoise Pre-Filter */ 50 /* Denoise Pre-Filter Strength */ 76 /* maximum value for fixed black level */ 78 /* minimum value for fixed black level */ 152 * enum rkisp1_cif_isp_exp_ctrl_autostop - stop modes 162 * enum rkisp1_cif_isp_exp_meas_mode - Exposure measure mode 171 /*---------- PART1: Input Parameters ------------*/ [all …]
|