Home
last modified time | relevance | path

Searched +full:1 +full:- +full:based (Results 1 – 25 of 1145) sorted by relevance

12345678910>>...46

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/
Dbrcm,iproc-pcie.txt4 - compatible:
5 "brcm,iproc-pcie" for the first generation of PAXB based controller,
7 "brcm,iproc-pcie-paxb-v2" for the second generation of PAXB-based
9 "brcm,iproc-pcie-paxc" for the first generation of PAXC based
11 "brcm,iproc-pcie-paxc-v2" for the second generation of PAXC based
13 PAXB-based root complex is used for external endpoint devices. PAXC-based
15 - reg: base address and length of the PCIe controller I/O register space
16 - #interrupt-cells: set to <1>
17 - interrupt-map-mask and interrupt-map, standard PCI properties to define the
19 - linux,pci-domain: PCI domain ID. Should be unique for each host controller
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/pci/
Dbrcm,iproc-pcie.txt4 - compatible:
5 "brcm,iproc-pcie" for the first generation of PAXB based controller,
7 "brcm,iproc-pcie-paxb-v2" for the second generation of PAXB-based
9 "brcm,iproc-pcie-paxc" for the first generation of PAXC based
11 "brcm,iproc-pcie-paxc-v2" for the second generation of PAXC based
13 PAXB-based root complex is used for external endpoint devices. PAXC-based
15 - reg: base address and length of the PCIe controller I/O register space
16 - #interrupt-cells: set to <1>
17 - interrupt-map-mask and interrupt-map, standard PCI properties to define the
19 - linux,pci-domain: PCI domain ID. Should be unique for each host controller
[all …]
/kernel/linux/linux-4.19/Documentation/networking/
Dixgbe.txt6 Copyright(c) 1999 - 2013 Intel Corporation.
11 - Identifying Your Adapter
12 - Additional Configurations
13 - Performance Tuning
14 - Known Issues
15 - Support
20 The driver in this release is compatible with 82598, 82599 and X540-based
26 http://support.intel.com/support/network/sb/CS-012904.htm
29 ----------------------------------
31 82599-BASED ADAPTERS
[all …]
Dcs89x0.txt3 ----
24 1.2.1 Driver Name
30 2.1 CS8900-based Adapter Configuration
31 2.2 CS8920-based Adapter Configuration
43 5.2.1 Diagnostic Self-Test
62 The CS8900-based ISA Ethernet Adapters from Cirrus Logic follow
63 IEEE 802.3 standards and support half or full-duplex operation in ISA bus
65 in 16-bit ISA or EISA bus expansion slots and are available in
66 10BaseT-only or 3-media configurations (10BaseT, 10Base2, and AUI for 10Base-5
69 CS8920-based adapters are similar to the CS8900-based adapter with additional
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dfsl.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shawn Guo <shawnguo@kernel.org>
11 - Li Yang <leoyang.li@nxp.com>
18 - description: i.MX1 based Boards
20 - enum:
21 - armadeus,imx1-apf9328
22 - fsl,imx1ads
23 - const: fsl,imx1
[all …]
/kernel/linux/linux-4.19/drivers/usb/serial/
Dio_usbvend.h1 // SPDX-License-Identifier: GPL-2.0+
4 * USBVEND.H Vendor-specific USB definitions
7 * must be kept backward-compatible with older firmware.
34 // We break the USB-defined PID into an OEM Id field (upper 6 bits)
40 // ION-device OEM IDs
42 #define ION_OEM_ID_NLYNX 1 // 01h NLynx Systems
50 // ION-device Device IDs
51 // Product IDs - assigned to match middle digit of serial number (No longer true)
54 // is based on the 80251+Netchip.
56 #define ION_DEVICE_ID_GENERATION_1 0x00 // Value for 930 based edgeports
[all …]
/kernel/linux/linux-5.10/drivers/usb/serial/
Dio_usbvend.h1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * USBVEND.H Vendor-specific USB definitions
7 * must be kept backward-compatible with older firmware.
34 // We break the USB-defined PID into an OEM Id field (upper 6 bits)
40 // ION-device OEM IDs
42 #define ION_OEM_ID_NLYNX 1 // 01h NLynx Systems
50 // ION-device Device IDs
51 // Product IDs - assigned to match middle digit of serial number (No longer true)
54 // is based on the 80251+Netchip.
56 #define ION_DEVICE_ID_GENERATION_1 0x00 // Value for 930 based edgeports
[all …]
/kernel/linux/linux-4.19/arch/arm/mach-omap1/include/mach/
Duncompress.h2 * arch/arm/plat-omap/include/mach/uncompress.h
6 * Initially based on:
7 * linux-2.4.15-rmk1-dsplinux1.6/arch/arm/plat-omap/include/mach1510/uncompress.h
24 #include <asm/mach-types.h>
35 * See also debug-macro.S, and serial.c for related code.
91 * Initialize the port based on the machine ID from the bootloader. in arch_decomp_setup()
97 /* omap7xx/8xx based boards using UART1 with shift 0 */ in arch_decomp_setup()
98 DEBUG_LL_OMAP7XX(1, herald); in arch_decomp_setup()
99 DEBUG_LL_OMAP7XX(1, omap_perseus2); in arch_decomp_setup()
101 /* omap15xx/16xx based boards using UART1 */ in arch_decomp_setup()
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/
Duncompress.h2 * arch/arm/plat-omap/include/mach/uncompress.h
6 * Initially based on:
7 * linux-2.4.15-rmk1-dsplinux1.6/arch/arm/plat-omap/include/mach1510/uncompress.h
24 #include <asm/mach-types.h>
35 * See also debug-macro.S, and serial.c for related code.
91 * Initialize the port based on the machine ID from the bootloader. in arch_decomp_setup()
97 /* omap7xx/8xx based boards using UART1 with shift 0 */ in arch_decomp_setup()
98 DEBUG_LL_OMAP7XX(1, herald); in arch_decomp_setup()
99 DEBUG_LL_OMAP7XX(1, omap_perseus2); in arch_decomp_setup()
101 /* omap15xx/16xx based boards using UART1 */ in arch_decomp_setup()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dpmac_feature.h12 * Note: I removed media-bay details from the feature stuff, I believe it's
13 * not worth it, the media-bay driver can directly use the mac-io
48 * all of the Grand-Central based machines. We currently don't
54 /* Here is the infamous serie of OHare based machines
61 #define PMAC_TYPE_UNKNOWN_OHARE 0x2f /* Unknown, but OHare based */
63 /* Here are the Heathrow based machines
69 #define PMAC_TYPE_UNKNOWN_HEATHROW 0x3f /* Unknown but heathrow based */
71 /* Here are newworld machines based on Paddington (heathrow derivative)
77 #define PMAC_TYPE_UNKNOWN_PADDINGTON 0x4f /* Unknown but paddington based */
79 /* Core99 machines based on UniNorth 1.0 and 1.5
[all …]
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Dpmac_feature.h12 * Note: I removed media-bay details from the feature stuff, I believe it's
13 * not worth it, the media-bay driver can directly use the mac-io
48 * all of the Grand-Central based machines. We currently don't
54 /* Here is the infamous serie of OHare based machines
61 #define PMAC_TYPE_UNKNOWN_OHARE 0x2f /* Unknown, but OHare based */
63 /* Here are the Heathrow based machines
69 #define PMAC_TYPE_UNKNOWN_HEATHROW 0x3f /* Unknown but heathrow based */
71 /* Here are newworld machines based on Paddington (heathrow derivative)
77 #define PMAC_TYPE_UNKNOWN_PADDINGTON 0x4f /* Unknown but paddington based */
79 /* Core99 machines based on UniNorth 1.0 and 1.5
[all …]
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/cirrus/
Dcs89x0.rst1 .. SPDX-License-Identifier: GPL-2.0
27 1.2.1 Driver Name
33 2.1 CS8900-based Adapter Configuration
34 2.2 CS8920-based Adapter Configuration
46 5.2.1 Diagnostic Self-Test
59 1. Cirrus Logic LAN CS8900/CS8920 Ethernet Adapters
66 The CS8900-based ISA Ethernet Adapters from Cirrus Logic follow
67 IEEE 802.3 standards and support half or full-duplex operation in ISA bus
69 in 16-bit ISA or EISA bus expansion slots and are available in
70 10BaseT-only or 3-media configurations (10BaseT, 10Base2, and AUI for 10Base-5
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/goldmont/
Dfrontend.json3 "CollectPEBSRecord": "1",
4 …ine is in the ICache. This event counts differently than Intel processors based on Silvermont micr…
6 "Counter": "0,1,2,3",
10 … in the ICache (hit). This event counts differently than Intel processors based on Silvermont micr…
13 "CollectPEBSRecord": "1",
14 …is not in the ICache. This event counts differently than Intel processors based on Silvermont micr…
16 "Counter": "0,1,2,3",
20 …in the ICache (miss). This event counts differently than Intel processors based on Silvermont micr…
23 "CollectPEBSRecord": "1",
24 … is to a new line.\r\nThis event counts differently than Intel processors based on Silvermont micr…
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/goldmont/
Dfrontend.json3 "CollectPEBSRecord": "1",
4 …ine is in the ICache. This event counts differently than Intel processors based on Silvermont micr…
6 "Counter": "0,1,2,3",
10 … in the ICache (hit). This event counts differently than Intel processors based on Silvermont micr…
13 "CollectPEBSRecord": "1",
14 …is not in the ICache. This event counts differently than Intel processors based on Silvermont micr…
16 "Counter": "0,1,2,3",
20 …in the ICache (miss). This event counts differently than Intel processors based on Silvermont micr…
23 "CollectPEBSRecord": "1",
24 … is to a new line.\r\nThis event counts differently than Intel processors based on Silvermont micr…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/goldmontplus/
Dfrontend.json3 "CollectPEBSRecord": "1",
4 …ine is in the ICache. This event counts differently than Intel processors based on Silvermont micr…
6 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
12 … in the ICache (hit). This event counts differently than Intel processors based on Silvermont micr…
15 "CollectPEBSRecord": "1",
16 …is not in the ICache. This event counts differently than Intel processors based on Silvermont micr…
18 "Counter": "0,1,2,3",
20 "PEBScounters": "0,1,2,3",
24 …in the ICache (miss). This event counts differently than Intel processors based on Silvermont micr…
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/goldmontplus/
Dfrontend.json3 "CollectPEBSRecord": "1",
4 …ine is in the ICache. This event counts differently than Intel processors based on Silvermont micr…
6 "Counter": "0,1,2,3",
8 "PEBScounters": "0,1,2,3",
12 … in the ICache (hit). This event counts differently than Intel processors based on Silvermont micr…
15 "CollectPEBSRecord": "1",
16 …is not in the ICache. This event counts differently than Intel processors based on Silvermont micr…
18 "Counter": "0,1,2,3",
20 "PEBScounters": "0,1,2,3",
24 …in the ICache (miss). This event counts differently than Intel processors based on Silvermont micr…
[all …]
/kernel/linux/linux-5.10/drivers/platform/x86/
Ddell-laptop.c1 // SPDX-License-Identifier: GPL-2.0-only
9 * Based on documentation in the libsmbios package:
10 * Copyright (C) 2005-2014 Dell Inc.
31 #include "dell-rbtn.h"
32 #include "dell-smbios.h"
43 * The list must end with -1
56 quirks = dmi->driver_data; in dmi_matched()
57 return 1; in dmi_matched()
66 .kbd_timeouts = { 0, 5, 15, 60, 5 * 60, 15 * 60, -1 },
83 .name = "dell-laptop",
[all …]
/kernel/linux/linux-4.19/drivers/platform/x86/
Ddell-laptop.c8 * Based on documentation in the libsmbios package:
9 * Copyright (C) 2005-2014 Dell Inc.
32 #include <linux/dell-led.h>
35 #include "dell-rbtn.h"
36 #include "dell-smbios.h"
47 * The list must end with -1
60 quirks = dmi->driver_data; in dmi_matched()
61 return 1; in dmi_matched()
70 .kbd_timeouts = { 0, 5, 15, 60, 5 * 60, 15 * 60, -1 },
87 .name = "dell-laptop",
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/silvermont/
Dpipeline.json3 "PEBS": "1",
4 …ction. This unit predicts the target address not only based on the EIP of the branch but also base…
6 "Counter": "0,1",
13 "PEBS": "1",
14 …ction. This unit predicts the target address not only based on the EIP of the branch but also base…
16 "Counter": "0,1",
23 "PEBS": "1",
24 …ction. This unit predicts the target address not only based on the EIP of the branch but also base…
26 "Counter": "0,1",
33 "PEBS": "1",
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/silvermont/
Dpipeline.json3 "PEBS": "1",
4 …ction. This unit predicts the target address not only based on the EIP of the branch but also base…
6 "Counter": "0,1",
13 "PEBS": "1",
14 …ction. This unit predicts the target address not only based on the EIP of the branch but also base…
16 "Counter": "0,1",
23 "PEBS": "1",
24 …ction. This unit predicts the target address not only based on the EIP of the branch but also base…
26 "Counter": "0,1",
33 "PEBS": "1",
[all …]
/kernel/linux/linux-5.10/Documentation/arm/
Dsunxi.rst10 ------------
11 Linux kernel mach directory: arch/arm/mach-sunxi
15 * ARM926 based SoCs
16 - Allwinner F20 (sun3i)
20 * ARM Cortex-A8 based SoCs
21 - Allwinner A10 (sun4i)
25 http://dl.linux-sunxi.org/A10/A10%20Datasheet%20-%20v1.21%20%282012-04-06%29.pdf
28 …http://dl.linux-sunxi.org/A10/A10%20User%20Manual%20-%20v1.20%20%282012-04-09%2c%20DECRYPTED%29.pdf
30 - Allwinner A10s (sun5i)
34 http://dl.linux-sunxi.org/A10s/A10s%20Datasheet%20-%20v1.20%20%282012-03-27%29.pdf
[all …]
/kernel/linux/linux-5.10/arch/arm/
DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0
44 once the kernel has booted up - it's a one time check.
96 1 - undefined instruction events
97 2 - system calls
98 4 - invalid data aborts
99 8 - SIGSEGV faults
100 16 - SIGBUS faults
104 bool "Kernel low-level debugging functions (read help!)"
117 prompt "Kernel low-level debugging port"
121 bool "Kernel low-level debugging messages via Alpine UART0"
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dtechnisat.rst1 .. SPDX-License-Identifier: GPL-2.0
13 -----------------------------
19 .. code-block:: none
21 lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example:
29 -------------------
37 (except ``Simple tuner support`` for ATSC 3rd generation only -> see case 9 please).
41 - Main module part:
50 - Frontend / Tuner / Demodulator module part:
55 - SkyStar DVB-S Revision 2.3:
57 #) => ``Zarlink VP310/MT312/ZL10313 based``
[all …]
/kernel/linux/linux-4.19/Documentation/media/dvb-drivers/
Dtechnisat.rst11 -----------------------------
17 .. code-block:: none
19 lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example:
27 -------------------
35 (except ``Simple tuner support`` for ATSC 3rd generation only -> see case 9 please).
39 - Main module part:
48 - Frontend / Tuner / Demodulator module part:
53 - SkyStar DVB-S Revision 2.3:
55 #) => ``Zarlink VP310/MT312/ZL10313 based``
56 #) => ``Generic I2C PLL based tuners``
[all …]
/kernel/linux/linux-4.19/Documentation/block/
Dnull_blk.txt7 block-layer implementations. It emulates a block device of X gigabytes in size.
10 Single-queue block-layer
11 - Request-based.
12 - Single submission queue per device.
13 - Implements IO scheduling algorithms (CFQ, Deadline, noop).
14 Multi-queue block-layer
15 - Request-based.
16 - Configurable submission queues per device.
17 No block-layer (Known as bio-based)
18 - Bio-based. IO requests are submitted directly to the device driver.
[all …]

12345678910>>...46