Searched full:dm9000 (Results 1 – 25 of 34) sorted by relevance
12
| /Linux-v6.1/drivers/net/ethernet/davicom/ |
| D | Kconfig | 19 config DM9000 config 20 tristate "DM9000 support" 25 Support for DM9000 chipset. 28 will be called dm9000. 32 depends on DM9000 34 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> 37 #include "dm9000.h" 43 #define CARDNAME "dm9000" 57 MODULE_PARM_DESC(debug, "dm9000 debug level (0-6)"); 59 /* DM9000 register address locking. 61 * The DM9000 uses an address register to control where data written 82 TYPE_DM9000E, /* original DM9000 */ 152 /* DM9000 network board routine ---------------------------- */ 180 /* 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
|
| /Linux-v6.1/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
|
| /Linux-v6.1/Documentation/devicetree/bindings/net/ |
| D | davicom-dm9000.txt | 1 Davicom DM9000 Fast Ethernet controller 4 - compatible = "davicom,dm9000"; 19 compatible = "davicom,dm9000";
|
| /Linux-v6.1/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()
|
| /Linux-v6.1/include/linux/ |
| D | dm9000.h | 2 /* include/linux/dm9000.h 7 * Header file for dm9000 platform data
|
| /Linux-v6.1/arch/arm/mach-pxa/ |
| D | mxm8x10.c | 20 #include <linux/dm9000.h> 72 GPIO1 - DM9000 PWR 260 /* DM9000 */ 409 /* Ethernet support: Davicom DM9000 */ 433 .name = "dm9000",
|
| D | trizeps4.h | 20 #define TRIZEPS4_ETH_PHYS (PXA_CS2_PHYS) /* Ethernet DM9000 region */ 48 /* Ethernet Controller Davicom DM9000 */
|
| D | trizeps4.c | 24 #include <linux/dm9000.h> 68 GPIO78_nCS_2, /* DM9000 CS */ 198 * DAVICOM DM9000 Ethernet 223 .name = "dm9000",
|
| D | zeus.c | 20 #include <linux/dm9000.h> 357 .name = "dm9000", 367 .name = "dm9000",
|
| /Linux-v6.1/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> 175 /* DM9000 ethernet devices */ 200 .name = "dm9000", 210 .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> 292 /* DM9000 */ 310 .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> 328 * The DM9000 has no eeprom, and it's MAC address is set by 336 .name = "dm9000",
|
| /Linux-v6.1/arch/arm/mach-davinci/ |
| D | board-dm355-evm.c | 20 #include <linux/dm9000.h> 188 .name = "dm9000", 401 gpio_request(1, "dm9000"); in dm355_evm_init()
|
| D | board-dm355-leopard.c | 164 .name = "dm9000", 240 gpio_request(9, "dm9000"); in dm355_leopard_init()
|
| /Linux-v6.1/Documentation/networking/device_drivers/ethernet/ |
| D | index.rst | 21 davicom/dm9000
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | imx1-apf9328.dts | 60 compatible = "davicom,dm9000";
|
| D | omap3-devkit8000-common.dtsi | 220 6 0 0x2c000000 0x1000000>; /* CS6: 16MB for DM9000 */ 277 compatible = "davicom,dm9000";
|
| /Linux-v6.1/Documentation/devicetree/bindings/memory-controllers/ |
| D | ingenic,nemc.yaml | 72 compatible = "davicom,dm9000";
|
12