Home
last modified time | relevance | path

Searched full:asix (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.12.1/Documentation/devicetree/bindings/net/
Dasix,ax88178.yaml4 $id: http://devicetree.org/schemas/net/asix,ax88178.yaml#
7 title: ASIX AX88172/AX88772 USB Ethernet Controllers
22 - usbb95,1720 # ASIX AX88172
23 - usbb95,172a # ASIX AX88172A
24 - usbb95,1780 # ASIX AX88178
25 - usbb95,7720 # ASIX AX88772
26 - usbb95,772a # ASIX AX88772A
27 - usbb95,772b # ASIX AX88772B
28 - usbb95,7e2b # ASIX AX88772B
Dasix,ax88796c.yaml4 $id: http://devicetree.org/schemas/net/asix,ax88796c.yaml#
7 title: ASIX AX88796C SPI Ethernet Adapter
13 ASIX AX88796C is an Ethernet controller with a built in PHY. This
26 const: asix,ax88796c
66 compatible = "asix,ax88796c";
/linux-6.12.1/drivers/net/ethernet/asix/
DKconfig2 # Asix network device configuration
6 bool "Asix devices"
10 interface based on a chip from ASIX, say Y.
15 tristate "Asix AX88796C-SPI support"
20 Say Y here if you intend to use ASIX AX88796C attached in SPI mode.
Dax88796c_ioctl.h3 * Copyright (c) 2010 ASIX Electronics Corporation
6 * ASIX AX88796C SPI Fast Ethernet Linux driver
Dax88796c_spi.h3 * Copyright (c) 2010 ASIX Electronics Corporation
6 * ASIX AX88796C SPI Fast Ethernet Linux driver
Dax88796c_spi.c3 * Copyright (c) 2010 ASIX Electronics Corporation
6 * ASIX AX88796C SPI Fast Ethernet Linux driver
DMakefile2 # Makefile for the Asix network device drivers.
Dax88796c_ioctl.c3 * Copyright (c) 2010 ASIX Electronics Corporation
6 * ASIX AX88796C SPI Fast Ethernet Linux driver
Dax88796c_main.h3 * Copyright (c) 2010 ASIX Electronics Corporation
6 * ASIX AX88796C SPI Fast Ethernet Linux driver
19 #define ADP_NAME "ASIX AX88796C SPI Ethernet Adapter"
Dax88796c_main.c3 * Copyright (c) 2010 ASIX Electronics Corporation
6 * ASIX AX88796C SPI Fast Ethernet Linux driver
178 "MAC address read from ASIX chip\n"); in ax88796c_load_mac_addr()
1119 { .compatible = "asix,ax88796c" },
1165 MODULE_DESCRIPTION("ASIX AX88796C SPI Ethernet driver");
/linux-6.12.1/drivers/net/phy/
Dax88796b.c2 /* Driver for Asix PHYs
17 MODULE_DESCRIPTION("Asix PHY driver");
36 /* Asix PHY won't reset unless reset bit toggles */ in asix_soft_reset()
100 .name = "Asix Electronics AX88772A",
109 .name = "Asix Electronics AX88772C",
116 .name = "Asix Electronics AX88796B",
Dax88796b_rust.rs4 //! Rust Asix PHYs driver
23 description: "Rust Asix PHYs driver",
44 const NAME: &'static CStr = c_str!("Asix Electronics AX88772A");
108 const NAME: &'static CStr = c_str!("Asix Electronics AX88772C");
128 const NAME: &'static CStr = c_str!("Asix Electronics AX88796B");
DKconfig125 tristate "Asix PHYs"
127 Currently supports the Asix Electronics PHY found in the X-Surf 100
131 bool "Rust reference driver for Asix PHYs"
134 Uses the Rust reference driver for Asix PHYs (ax88796b_rust.ko).
135 The features are equivalent. It supports the Asix Electronics PHY
/linux-6.12.1/drivers/net/ethernet/8390/
DKconfig21 tristate "Asix AX88190 PCMCIA support"
24 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
33 tristate "ASIX AX88796 NE2000 clone support" if !ZORRO
43 bool "ASIX AX88796 external 93CX6 eeprom support"
56 card (based on the Asix AX88796 chip). If you have such a card,
Daxnet_cs.c5 A PCMCIA ethernet driver for Asix AX88190-based cards
7 The Asix AX88190 is a NS8390-derived chipset with a few nasty
11 clean up and update a similar driver supplied by Asix, which was
12 adapted by William Lee, william@asix.com.tw.
71 MODULE_DESCRIPTION("Asix AX88190 PCMCIA ethernet driver");
358 netdev_info(dev, "Asix AX88%d90: io %#3lx, irq %d, hw_addr %pM\n", in axnet_config()
701 PCMCIA_DEVICE_PROD_ID12("ASIX", "AX88190", 0x0959823b, 0xab9be5ef),
/linux-6.12.1/drivers/net/usb/
Dasix.h3 * ASIX AX8817X based USB 2.0 Ethernet Devices
33 #define DRIVER_NAME "asix"
35 /* ASIX AX8817X based USB 2.0 Ethernet Devices */
198 /* ASIX specific flags */
Dax88172a.c3 * ASIX AX88172A based USB 2.0 Ethernet Devices
15 #include "asix.h"
75 priv->mdio->name = "Asix MDIO Bus"; in ax88172a_init_mdio()
218 /* Asix framing packs multiple eth frames into a 2K usb bulk transfer */ in ax88172a_bind()
348 .description = "ASIX AX88172A USB 2.0 Ethernet",
Dasix_devices.c3 * ASIX AX8817X based USB 2.0 Ethernet Devices
10 #include "asix.h"
678 priv->mdio->name = "Asix MDIO Bus"; in ax88772_init_mdio()
901 /* Asix framing packs multiple eth frames into a 2K usb bulk transfer */ in ax88772_bind()
1295 /* Asix framing packs multiple eth frames into a 2K usb bulk transfer */ in ax88178_bind()
1310 .description = "ASIX AX8817x USB 2.0 Ethernet",
1350 .description = "ASIX AX88772 USB 2.0 Ethernet",
1362 .description = "ASIX AX88772B USB 2.0 Ethernet",
1390 .description = "ASIX AX88178 USB 2.0 Ethernet",
1409 * Appears to be compatible with Asix 88772B.
[all …]
DKconfig169 tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
177 This option adds support for ASIX AX88xxx based USB 2.0
182 * ASIX AX88172
201 tristate "ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet"
207 This option adds support for ASIX AX88179 based USB 3.0/2.0
211 * ASIX AX88179
212 * ASIX AX88178A
DMakefile13 obj-$(CONFIG_USB_NET_AX8817X) += asix.o
14 asix-y := asix_devices.o asix_common.o ax88172a.o
Dax88179_178a.c3 * ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet Devices
5 * Copyright (C) 2011-2013 ASIX
1272 "MAC address read from ASIX chip"); in ax88179_get_mac_addr()
1615 /* Read MAC address from DTB or asix chip */ in ax88179_reset()
1717 .description = "ASIX AX88179 USB 3.0 Gigabit Ethernet",
1730 .description = "ASIX AX88178A USB 2.0 Gigabit Ethernet",
1887 /* ASIX AX88179 10/100/1000 */
1891 /* ASIX AX88178A 10/100/1000 */
1957 MODULE_DESCRIPTION("ASIX AX88179/178A based USB 3.0/2.0 Gigabit Ethernet Devices");
/linux-6.12.1/arch/arm/boot/dts/samsung/
Dexynos3250-artik5-eval.dts57 compatible = "asix,ax88796c";
/linux-6.12.1/drivers/net/can/sja1000/
Dems_pci.c105 #define EMS_PCI_V3_CONF_SIZE 128 /* size of ASIX control area */
326 /* ASIX chip asserts local reset to CAN controllers in ems_pci_add_card()
/linux-6.12.1/drivers/net/ethernet/dec/tulip/
DKconfig149 ASIX.
/linux-6.12.1/drivers/net/ethernet/
DMakefile23 obj-$(CONFIG_NET_VENDOR_ASIX) += asix/

12