| /OK3568_Linux_fs/kernel/drivers/interconnect/qcom/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 bool "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 msm8974-based [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/wan/ |
| H A D | z8530book.rst | 10 The Z85x30 family synchronous/asynchronous controller chips are used on 11 a large number of cheap network interface cards. The kernel provides a 13 services using this chip. 25 on the chip (each chip has two channels). 28 chip is interface to the I/O and interrupt facilities of the host 34 The DMA mode supports the chip when it is configured to use dual DMA 35 channels on an ISA bus. The better cards tend to support this mode of 38 noting here that many PC machines hang or crash when the chip is driven 54 Having identified the chip you need to fill in a struct z8530_dev, 55 which describes each chip. This object must exist until you finally [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 7 tristate "Mellanox 5th generation network adapters (ConnectX series) core driver" 8 depends on PCI 10 depends on VXLAN || !VXLAN 11 depends on MLXFW || !MLXFW 12 depends on PTP_1588_CLOCK || !PTP_1588_CLOCK 13 depends on PCI_HYPERV_INTERFACE || !PCI_HYPERV_INTERFACE 16 Core driver for low level functionality of the ConnectX-4 and 17 Connect-IB cards by Mellanox Technologies. 24 depends on MLX5_CORE [all …]
|
| /OK3568_Linux_fs/kernel/drivers/devfreq/event/ |
| H A D | Kconfig | 1 # 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/event/ |
| H A D | exynos-nocp.txt | 2 * Samsung Exynos NoC (Network on Chip) Probe device 4 The Samsung Exynos542x SoC has NoC (Network on Chip) Probe for NoC bus. 6 that the Network on Chip (NoC) probes detects are transported over 7 the network infrastructure to observer units. You can configure probes to 8 capture packets with header or data on the data request response network, 14 - compatible: Should be "samsung,exynos5420-nocp" 15 - reg: physical base address of each NoC Probe and length of memory mapped region. 18 - clock-names : the name of clock used by the NoC Probe, "nocp" 19 - clocks : phandles for clock specified in "clock-names" property 24 compatible = "samsung,exynos5420-nocp";
|
| H A D | rockchip-nocp.txt | 2 * Rockchip NoC (Network on Chip) Probe device 4 The Rockchip SoCs have NoC (Network on Chip) Probe for NoC bus. 6 packets that the Network on Chip (NoC) probes detects are transported 7 over the network infrastructure to observer units. For example, RK3399 12 - compatible: Should be one of the following. 13 - "rockchip,rk3288-nocp" - for RK3288 SoC. 14 - "rockchip,rk3368-nocp" - for RK3368 SoC. 15 - "rockchip,rk3399-nocp" - for RK3399 SoC. 16 - "rockchip,rk3568-nocp" - for RK3568 SoC. 17 - reg: physical base address of each NoC Probe and length of memory mapped region. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/micrel/ |
| H A D | Kconfig | 1 # 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 35 SPI driver for Micrel KS8851 SPI attached network chip. 39 depends on HAS_IOMEM 45 multiplexed network chip. [all …]
|
| H A D | ks8851_common.c | 1 // SPDX-License-Identifier: GPL-2.0-only 31 * ks8851_lock - register access lock 32 * @ks: The chip state 35 * Claim chip register access lock 39 ks->lock(ks, flags); in ks8851_lock() 43 * ks8851_unlock - register access unlock 44 * @ks: The chip state 47 * Release chip register access lock 51 ks->unlock(ks, flags); in ks8851_unlock() 55 * ks8851_wrreg16 - write 16bit register value to chip [all …]
|
| H A D | ks8851_par.c | 1 // SPDX-License-Identifier: GPL-2.0-only 35 * struct ks8851_net_par - KS8851 Parallel driver private data 42 * The @lock ensures that the chip is protected when certain operations are 44 * of the chip registers are not accessible until the transfer is finished 45 * and the DMA has been de-asserted. 58 * ks8851_lock_par - register access lock 59 * @ks: The chip state 62 * Claim chip register access lock 68 spin_lock_irqsave(&ksp->lock, *flags); in ks8851_lock_par() 72 * ks8851_unlock_par - register access unlock [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/ |
| H A D | Kconfig | 1 # 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | Kconfig | 1 # 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_FLASH 65 depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | ibm,emac.txt | 7 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 …]
|
| /OK3568_Linux_fs/u-boot/board/sandbox/ |
| H A D | README.sandbox | 4 * SPDX-License-Identifier: GPL-2.0+ 7 Native Execution of U-Boot 10 The 'sandbox' architecture is designed to allow U-Boot to run under Linux on 11 almost any hardware. To achieve this it builds U-Boot (so far as possible) 14 All of U-Boot's architecture-specific code therefore cannot be built as part 15 of the sandbox U-Boot. The purpose of running U-Boot under Linux is to test 24 CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian 31 --------------- 33 To run sandbox U-Boot use something like: 36 ./u-boot [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/ |
| H A D | Kconfig | 1 # 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/ |
| H A D | Kconfig | 1 # 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 52 Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | dsa.h | 1 /* 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
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.usb | 5 * SPDX-License-Identifier: GPL-2.0+ 11 The USB support is implemented on the base of the UHCI Host 15 flash sticks and USB network adaptors. 16 Tested with a TEAC Floppy TEAC FD-05PUB and Chicony KU-8933 Keyboard. 19 ------------- 26 NOT automatically started during start-up. If someone needs the USB 31 started after the U-Boot is up and running. To boot an OS with a an 37 - usb start: 38 - usb reset: (re)starts the USB. All USB devices will be 40 - usb tree: shows all USB devices in a tree like display [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | Kconfig | 1 # 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/ |
| H A D | Kconfig | 1 # 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | Kconfig | 1 # 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/davicom/ |
| H A D | dm9000.rst | 1 .. 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-s3c2410/mach-bast.c is:: 91 ------------- 113 The chip is connected to an external PHY. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/ |
| H A D | Kconfig | 1 # 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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | Kconfig | 5 depends on DM 15 depends on DM_ETH && PHYLIB 20 stand-alone devices. Useful in particular for systems that support 21 DM_ETH and have a stand-alone MDIO hardware block shared by multiple 23 This is currently implemented in net/mdio-uclass.c 28 depends on DM 33 bool "Network device support" 34 depends on NET 37 You must select Y to enable any network device support 53 depends on DM_ETH && ARCH_ATH79 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apple/ |
| H A D | Kconfig | 1 # 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/hamradio/ |
| H A D | z8530drv.rst | 1 .. SPDX-License-Identifier: GPL-2.0 5 SCC.C - Linux driver for Z8530 based HDLC cards for AX.25 14 1. ftp://ftp.ccac.rwth-aachen.de/pub/jr/z8530drv-utils_3.0-3.tar.gz 16 2. ftp://ftp.pspt.fi/pub/ham/linux/ax25/z8530drv-utils_3.0-3.tar.gz 20 Linux Kernel AX.25 documentation and programs, is available on 38 Unlike the versions below 2.4 this driver is a real network device 41 AX.25-HOWTO on how to emulate a KISS TNC on network device drivers. 54 please read 'man insmod' that comes with module-init-tools. 64 of your rc.*-files. This has to be done BEFORE you can 77 chip 1 [all …]
|