/openbmc/u-boot/drivers/net/ |
H A D | dm9000x.c | 3 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 D | dm9000x.h | 2 * dm9000 Ethernet
|
/openbmc/linux/drivers/net/ethernet/davicom/ |
H A 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
|
H A 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 …]
|
H A D | Makefile | 6 obj-$(CONFIG_DM9000) += dm9000.o
|
H A D | dm9000.h | 3 * dm9000 Ethernet
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/davicom/ |
H A 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
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | davicom,dm9000.yaml | 4 $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 D | amcore.c | 13 #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 D | dm9000.h | 2 /* include/linux/dm9000.h 7 * Header file for dm9000 platform data
|
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/ |
H A D | TODO | 2 - ethernet driver for the dm9000
|
/openbmc/u-boot/board/timll/devkit8000/ |
H A D | devkit8000.c | 75 /* Configure GPMC registers for DM9000 */ 100 /* Configure GPMC registers for DM9000 */ in misc_init_r()
|
/openbmc/u-boot/include/ |
H A D | dm9000.h | 3 * NOTE: DAVICOM DM9000 ethernet driver interface
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ |
H A D | index.rst | 24 davicom/dm9000
|
/openbmc/u-boot/include/configs/ |
H A D | ci20.h | 37 /* Ethernet: davicom DM9000 */
|
H A D | amcore.h | 106 /* CS1 - DM9000 Ethernet Controller, address 0x30000000 */
|
H A D | devkit8000.h | 46 /* DM9000 */
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx1-apf9328.dts | 60 compatible = "davicom,dm9000";
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | ingenic,nemc.yaml | 73 compatible = "davicom,dm9000";
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-devkit8000-common.dtsi | 220 6 0 0x2c000000 0x1000000>; /* CS6: 16MB for DM9000 */ 277 compatible = "davicom,dm9000";
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | s3c6410-mini6410.dts | 53 compatible = "davicom,dm9000";
|
H A D | s5pv210-smdkv210.dts | 43 compatible = "davicom,dm9000";
|
/openbmc/linux/arch/mips/boot/dts/ingenic/ |
H A D | ci20.dts | 477 dm9000@6 { 478 compatible = "davicom,dm9000";
|
/openbmc/u-boot/board/ronetix/pm9261/ |
H A D | pm9261.c | 89 /* Configure SMC CS2 for DM9000 */ in pm9261_dm9000_hw_init()
|
/openbmc/u-boot/board/atmel/at91sam9261ek/ |
H A D | at91sam9261ek.c | 94 /* Configure SMC CS2 for DM9000 */ in at91sam9261ek_dm9000_hw_init()
|