Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/soc/tegra/cbb/
A Dtegra194-cbb.c175 struct tegra194_axi2apb_bridge *bridges; member
1896 status = tegra194_axi2apb_status(cbb->bridges[i].base); in print_errlog0()
2204 if (priv->bridges) { in tegra194_cbb_get_bridges()
2206 cbb->bridges = priv->bridges; in tegra194_cbb_get_bridges()
2213 if (!cbb->bridges) { in tegra194_cbb_get_bridges()
2218 sizeof(*cbb->bridges), GFP_KERNEL); in tegra194_cbb_get_bridges()
2219 if (!cbb->bridges) in tegra194_cbb_get_bridges()
2223 err = of_address_to_resource(np, i, &cbb->bridges[i].res); in tegra194_cbb_get_bridges()
2228 &cbb->bridges[i].res); in tegra194_cbb_get_bridges()
2229 if (IS_ERR(cbb->bridges[i].base)) in tegra194_cbb_get_bridges()
[all …]
/linux-6.3-rc2/Documentation/driver-api/fpga/
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
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.
65 The FPGA region will need to specify which bridges to control while programming
66 the FPGA. The region driver can build a list of bridges during probe time
68 the list of bridges to program just before programming
76 * fpga_bridges_put() - Given a list of bridges, put them
/linux-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/ata/
A Dcortina,gemini-sata-bridge.yaml14 takes two Faraday Technology FTIDE010 PATA controllers and bridges
26 description: phandles to the reset lines for both SATA bridges
55 bridges.
/linux-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/msm/dsi/
A Ddsi.c217 if (priv->num_bridges == ARRAY_SIZE(priv->bridges)) { in msm_dsi_modeset_init()
256 priv->bridges[priv->num_bridges++] = msm_dsi->bridge; in msm_dsi_modeset_init()
/linux-6.3-rc2/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.
A Di2c-ali1535.rst25 M15x3 South bridges also produced by Acer Labs Inc. Some of the registers
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/tegra/
A Dnvidia,tegra194-axi2apb.yaml22 description: Physical base address and length of registers for all bridges
A Dnvidia,tegra194-cbb.yaml16 initiators and targets using different bridges like AXIP2P, AXI2APB.
69 Specifies the node having all axi2apb bridges which need to be checked
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dbridge.h18 struct list_head bridges; member
/linux-6.3-rc2/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

Completed in 38 milliseconds

1234