Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/net/
H A Ddm9000x.c3 dm9000.c: Version 1.2 12/15/2003
5 A Davicom DM9000 ISA NIC fast Ethernet driver for Linux.
36 FIFO as described in DM9000 programming guide and
40 - Adapt eth_send such that it matches the DM9000*
43 - Adapted reset procedure to match DM9000 application
46 These changes are tested with DM9000{A,EP,E} together
56 #include <dm9000.h>
109 /* DM9000 network board routine ---------------------------- */
223 Search DM9000 board, allocate space and register it
234 printf("dm9000 i/o: 0x%x, id: 0x%x \n", CONFIG_DM9000_BASE, in dm9000_probe()
[all …]
H A Ddm9000x.h2 * dm9000 Ethernet
/openbmc/linux/drivers/net/ethernet/davicom/
H A DKconfig19 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
H A Ddm9000.c3 * 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 …]
H A DMakefile6 obj-$(CONFIG_DM9000) += dm9000.o
H A Ddm9000.h3 * dm9000 Ethernet
/openbmc/linux/Documentation/networking/device_drivers/ethernet/davicom/
H A 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
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Ddavicom,dm9000.yaml4 $id: http://devicetree.org/schemas/net/davicom,dm9000.yaml#
7 title: Davicom DM9000 Fast Ethernet Controller
14 const: davicom,dm9000
53 compatible = "davicom,dm9000";
/openbmc/linux/arch/m68k/coldfire/
H A Damcore.c13 #include <linux/dm9000.h>
63 .name = "dm9000",
75 /* Set the dm9000 interrupt to be auto-vectored */ in dm9000_pre_init()
/openbmc/linux/include/linux/
H A Ddm9000.h2 /* include/linux/dm9000.h
7 * Header file for dm9000 platform data
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A DTODO2 - ethernet driver for the dm9000
/openbmc/u-boot/board/timll/devkit8000/
H A Ddevkit8000.c75 /* Configure GPMC registers for DM9000 */
100 /* Configure GPMC registers for DM9000 */ in misc_init_r()
/openbmc/u-boot/include/
H A Ddm9000.h3 * NOTE: DAVICOM DM9000 ethernet driver interface
/openbmc/linux/Documentation/networking/device_drivers/ethernet/
H A Dindex.rst24 davicom/dm9000
/openbmc/u-boot/include/configs/
H A Dci20.h37 /* Ethernet: davicom DM9000 */
H A Damcore.h106 /* CS1 - DM9000 Ethernet Controller, address 0x30000000 */
H A Ddevkit8000.h46 /* DM9000 */
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx1-apf9328.dts60 compatible = "davicom,dm9000";
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dingenic,nemc.yaml73 compatible = "davicom,dm9000";
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-devkit8000-common.dtsi220 6 0 0x2c000000 0x1000000>; /* CS6: 16MB for DM9000 */
277 compatible = "davicom,dm9000";
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Ds3c6410-mini6410.dts53 compatible = "davicom,dm9000";
H A Ds5pv210-smdkv210.dts43 compatible = "davicom,dm9000";
/openbmc/linux/arch/mips/boot/dts/ingenic/
H A Dci20.dts477 dm9000@6 {
478 compatible = "davicom,dm9000";
/openbmc/u-boot/board/ronetix/pm9261/
H A Dpm9261.c89 /* Configure SMC CS2 for DM9000 */ in pm9261_dm9000_hw_init()
/openbmc/u-boot/board/atmel/at91sam9261ek/
H A Dat91sam9261ek.c94 /* Configure SMC CS2 for DM9000 */ in at91sam9261ek_dm9000_hw_init()

12