Searched full:davicom (Results 1 – 25 of 36) sorted by relevance
12
/Linux-v5.15/Documentation/devicetree/bindings/net/ |
D | davicom-dm9000.txt | 1 Davicom DM9000 Fast Ethernet controller 4 - compatible = "davicom,dm9000"; 11 - davicom,no-eeprom : Configuration EEPROM is not available 12 - davicom,ext-phy : Use external PHY 19 compatible = "davicom,dm9000"; 24 davicom,no-eeprom;
|
/Linux-v5.15/drivers/net/phy/ |
D | davicom.c | 3 * drivers/net/phy/davicom.c 5 * Driver for Davicom PHYs 59 MODULE_DESCRIPTION("Davicom PHY driver"); 176 .name = "Davicom DM9161E", 185 .name = "Davicom DM9161B/C", 194 .name = "Davicom DM9161A", 203 .name = "Davicom DM9131",
|
D | Makefile | 52 obj-$(CONFIG_DAVICOM_PHY) += davicom.o
|
D | Kconfig | 167 tristate "Davicom PHYs"
|
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/dec/ |
D | dmfe.rst | 4 Davicom DM9102(A)/DM9132/DM9801 fast ethernet driver for Linux 21 This driver provides kernel support for Davicom DM9102(A)/DM9132/DM9801 ethernet cards ( CNET 22 10/100 ethernet cards uses Davicom chipset too, so this driver supports CNET cards too ).If you 26 dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17) 64 Sten Wang <sten_wang@davicom.com.tw > : Original Author
|
/Linux-v5.15/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 134 tristate "Davicom DM910x/DM980x support" 139 Davicom (<http://www.davicom.com.tw/>). If you have such a network
|
D | dmfe.c | 3 A Davicom DM9102/DM9102A/DM9102A+DM9801/DM9102A+DM9802 NIC fast 8 DAVICOM Web-Site: www.davicom.com.tw 10 Author: Sten Wang, 886-3-5798797-8517, E-mail: sten_wang@davicom.com.tw 13 (C)Copyright 1997-1998 DAVICOM Semiconductor,Inc. All Rights Reserved. 92 #define PCI_DM9132_ID 0x91321282 /* Davicom DM9132 ID */ 93 #define PCI_DM9102_ID 0x91021282 /* Davicom DM9102 ID */ 94 #define PCI_DM9100_ID 0x91001282 /* Davicom DM9100 ID */ 95 #define PCI_DM9009_ID 0x90091282 /* Davicom DM9009 ID */ 486 dev_info(&dev->dev, "Davicom DM%04lx at pci%s, %pM, irq %d\n", in dmfe_init_one() 2140 MODULE_AUTHOR("Sten Wang, sten_wang@davicom.com.tw"); [all …]
|
D | eeprom.c | 257 /* Hack to ignore Davicom delay period block */ in tulip_parse_eeprom() 275 /* Davicom's media number for 100BaseTX is strange */ in tulip_parse_eeprom()
|
/Linux-v5.15/Documentation/devicetree/bindings/memory-controllers/ |
D | ingenic,nemc.yaml | 104 compatible = "davicom,dm9000"; 105 davicom,no-eeprom;
|
/Linux-v5.15/drivers/net/ethernet/davicom/ |
D | Makefile | 3 # Makefile for the Davicom device drivers.
|
D | Kconfig | 3 # Davicom device configuration
|
D | dm9000.c | 3 * Davicom DM9000 Fast Ethernet driver for Linux. 6 * (C) Copyright 1997-1998 DAVICOM Semiconductor,Inc. All Rights Reserved. 1397 if (of_find_property(np, "davicom,ext-phy", NULL)) in dm9000_parse_dt() 1399 if (of_find_property(np, "davicom,no-eeprom", NULL)) in dm9000_parse_dt() 1786 { .compatible = "davicom,dm9000", }, 1805 MODULE_DESCRIPTION("Davicom DM9000 network driver");
|
D | dm9000.h | 173 /* Davicom MII registers.
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | s3c6410-mini6410.dts | 53 compatible = "davicom,dm9000"; 57 davicom,no-eeprom;
|
D | s5pv210-smdkv210.dts | 43 compatible = "davicom,dm9000"; 48 davicom,no-eeprom;
|
D | imx1-apf9328.dts | 60 compatible = "davicom,dm9000";
|
D | omap3-devkit8000-common.dtsi | 259 compatible = "davicom,dm9000"; 265 davicom,no-eeprom;
|
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/ |
D | index.rst | 21 davicom/dm9000
|
/Linux-v5.15/drivers/net/usb/ |
D | dm9601.c | 2 * Davicom DM96xx USB 10/100Mbps ethernet devices 561 .description = "Davicom DM96xx USB 10/100 Ethernet", 577 USB_DEVICE(0x0a46, 0x9601), /* Davicom USB-100 */ 650 MODULE_DESCRIPTION("Davicom DM96xx USB 10/100 ethernet devices");
|
/Linux-v5.15/arch/arm/mach-s3c/ |
D | vr1000.h | 73 * 0x02500000 to 0x02600000 1MB Davicom DM9000 ethernet controllers
|
D | bast.h | 146 * 0x02500000 to 0x02600000 1MB Davicom DM9000 ethernet controller
|
/Linux-v5.15/arch/mips/boot/dts/ingenic/ |
D | ci20.dts | 408 compatible = "davicom,dm9000"; 409 davicom,no-eeprom;
|
/Linux-v5.15/drivers/net/ethernet/ |
D | Makefile | 33 obj-$(CONFIG_DM9000) += davicom/
|
D | Kconfig | 59 source "drivers/net/ethernet/davicom/Kconfig"
|
/Linux-v5.15/arch/arm/mach-pxa/include/mach/ |
D | trizeps4.h | 47 /* Ethernet Controller Davicom DM9000 */
|
12