Home
last modified time | relevance | path

Searched full:dm9000 (Results 1 – 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/davicom/
DKconfig6 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
Ddm9000.c3 * 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 …]
DMakefile6 obj-$(CONFIG_DM9000) += dm9000.o
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/davicom/
Ddm9000.rst4 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/
Ddavicom-dm9000.txt1 Davicom DM9000 Fast Ethernet controller
4 - compatible = "davicom,dm9000";
19 compatible = "davicom,dm9000";
/kernel/linux/linux-5.10/arch/m68k/coldfire/
Damcore.c13 #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/
Ddm9000.h2 /* include/linux/dm9000.h
7 * Header file for dm9000 platform data
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dmxm8x10.c20 #include <linux/dm9000.h>
71 GPIO1 - DM9000 PWR
259 /* DM9000 */
413 /* Ethernet support: Davicom DM9000 */
437 .name = "dm9000",
Dtrizeps4.c24 #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/
Dmach-anw6410.c24 #include <linux/dm9000.h>
50 /* DM9000 */
176 .name = "dm9000",
Dmach-vr1000.c17 #include <linux/dm9000.h>
180 /* DM9000 ethernet devices */
205 .name = "dm9000",
215 .name = "dm9000",
Dmach-at2440evb.c20 #include <linux/dm9000.h>
126 .name = "dm9000",
Dmach-real6410.c15 #include <linux/dm9000.h>
95 .name = "dm9000",
Dmach-bast.c19 #include <linux/dm9000.h>
297 /* DM9000 */
315 .name = "dm9000",
Dmach-mini6410.c15 #include <linux/dm9000.h>
96 .name = "dm9000",
Dvr1000.h73 * 0x02500000 to 0x02600000 1MB Davicom DM9000 ethernet controllers
Dmach-mini2440.c23 #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/
Dtrizeps4.h19 #define TRIZEPS4_ETH_PHYS (PXA_CS2_PHYS) /* Ethernet DM9000 region */
47 /* Ethernet Controller Davicom DM9000 */
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
Dboard-dm355-evm.c22 #include <linux/dm9000.h>
191 .name = "dm9000",
404 gpio_request(1, "dm9000"); in dm355_evm_init()
Dboard-dm355-leopard.c168 .name = "dm9000",
244 gpio_request(9, "dm9000"); in dm355_leopard_init()
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/
Dindex.rst21 davicom/dm9000
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx1-apf9328.dts60 compatible = "davicom,dm9000";
Domap3-devkit8000-common.dtsi202 6 0 0x2c000000 0x1000000>; /* CS6: 16MB for DM9000 */
259 compatible = "davicom,dm9000";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
Dingenic,nemc.yaml104 compatible = "davicom,dm9000";
/kernel/linux/linux-5.10/arch/mips/boot/dts/ingenic/
Dci20.dts368 dm9000@6 {
369 compatible = "davicom,dm9000";

12