Searched full:dm9000 (Results 1 – 25 of 34) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/net/ethernet/davicom/ |
D | Kconfig | 6 config DM9000 config 7 tristate "DM9000 support" 12 Support for DM9000 chipset. 15 will be called dm9000. 19 depends on DM9000 21 This configuration forces the DM9000 to use the NSR's LinkStatus
|
D | dm9000.c | 3 * Davicom DM9000 Fast Ethernet driver for Linux. 25 #include <linux/dm9000.h> 38 #include "dm9000.h" 44 #define CARDNAME "dm9000" 58 MODULE_PARM_DESC(debug, "dm9000 debug level (0-6)"); 60 /* DM9000 register address locking. 62 * The DM9000 uses an address register to control where data written 83 TYPE_DM9000E, /* original DM9000 */ 153 /* DM9000 network board routine ---------------------------- */ 181 /* Reset DM9000, see DM9000 Application Notes V1.22 Jun 11, 2004 page 29 in dm9000_reset() [all …]
|
D | Makefile | 6 obj-$(CONFIG_DM9000) += dm9000.o
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/davicom/ |
D | dm9000.rst | 4 DM9000 Network driver 15 This file describes how to use the DM9000 platform-device based network driver 16 that is contained in the files drivers/net/dm9000.c and drivers/net/dm9000.h. 18 The driver supports three DM9000 variants, the DM9000E which is the first chip 58 .name = "dm9000", 78 .name = "dm9000", 87 The platform data is defined in include/linux/dm9000.h and described below. 93 Extra platform data for the DM9000 can describe the IO bus width to the
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
D | davicom-dm9000.txt | 1 Davicom DM9000 Fast Ethernet controller 4 - compatible = "davicom,dm9000"; 19 compatible = "davicom,dm9000";
|
/kernel/linux/linux-5.10/arch/m68k/coldfire/ |
D | amcore.c | 13 #include <linux/dm9000.h> 63 .name = "dm9000", 75 /* Set the dm9000 interrupt to be auto-vectored */ in dm9000_pre_init()
|
/kernel/linux/linux-5.10/include/linux/ |
D | dm9000.h | 2 /* include/linux/dm9000.h 7 * Header file for dm9000 platform data
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
D | mxm8x10.c | 20 #include <linux/dm9000.h> 71 GPIO1 - DM9000 PWR 259 /* DM9000 */ 413 /* Ethernet support: Davicom DM9000 */ 437 .name = "dm9000",
|
D | trizeps4.c | 24 #include <linux/dm9000.h> 68 GPIO78_nCS_2, /* DM9000 CS */ 198 * DAVICOM DM9000 Ethernet 223 .name = "dm9000",
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
D | mach-anw6410.c | 24 #include <linux/dm9000.h> 50 /* DM9000 */ 176 .name = "dm9000",
|
D | mach-vr1000.c | 17 #include <linux/dm9000.h> 180 /* DM9000 ethernet devices */ 205 .name = "dm9000", 215 .name = "dm9000",
|
D | mach-at2440evb.c | 20 #include <linux/dm9000.h> 126 .name = "dm9000",
|
D | mach-real6410.c | 15 #include <linux/dm9000.h> 95 .name = "dm9000",
|
D | mach-bast.c | 19 #include <linux/dm9000.h> 297 /* DM9000 */ 315 .name = "dm9000",
|
D | mach-mini6410.c | 15 #include <linux/dm9000.h> 96 .name = "dm9000",
|
D | vr1000.h | 73 * 0x02500000 to 0x02600000 1MB Davicom DM9000 ethernet controllers
|
D | mach-mini2440.c | 23 #include <linux/dm9000.h> 322 * The DM9000 has no eeprom, and it's MAC address is set by 330 .name = "dm9000",
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
D | trizeps4.h | 19 #define TRIZEPS4_ETH_PHYS (PXA_CS2_PHYS) /* Ethernet DM9000 region */ 47 /* Ethernet Controller Davicom DM9000 */
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
D | board-dm355-evm.c | 22 #include <linux/dm9000.h> 191 .name = "dm9000", 404 gpio_request(1, "dm9000"); in dm355_evm_init()
|
D | board-dm355-leopard.c | 168 .name = "dm9000", 244 gpio_request(9, "dm9000"); in dm355_leopard_init()
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/ |
D | index.rst | 21 davicom/dm9000
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | imx1-apf9328.dts | 60 compatible = "davicom,dm9000";
|
D | omap3-devkit8000-common.dtsi | 202 6 0 0x2c000000 0x1000000>; /* CS6: 16MB for DM9000 */ 259 compatible = "davicom,dm9000";
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | ingenic,nemc.yaml | 104 compatible = "davicom,dm9000";
|
/kernel/linux/linux-5.10/arch/mips/boot/dts/ingenic/ |
D | ci20.dts | 368 dm9000@6 { 369 compatible = "davicom,dm9000";
|
12