Home
last modified time | relevance | path

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

12345678910>>...128

/Linux-v6.1/drivers/pci/pcie/
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 …]
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
265 * pcie_device_init - allocate and initialize PCI Express port service device
[all …]
Dportdrv_pci.c3 * Purpose: PCI Express Port Bus Driver
94 * pcie_portdrv_probe - Probe PCI-Express port devices
95 * @dev: PCI-Express port device being probed
180 /* handle any PCI-Express port */
/Linux-v6.1/Documentation/PCI/
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 …]
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 …]
Dboot-interrupts.rst12 On PCI Express, interrupts are represented with either MSI or inbound
14 given Core IO converts the legacy interrupt messages from PCI Express to
19 term "boot interrupts" to describe this mechanism. Further, the PCI Express
104 Intel® Quick Data DMA/PCI Express ports are not routed to legacy
147 2.15.2 PCI Express Legacy INTx Support and Boot Interrupt
/Linux-v6.1/drivers/scsi/qla2xxx/
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 …]
/Linux-v6.1/Documentation/devicetree/bindings/arm/
Darm,vexpress-juno.yaml7 title: ARM Versatile Express and Juno Boards
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 …]
Dvexpress-scc.txt1 ARM Versatile Express Serial Configuration Controller
4 Test chips for ARM Versatile Express platform implement SCC (Serial
18 eg. for Coretile Express A15x2 A7x3 (V2P-CA15_A7):
/Linux-v6.1/include/dt-bindings/gpio/
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 */
42 /* Bit 6 express pull disable */
/Linux-v6.1/arch/arm/mach-versatile/
DKconfig250 bool "ARM Ltd. Versatile Express family"
270 ARM core and logic (FPGA) tiles on the Versatile Express motherboard,
273 - CoreTile Express A5x2 (V2P-CA5s)
274 - CoreTile Express A9x4 (V2P-CA9)
275 - CoreTile Express A15x2 (V2P-CA15)
276 - LogicTile Express 13MG (V2F-2XV6) with A5, A7, A9 or A15 SMMs
278 - Versatile Express RTSMs (Models)
293 Provides common dependencies for Versatile Express platforms
308 bool "Versatile Express Serial Power Controller (SPC)"
311 The TC2 (A15x2 A7x3) versatile express core tile integrates a logic
[all …]
/Linux-v6.1/drivers/nvme/host/
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
48 tristate "NVM Express over Fabrics RDMA host driver"
63 tristate "NVM Express over Fabrics FC host driver"
79 tristate "NVM Express over Fabrics TCP host driver"
96 bool "NVM Express over Fabrics In-Band Authentication"
111 tristate "Apple ANS2 NVM Express host driver"
/Linux-v6.1/drivers/misc/mei/
DKconfig29 82G35 Express
34 82Q35 Express
35 82G33/G31/P35/P31 Express
36 82Q33 Express
37 82X38/X48 Express
Dhw-me-regs.h13 #define MEI_DEV_ID_82G35 0x2984 /* 82G35 Express */
20 #define MEI_DEV_ID_ICH9_82Q35 0x29B4 /* 82Q35 Express */
21 #define MEI_DEV_ID_ICH9_82G33 0x29C4 /* 82G33/G31/P35/P31 Express */
22 #define MEI_DEV_ID_ICH9_82Q33 0x29D4 /* 82Q33 Express */
23 #define MEI_DEV_ID_ICH9_82X38 0x29E4 /* 82X38/X48 Express */
/Linux-v6.1/drivers/net/ethernet/wangxun/
DKconfig20 tristate "Wangxun(R) GbE PCI Express adapters support"
23 This driver supports Wangxun(R) GbE PCI Express family of
33 tristate "Wangxun(R) 10GbE PCI Express adapters support"
36 This driver supports Wangxun(R) 10GbE PCI Express family of
/Linux-v6.1/Documentation/hwmon/
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
/Linux-v6.1/arch/powerpc/sysdev/
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
/Linux-v6.1/drivers/net/ethernet/intel/
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
/Linux-v6.1/arch/powerpc/sysdev/ge/
Dge_pic.c10 * kind, whether express or implied.
65 * 16 RO PCI Express Doorbell 3 Status
66 * 15 RO PCI Express Doorbell 2 Status
67 * 14 RO PCI Express Doorbell 1 Status
68 * 13 RO PCI Express Doorbell 0 Status
/Linux-v6.1/Documentation/admin-guide/media/
Dcx23885-cardlist.rst34 - DViCO FusionHDTV5 Express
58 - DViCO FusionHDTV7 Dual Express
62 - DViCO FusionHDTV DVB-T Dual Express
174 - AVerTV Hybrid Express Slim HC81R
/Linux-v6.1/drivers/ntb/hw/idt/
Dntb_hw_idt.h25 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
89 /* PCI Express Configuration Space */
90 /* PCI Express command/status register (DWORD) */
92 /* PCI Express Device Capabilities (DWORD) */
94 /* PCI Express Device Control/Status (WORD+WORD) */
96 /* PCI Express Link Capabilities (DWORD) */
98 /* PCI Express Link Control/Status (WORD+WORD) */
100 /* PCI Express Device Capabilities 2 (DWORD) */
102 /* PCI Express Device Control 2 (WORD+WORD) */
197 /* PCI Express command/status and link control/status registers (WORD+WORD) */
[all …]
/Linux-v6.1/drivers/rapidio/devices/
DKconfig7 tristate "IDT Tsi721 PCI Express SRIO Controller support"
11 Include support for IDT Tsi721 PCI Express Serial RapidIO controller.
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/
Dreset.c25 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
71 /* Do we need to save off the full 4K PCI Express header?? */ in mlx4_reset()
147 mlx4_err(dev, "Couldn't restore HCA PCI Express Device Control register, aborting\n"); in mlx4_reset()
155 mlx4_err(dev, "Couldn't restore HCA PCI Express Link control register, aborting\n"); in mlx4_reset()
/Linux-v6.1/include/uapi/sound/
Dfirewire.h130 * - Audio Express
174 * Audio Express.
176 * Audio Express.
188 * and Audio Express.
190 * 4 pre and Audio express.
/Linux-v6.1/drivers/cxl/
DKconfig3 tristate "CXL (Compute Express Link) Devices Support"
7 CXL is a bus that is electrically compatible with PCI Express, but
11 memory targets, the CXL.io protocol is equivalent to PCI Express.

12345678910>>...128