Home
last modified time | relevance | path

Searched refs:bridges (Results 1 – 25 of 86) sorted by relevance

1234

/linux/Documentation/devicetree/bindings/fpga/
A Dfpga-region.txt61 * FPGA bridges may be actual hardware or soft logic on an FPGA.
111 1. Disable appropriate FPGA bridges.
113 3. Enable the FPGA bridges.
118 will disable the bridges.
163 hardware bridges remain enabled. The PR regions' bridges will be FPGA bridges
182 This property is optional if the FPGA Manager handles the bridges.
191 bridges to successfully become enabled after the region has been
204 fpga-bridges property. During programming, these bridges are disabled, the
256 fpga-bridges = <&fpga_bridge1>;
289 * Full reconfiguration with hardware bridges
[all …]
A Daltera-freeze-bridge.txt3 The Altera Freeze Bridge Controller manages one or more freeze bridges.
4 The controller can freeze/disable the bridges which prevents signal
6 unfreeze/enable the bridges which allows traffic to pass through the
A Dxilinx-pr-decoupler.txt4 decouplers / fpga bridges.
5 The controller can decouple/disable the bridges which prevents signal
7 couple / enable the bridges which allows traffic to pass through the
/linux/Documentation/devicetree/bindings/display/bridge/
A Dmegachips-stdpxxxx-ge-b850v3-fw.txt2 STDP4028-ge-b850v3-fw bridges (LVDS-DP)
3 STDP2690-ge-b850v3-fw bridges (DP-DP++)
11 STDP2690 behave as the stock bridges would. The compatible strings include the
12 suffix "-ge-b850v3-fw" to make it clear that the driver is for the bridges with
16 two bridges behaves as a single one. The only interfaces exposed by the
A Dsimple-bridge.yaml7 title: Transparent non-programmable DRM bridges
14 This binding supports transparent non-programmable bridges that don't require
/linux/drivers/pcmcia/
A DKconfig63 bridge. Virtually all modern PCMCIA bridges do this, and most of
71 comment "PC-card bridges"
79 This option enables support for CardBus host bridges. Virtually
80 all modern PCMCIA bridges are CardBus compatible. A "bridge" is
91 bool "Special initialization for O2Micro bridges" if EXPERT
96 bool "Special initialization for Ricoh bridges" if EXPERT
101 bool "Special initialization for TI and EnE bridges" if EXPERT
106 bool "Auto-tune EnE bridges for CB cards" if EXPERT
111 bool "Special initialization for Toshiba ToPIC bridges" if EXPERT
136 Say Y here to include support for ISA-bus PCMCIA host bridges that
[all …]
/linux/Documentation/driver-api/fpga/
A Dfpga-region.rst12 an FPGA Manager and a bridge (or bridges) with a reprogrammable region of an
26 * which bridges to disable before programming and enable afterwards.
62 The FPGA region will need to specify which bridges to control while programming
63 the FPGA. The region driver can build a list of bridges during probe time
65 the list of bridges to program just before programming
73 * fpga_bridges_put() - Given a list of bridges, put them
A Dfpga-programming.rst12 the FPGA manager and bridges. It will:
16 * build a list of FPGA bridges if a method has been specified to do so
17 * disable the bridges
19 * re-enable the bridges
31 bridges to control during programming or it has a pointer to a function that
/linux/drivers/ata/
A Dpata_ftide010.c275 int bridges = 0; in pata_ftide010_gemini_port_start() local
286 bridges++; in pata_ftide010_gemini_port_start()
292 bridges++; in pata_ftide010_gemini_port_start()
299 bridges++; in pata_ftide010_gemini_port_start()
306 bridges++; in pata_ftide010_gemini_port_start()
309 dev_info(dev, "brought %d bridges online\n", bridges); in pata_ftide010_gemini_port_start()
310 return (bridges > 0) ? 0 : -EINVAL; // -ENODEV; in pata_ftide010_gemini_port_start()
/linux/Documentation/devicetree/bindings/ata/
A Dcortina,gemini-sata-bridge.txt4 takes two Faraday Technology FTIDE010 PATA controllers and bridges
11 - resets: phandles to the reset lines for both SATA bridges
17 the ATA controller and SATA bridges. Values 0..3:
/linux/Documentation/devicetree/bindings/pci/
A Dpci.txt1 PCI bus bridges have standardized Device Tree bindings:
18 host bridges in the system, otherwise potentially conflicting domain numbers
19 may be assigned to root buses behind different host bridges. The domain
68 When present, the port is external-facing. All bridges and endpoints
A Dapple,pcie.yaml18 PCIe host bridges is absent.
23 the child nodes that represent the PCI bridges that correspond to
A D83xx-512x-pci.txt1 * Freescale 83xx and 512x PCI bridges
/linux/drivers/vme/
A DMakefile7 obj-y += bridges/
A DKconfig14 source "drivers/vme/bridges/Kconfig"
/linux/Documentation/i2c/busses/
A Di2c-sis96x.rst11 Any combination of these host bridges:
14 and these south bridges:
A Di2c-ali1563.rst24 the i2c controller found in the Intel 801 south bridges.
/linux/net/bridge/
A DKconfig15 Several such bridges can work together to create even larger
17 As this is a standard, Linux bridges will cooperate properly with
/linux/Documentation/PCI/
A Dmsi-howto.rst50 bridges). In order to ensure that all the data has arrived in memory,
239 Some PCI bridges are not able to route MSIs between busses properly.
242 Some bridges allow you to enable MSIs by changing some bits in their
259 Again, please notify linux-pci@vger.kernel.org of any bridges that need
280 Then, 'lspci -t' gives the list of bridges above a device. Reading
283 to bridges between the PCI root and the device, MSIs are disabled.
A Dacpi-info.rst4 ACPI considerations for PCI host bridges
11 host bridges, so the ACPI namespace must describe each host bridge, the
44 PCI host bridges are PNP0A03 or PNP0A08 devices. Their _CRS should
93 bridges [8]. Since MCFG is a static table and can't be updated by hotplug,
/linux/Documentation/x86/
A Dintel-iommu.rst44 device has its own domain (hence protection). Devices under p2p bridges
46 transaction id aliasing for p2p bridges.
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dbridge.h18 struct list_head bridges; member
A Dbridge.c777 list_add(&bridge->list, &br_offloads->bridges); in mlx5_esw_bridge_create()
804 if (list_empty(&br_offloads->bridges)) in mlx5_esw_bridge_put()
815 list_for_each_entry(bridge, &br_offloads->bridges, list) { in mlx5_esw_bridge_lookup()
830 if (IS_ERR(bridge) && list_empty(&br_offloads->bridges)) in mlx5_esw_bridge_lookup()
1544 list_for_each_entry(bridge, &br_offloads->bridges, list) { in mlx5_esw_bridge_update()
1569 WARN_ONCE(!list_empty(&br_offloads->bridges), in mlx5_esw_bridge_flush()
1581 INIT_LIST_HEAD(&br_offloads->bridges); in mlx5_esw_bridge_init()
/linux/drivers/fpga/
A DKconfig97 Say Y here if you want to support bridges connected between host
104 Say Y to enable drivers for FPGA bridges for Altera SOCFPGA
111 Say Y to enable drivers for Altera FPGA Freeze bridges. A
/linux/Documentation/gpu/
A Dvgaarbiter.rst132 forwarding on P2P bridges if necessary, so that the requested resources can
135 P2P bridges if any). In the case of vga_arb_lock(), the function will block
137 any resource on a different bus segment, since P2P bridges don't differentiate

Completed in 31 milliseconds

1234