Home
last modified time | relevance | path

Searched full:express (Results 1 – 25 of 7698) sorted by relevance

12345678910>>...308

/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A DKconfig3 # PCI Express Port Bus Configuration
6 bool "PCI Express Port Bus support"
8 This enables PCI Express Port Bus support. Users can then enable
16 bool "PCI Express Hotplug driver"
19 Say Y here if you have a motherboard that supports PCI Express Native
25 bool "PCI Express Advanced Error Reporting support"
29 This enables PCI Express Root Port Advanced Error Reporting
31 Port will be handled by PCI Express AER driver.
34 tristate "PCI Express error injection support"
38 This enables PCI Express Root Port Advanced Error Reporting
[all …]
H A Dportdrv_core.c3 * Purpose: PCI Express Port Bus Driver's Core Functions
29 * release_pcie_device - free PCI Express port service device structure
95 * @dev: PCI Express port to handle
158 * pcie_init_service_irqs - initialize irqs for PCI Express port services
159 * @dev: PCI Express port to handle
197 * get_port_device_capability - discover capabilities of a PCI Express port
198 * @dev: PCI Express port to examine
200 * The capabilities are read from the port's PCI Express configuration registers
201 * as described in PCI Express Base Specification 1.0a sections 7.8.2, 7.8.9 and
275 * pcie_device_init - allocate and initialize PCI Express port service device
[all …]
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dpciebus-howto.rst5 The PCI Express Port Bus Driver Guide HOWTO
14 This guide describes the basics of the PCI Express Port Bus driver
16 register/unregister with the PCI Express Port Bus Driver.
19 What is the PCI Express Port Bus Driver
22 A PCI Express Port is a logical PCI-PCI Bridge structure. There
23 are two types of PCI Express Port: the Root Port and the Switch
24 Port. The Root Port originates a PCI Express link from a PCI Express
25 Root Complex and the Switch Port connects PCI Express links to
30 PCI Express link from the PCI Express Switch.
32 A PCI Express Port can provide up to four distinct functions,
[all …]
H A Dpcieaer-howto.rst5 The PCI Express Advanced Error Reporting Driver Guide HOWTO
19 This guide describes the basics of the PCI Express Advanced Error
22 PCI Express AER driver.
25 What is the PCI Express AER Driver?
28 PCI Express error signaling can occur on the PCI Express link itself
29 or on behalf of transactions initiated on the link. PCI Express
32 required of all PCI Express components providing a minimum defined
34 capability is implemented with a PCI Express advanced error reporting
37 The PCI Express AER driver provides the infrastructure to support PCI
38 Express Advanced Error Reporting capability. The PCI Express AER
[all …]
/OK3568_Linux_fs/u-boot/board/renesas/stout/
H A Dcpld.h98 /* connected to COM Express connector and CN6 for camera, BT656 only */
101 /* connected to COM Express connector and CN6 for camera, all modes */
104 /* connected to COM Express connector, BT656 only */
107 /* connected to COM Express connector, all 10-bit modes */
110 /* connected to COM Express connector, all 12-bit modes */
113 /* connected to COM Express connector, BT656 only */
116 /* connected to COM Express connector, modes with sync signals */
119 /* connected to COM Express connector, modes with field, clken signals */
122 /* connected to COM Express connector, modes with sync, field, clken signals */
125 /* connected to COM Express connector, BT656 only */
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-vexpress/
H A DKconfig3 bool "ARM Ltd. Versatile Express family"
25 ARM core and logic (FPGA) tiles on the Versatile Express motherboard,
28 - CoreTile Express A5x2 (V2P-CA5s)
29 - CoreTile Express A9x4 (V2P-CA9)
30 - CoreTile Express A15x2 (V2P-CA15)
31 - LogicTile Express 13MG (V2F-2XV6) with A5, A7, A9 or A15 SMMs
33 - Versatile Express RTSMs (Models)
48 Provides common dependencies for Versatile Express platforms
63 bool "Versatile Express Serial Power Controller (SPC)"
66 The TC2 (A15x2 A7x3) versatile express core tile integrates a logic
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_devtbl.h31 "QLE2360", "PCI-Express to 2Gb FC, Single Channel", /* 0x117 */
32 "QLE2362", "PCI-Express to 2Gb FC, Dual Channel", /* 0x118 */
63 "QLE2460", "PCI-Express to 4Gb FC, Single Channel", /* 0x137 */
64 "QLE2462", "PCI-Express to 4Gb FC, Dual Channel", /* 0x138 */
65 "QME2462", "Dell BS PCI-Express to 4Gb FC, Dual Channel", /* 0x139 */
70 "QLE210", "PCI-Express to 2Gb FC, Single Channel", /* 0x13e */
71 "QLE220", "PCI-Express to 4Gb FC, Single Channel", /* 0x13f */
74 "QLE2460", "Sun PCI-Express to 2Gb FC, Single Channel", /* 0x142 */
75 "QLE2462", "Sun PCI-Express to 4Gb FC, Single Channel", /* 0x143 */
77 "QLE2440", "PCI-Express to 4Gb FC, Single Channel", /* 0x145 */
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Darm,vexpress-juno.yaml7 title: ARM Versatile Express and Juno Boards Device Tree Bindings
14 ARM's Versatile Express platform were built as reference designs for exploring
15 multicore Cortex-A class systems. The Versatile Express family contains both
29 shared to many common characteristics with the Versatile Express that the
45 - description: CoreTile Express A9x4 (V2P-CA9) has 4 Cortex A9 CPU cores
47 DUI 0448I. This was the first Versatile Express platform.
51 - description: CoreTile Express A5x2 (V2P-CA5s) has 2 Cortex A5 CPU cores
57 - description: Coretile Express A15x2 (V2P-CA15) has 2 Cortex A15 CPU
63 - description: CoreTile Express A15x4 (V2P-CA15, HBI-0237A) has 4 Cortex
70 - description: Coretile Express A15x2 A7x3 (V2P-CA15_A7) has 2 Cortex A15
[all …]
/OK3568_Linux_fs/kernel/include/dt-bindings/gpio/
H A Dgpio.h13 /* Bit 0 express polarity */
17 /* Bit 1 express single-endedness */
21 /* Bit 2 express Open drain or open source */
32 /* Bit 3 express GPIO suspend/resume and reset persistence */
36 /* Bit 4 express pull up */
39 /* Bit 5 express pull down */
/OK3568_Linux_fs/external/xserver/debian/
H A Dcopyright38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
67 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89 software for any purpose. It is provided "as is" without express or
113 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
137 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
163 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
183 without express or implied warranty.
258 3) This software is provided "AS-IS" and any express or implied warranties,
280 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
309 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
[all …]
/OK3568_Linux_fs/external/xserver/
H A DCOPYING38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
67 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89 software for any purpose. It is provided "as is" without express or
113 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
137 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
163 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
183 without express or implied warranty.
258 3) This software is provided "AS-IS" and any express or implied warranties,
280 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
309 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/t1040qds/
H A DREADME33 - Four PCI Express 2.0 controllers running at up to 5 GHz
56 — PCI Express: supporting Gen 1 and Gen 2;
102 0xF_F803_0000 0xF_F803_FFFF PCI Express 4 I/O Space 64KB
103 0xF_F802_0000 0xF_F802_FFFF PCI Express 3 I/O Space 64KB
104 0xF_F801_0000 0xF_F801_FFFF PCI Express 2 I/O Space 64KB
105 0xF_F800_0000 0xF_F800_FFFF PCI Express 1 I/O Space 64KB
111 0xC_3000_0000 0xC_3FFF_FFFF PCI Express 4 Mem Space 256MB
112 0xC_2000_0000 0xC_2FFF_FFFF PCI Express 3 Mem Space 256MB
113 0xC_1000_0000 0xC_1FFF_FFFF PCI Express 2 Mem Space 256MB
114 0xC_0000_0000 0xC_0FFF_FFFF PCI Express 1 Mem Space 256MB
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A DKconfig7 tristate "NVM Express block device"
11 The NVM Express driver is for solid state drives directly
12 connected to the PCI or PCI Express bus. If you know you
39 tristate "NVM Express over Fabrics RDMA host driver"
55 tristate "NVM Express over Fabrics FC host driver"
72 tristate "NVM Express over Fabrics TCP host driver"
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A DKconfig29 82G35 Express
34 82Q35 Express
35 82G33/G31/P35/P31 Express
36 82Q33 Express
37 82X38/X48 Express
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_utils.h12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30 #define CHECK_CHN_RET(express, chn, name) \ argument
33 s32Ret = express; \
40 #define CHECK_RET(express, name) \ argument
43 s32Ret = express; \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/
H A DKconfig59 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
64 This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
88 tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
107 bool "Intel(R) PCI-Express Gigabit adapters HWMON support"
160 tristate "Intel(R) 10GbE PCI Express adapters support"
166 This driver supports Intel(R) 10GbE PCI Express family of
179 bool "Intel(R) 10GbE PCI Express adapters HWMON support"
215 tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
218 This driver supports Intel(R) PCI Express virtual functions for the
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dfsl_pci.h3 * MPC85xx/86xx PCI Express structure define
38 /* PCI/PCI Express outbound window reg */
48 /* PCI/PCI Express inbound window reg */
58 /* PCI/PCI Express IO block registers for 85xx/86xx */
76 /* PCI/PCI Express outbound window 0-4
85 /* PCI/PCI Express inbound window 3-0
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dvexpress.rst6 * ARM Ltd. Versatile Express platform
13 for the Versatile Express boards:
15 - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html
26 Versatile Express platform (http://www.arm.com/versatileexpress/) is a
/OK3568_Linux_fs/external/chromium/licenses/
H A DNOTICE16 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
47 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
74 THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
117 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
146 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
203 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
223 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
247 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
267 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
296 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
[all …]
H A DLICENSE.6717 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
42 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
67 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
92 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
116 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
141 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
166 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
190 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
214 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
238 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/t208xqds/
H A DREADME23 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV)
73 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV)
127 0xF_F803_0000 0xF_F803_FFFF PCI Express 4 I/O Space 64KB
128 0xF_F802_0000 0xF_F802_FFFF PCI Express 3 I/O Space 64KB
129 0xF_F801_0000 0xF_F801_FFFF PCI Express 2 I/O Space 64KB
130 0xF_F800_0000 0xF_F800_FFFF PCI Express 1 I/O Space 64KB
135 0xC_4000_0000 0xC_4FFF_FFFF PCI Express 4 Mem Space 256MB
136 0xC_3000_0000 0xC_3FFF_FFFF PCI Express 3 Mem Space 256MB
137 0xC_2000_0000 0xC_2FFF_FFFF PCI Express 2 Mem Space 256MB
138 0xC_0000_0000 0xC_1FFF_FFFF PCI Express 1 Mem Space 512MB
/OK3568_Linux_fs/u-boot/board/advantech/
H A DKconfig10 Advantech SOM-DB5800 COM Express development board with SOM-6867
13 SOM-6867 is a COM Express Type 6 Compact Module with either an Intel
16 SOM-DB5800 is a COM Express Development board with:
/OK3568_Linux_fs/u-boot/board/freescale/t208xrdb/
H A DREADME23 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV)
92 0xF_F803_0000 0xF_F803_FFFF PCI Express 4 I/O Space 64KB
93 0xF_F802_0000 0xF_F802_FFFF PCI Express 3 I/O Space 64KB
94 0xF_F801_0000 0xF_F801_FFFF PCI Express 2 I/O Space 64KB
95 0xF_F800_0000 0xF_F800_FFFF PCI Express 1 I/O Space 64KB
100 0xC_4000_0000 0xC_4FFF_FFFF PCI Express 4 Mem Space 256MB
101 0xC_3000_0000 0xC_3FFF_FFFF PCI Express 3 Mem Space 256MB
102 0xC_2000_0000 0xC_2FFF_FFFF PCI Express 2 Mem Space 256MB
103 0xC_0000_0000 0xC_1FFF_FFFF PCI Express 1 Mem Space 512MB
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A DLICENSE.md15 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
44 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
68 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
131 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
158 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
173 This software is provided 'as-is', without any express or implied
239 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
261 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
283 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
316 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/tremontx/
H A Duncore-other.json73 …"BriefDescription": "PCI Express bandwidth reading at IIO. Derived from unc_iio_data_req_of_cpu.me…
89 …"BriefDescription": "PCI Express bandwidth writing at IIO. Derived from unc_iio_data_req_of_cpu.me…
105 "BriefDescription": "PCI Express bandwidth writing at IIO, part 1",
118 "BriefDescription": "PCI Express bandwidth writing at IIO, part 2",
131 "BriefDescription": "PCI Express bandwidth writing at IIO, part 3",
144 "BriefDescription": "PCI Express bandwidth reading at IIO, part 1",
157 "BriefDescription": "PCI Express bandwidth reading at IIO, part 2",
170 "BriefDescription": "PCI Express bandwidth reading at IIO, part 3",

12345678910>>...308