Home
last modified time | relevance | path

Searched +full:network +full:- +full:on +full:- +full:chip (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/openbmc/linux/drivers/interconnect/qcom/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "Qualcomm Network-on-Chip interconnect drivers"
4 depends on ARCH_QCOM
6 Support for Qualcomm's Network-on-Chip interconnect hardware.
13 depends on INTERCONNECT_QCOM
14 depends on QCOM_SMD_RPM
17 This is a driver for the Qualcomm Network-on-Chip on msm8916-based
22 depends on INTERCONNECT_QCOM
23 depends on QCOM_SMD_RPM
26 This is a driver for the Qualcomm Network-on-Chip on msm8939-based
[all …]
/openbmc/linux/Documentation/devicetree/bindings/devfreq/event/
H A Dsamsung,exynos-nocp.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/devfreq/event/samsung,exynos-nocp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos NoC (Network on Chip) Probe
10 - Chanwoo Choi <cw00.choi@samsung.com>
11 - Krzysztof Kozlowski <krzk@kernel.org>
14 The Samsung Exynos542x SoC has a NoC (Network on Chip) Probe for NoC bus.
16 that the Network on Chip (NoC) probes detects are transported over the
17 network infrastructure to observer units. You can configure probes to capture
[all …]
/openbmc/linux/drivers/net/ethernet/micrel/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 depends on (HAS_IOMEM && DMA_ENGINE) || SPI || PCI || HAS_IOMEM
11 If you have a network (Ethernet) card belonging to this class, say Y.
22 depends on HAS_IOMEM && DMA_ENGINE
24 This platform driver is for KSZ8841(1-port) / KS8842(2-port)
25 ethernet switch chip (managed, VLAN, QoS) from Micrel or
30 depends on SPI
31 depends on PTP_1588_CLOCK_OPTIONAL
38 SPI driver for Micrel KS8851 SPI attached network chip.
42 depends on HAS_IOMEM
[all …]
H A Dks8851_common.c1 // SPDX-License-Identifier: GPL-2.0-only
29 * ks8851_lock - register access lock
30 * @ks: The chip state
33 * Claim chip register access lock
37 ks->lock(ks, flags); in ks8851_lock()
41 * ks8851_unlock - register access unlock
42 * @ks: The chip state
45 * Release chip register access lock
49 ks->unlock(ks, flags); in ks8851_unlock()
53 * ks8851_wrreg16 - write 16bit register value to chip
[all …]
/openbmc/linux/drivers/net/ethernet/sun/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 # Sun network device configuration
9 depends on SUN3 || SBUS || PCI || SUN_LDOMS
11 If you have a network (Ethernet) card belonging to this class, say Y.
15 the questions about Sun network interfaces. If you say Y, you will be
22 depends on (SBUS || PCI)
25 This driver supports the "hme" interface present on most Ultra
26 systems and as an option on older Sbus systems. This driver supports
35 depends on SBUS
46 depends on SBUS
[all …]
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-tod-plugins.cpp16 /** Each chip is connected to two TOD topologies: active and backup. The values
50 /** The chips sourcing the clocks to non-MDMT chips with faults. */
55 * @brief Sets this chip as the MDMT at fault for this topology.
57 * @param i_chipAtFault The chip reporting step check fault.
67 * @return The MDMT chip for this topology, if at fault. Otherwise, nullptr.
75 * @brief Indicates the given chip has an internal fault.
77 * @param i_chipAtFault The chip reporting a step check fault.
95 * @brief Indicates the given non-MDMT chip has seen a fault in the TOD
96 * network.
98 * @param i_chipSourcingClock The chip sourcing the clock for the chip at
[all …]
/openbmc/linux/drivers/net/ethernet/i825xx/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Intel 82596/82593/82596 network device configuration
9 depends on NET_VENDOR_INTEL
11 If you have a network (Ethernet) card belonging to this class, say Y.
22 depends on ARM && ARCH_ACORN
24 If you have an Acorn system with one of these (AKA25) network cards,
29 depends on BVME6000
31 This is the driver for the Ethernet interface on BVME4000 and
32 BVME6000 VME boards. Say Y here to include the driver for this chip
38 depends on GSC
[all …]
/openbmc/linux/include/linux/platform_data/
H A Ddsa.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 #define DSA_RTABLE_NONE -1
20 * Reference to network devices
27 /* Device tree node pointer for this specific switch chip
44 * An array of which element [a] indicates which port on this
46 * for switch a. Can be NULL if there is only one switch chip.
53 * Reference to a Linux network interface that connects
54 * to the root switch chip of the tree.
61 * connected via this network interface.
64 struct dsa_chip_data *chip; member
/openbmc/linux/drivers/net/ethernet/microchip/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Microchip network device configuration
10 If you have a network (Ethernet) card belonging to this class, say Y.
21 depends on SPI
24 Support for the Microchip EN28J60 ethernet chip.
31 depends on ENC28J60
38 depends on SPI
40 Support for the Microchip ENC424J600/624J600 ethernet chip.
47 depends on PCI
48 depends on PTP_1588_CLOCK_OPTIONAL
[all …]
/openbmc/linux/drivers/leds/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
25 depends on LEDS_CLASS
35 depends on LEDS_CLASS
45 depends on LEDS_CLASS
50 See Documentation/ABI/testing/sysfs-class-led for details.
56 depends on LEDS_CLASS
57 depends on MFD_88PM860X
59 This option enables support for on-chip LED drivers found on Marvell
64 depends on LEDS_CLASS && I2C && OF
66 This option enables support for the AN30259A 3-channel
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dibm,emac.txt7 below, the node for the OPB bus on which the EMAC sits must have a
8 correct clock-frequency property.
13 - device_type : "network"
15 - compatible : compatible list, contains 2 entries, first is
16 "ibm,emac-CHIP" where CHIP is the host ASIC (440gx,
18 "ibm,emac4". For Axon, thus, we have: "ibm,emac-axon",
20 - interrupts : <interrupt mapping for EMAC IRQ and WOL IRQ>
21 - reg : <registers mapping>
22 - local-mac-address : 6 bytes, MAC address
23 - mal-device : phandle of the associated McMAL node
[all …]
/openbmc/linux/drivers/net/ethernet/cavium/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 Select this option if you want enable Cavium network support.
12 If you have a Cavium SoC or network adapter, say Y.
18 depends on 64BIT && PCI
23 move network traffic to/from the memory. The NIC
26 standalone PCIe NIC chip.
31 depends on 64BIT && PCI
37 depends on 64BIT && PCI
47 depends on 64BIT && PCI
52 present on CN81XX chip.
[all …]
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Tulip family network device configuration
7 bool "DEC - Tulip devices"
8 depends on (PCI || EISA || CARDBUS)
10 This selects the "Tulip" family of EISA/PCI network cards.
16 depends on PCI
20 cards and also works with cards based on the DECchip
24 cards, below. However, most people with a network card of this type
32 depends on DE2104X
38 (the descriptor is 16 bytes). This is necessary on systems that lack
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 tristate "Mellanox 5th generation network adapters (ConnectX series) core driver"
8 depends on PCI
11 depends on VXLAN || !VXLAN
12 depends on MLXFW || !MLXFW
13 depends on PTP_1588_CLOCK_OPTIONAL
14 depends on PCI_HYPERV_INTERFACE || !PCI_HYPERV_INTERFACE
15 depends on HWMON || !HWMON
17 Core driver for low level functionality of the ConnectX-4 and
18 Connect-IB cards by Mellanox Technologies.
[all …]
/openbmc/linux/drivers/net/ethernet/8390/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 depends on NET_VENDOR_NATSEMI
11 If you have a network (Ethernet) card belonging to this class, say Y.
22 depends on PCMCIA
24 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
25 (PC-card) Fast Ethernet card to your computer. These cards are
34 depends on (ARM || MIPS || SUPERH || ZORRO || COMPILE_TEST)
40 chip detection and resources
44 depends on AX88796
51 depends on ZORRO
[all …]
/openbmc/u-boot/drivers/net/
H A DKconfig6 depends on DM
11 This is currently implemented in net/eth-uclass.c
15 bool "Network device support"
16 depends on NET
19 You must select Y to enable any network device support
35 depends on DM_ETH && ARCH_ATH79
43 bool "Altera Triple-Speed Ethernet MAC support"
44 depends on DM_ETH
47 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
48 Please find details on the "Triple-Speed Ethernet MegaCore Function
[all …]
/openbmc/linux/drivers/devfreq/event/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 bool "DEVFREQ-Event device Support"
5 The devfreq-event device provide the raw data and events which
6 indicate the current state of devfreq-event device. The provided
7 data from devfreq-event device is used to monitor the state of
11 The devfreq-event device can support the various type of events
18 tristate "Exynos NoC (Network On Chip) Probe DEVFREQ event Driver"
19 depends on ARCH_EXYNOS || COMPILE_TEST
23 This add the devfreq-event driver for Exynos SoC. It provides NoC
24 (Network on Chip) Probe counters to measure the bandwidth of AXI bus.
[all …]
/openbmc/u-boot/doc/
H A DREADME.usb1 SPDX-License-Identifier: GPL-2.0+
10 The USB support is implemented on the base of the UHCI Host
14 flash sticks and USB network adaptors.
15 Tested with a TEAC Floppy TEAC FD-05PUB and Chicony KU-8933 Keyboard.
18 -------------
25 NOT automatically started during start-up. If someone needs the USB
30 started after the U-Boot is up and running. To boot an OS with a an
36 - usb start:
37 - usb reset: (re)starts the USB. All USB devices will be
39 - usb tree: shows all USB devices in a tree like display
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/davicom/
H A Ddm9000.rst1 .. SPDX-License-Identifier: GPL-2.0
4 DM9000 Network driver
9 Ben Dooks <ben@simtec.co.uk> <ben-linux@fluff.org>
13 ------------
15 This file describes how to use the DM9000 platform-device based network driver
18 The driver supports three DM9000 variants, the DM9000E which is the first chip
25 ----------------------------
37 An example from arch/arm/mach-s3c/mach-bast.c is::
91 -------------
113 The chip is connected to an external PHY.
[all …]
/openbmc/linux/drivers/net/usb/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # USB Network devices configuration
5 comment "Host-side USB support is needed for USB Network Adapter support"
6 depends on !USB && NET
9 tristate "USB Network Adapters"
11 depends on USB && NET
16 tristate "USB CATC NetMate-based Ethernet device support"
20 device based on the EL1210A chip. Supported devices are:
28 typically on eth0, if it is the only ethernet device, or perhaps on
35 tristate "USB KLSI KL5USB101-based ethernet device support"
[all …]
/openbmc/linux/drivers/net/ethernet/apple/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 depends on (PPC_PMAC && PPC32) || MAC
11 If you have a network (Ethernet) card belonging to this class, say Y.
22 depends on PPC_PMAC && PPC32
25 Power Macintoshes and clones with Ethernet built-in on the
27 Ethernet) interface. Say Y to include support for the MACE chip.
34 depends on MACE
36 Some Apple machines (notably the Apple Network Server) which use the
37 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
38 instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say
[all …]
/openbmc/u-boot/board/sandbox/
H A DREADME.sandbox1 /* SPDX-License-Identifier: GPL-2.0+ */
6 Native Execution of U-Boot
9 The 'sandbox' architecture is designed to allow U-Boot to run under Linux on
10 almost any hardware. To achieve this it builds U-Boot (so far as possible)
13 All of U-Boot's architecture-specific code therefore cannot be built as part
14 of the sandbox U-Boot. The purpose of running U-Boot under Linux is to test
23 CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian
26 There are two versions of the sandbox: One using 32-bit-wide integers, and one
27 using 64-bit-wide integers. The 32-bit version can be build and run on either
28 32 or 64-bit hosts by either selecting or deselecting CONFIG_SANDBOX_32BIT; by
[all …]
/openbmc/linux/drivers/net/ethernet/asix/
H A DKconfig2 # Asix network device configuration
9 If you have a network (Ethernet, non-USB, not NE2000 compatible)
10 interface based on a chip from ASIX, say Y.
15 tristate "Asix AX88796C-SPI support"
17 depends on SPI
18 depends on GPIOLIB
25 depends on SPI_AX88796C
30 inherited by network interfaces during probe. It can be
31 changed at run time via spi-compression ethtool tunable.
/openbmc/linux/Documentation/devicetree/bindings/interconnect/
H A Dqcom,msm8974.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm MSM8974 Network-On-Chip Interconnect
10 - Brian Masney <masneyb@onstation.org>
14 bandwidth requirements between various network-on-chip fabrics.
22 - qcom,msm8974-bimc
23 - qcom,msm8974-cnoc
24 - qcom,msm8974-mmssnoc
25 - qcom,msm8974-ocmemnoc
[all …]
/openbmc/linux/drivers/net/ethernet/adaptec/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Adaptec network device configuration
9 depends on PCI
11 If you have a network (Ethernet) card belonging to this class, say Y.
22 depends on PCI
26 Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network
27 adapter. The DuraLAN chip is used on the 64 bit PCI boards from
28 Adaptec e.g. the ANA-6922A. The older 32 bit boards use the tulip

12345678910>>...20