Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/asix/
H A 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.
H A Dax88796c_ioctl.h3 * Copyright (c) 2010 ASIX Electronics Corporation
6 * ASIX AX88796C SPI Fast Ethernet Linux driver
H A Dax88796c_spi.h3 * Copyright (c) 2010 ASIX Electronics Corporation
6 * ASIX AX88796C SPI Fast Ethernet Linux driver
H A Dax88796c_spi.c3 * Copyright (c) 2010 ASIX Electronics Corporation
6 * ASIX AX88796C SPI Fast Ethernet Linux driver
H A DMakefile2 # Makefile for the Asix network device drivers.
H A Dax88796c_ioctl.c3 * Copyright (c) 2010 ASIX Electronics Corporation
6 * ASIX AX88796C SPI Fast Ethernet Linux driver
H A 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"
H A 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/Documentation/devicetree/bindings/net/
H A 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/drivers/net/usb/
H A 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",
H A Dasix_devices.c3 * ASIX AX8817X based USB 2.0 Ethernet Devices
10 #include "asix.h"
681 priv->mdio->name = "Asix MDIO Bus"; in ax88772_init_mdio()
907 /* Asix framing packs multiple eth frames into a 2K usb bulk transfer */ in ax88772_bind()
1312 /* Asix framing packs multiple eth frames into a 2K usb bulk transfer */ in ax88178_bind()
1327 .description = "ASIX AX8817x USB 2.0 Ethernet",
1367 .description = "ASIX AX88772 USB 2.0 Ethernet",
1378 .description = "ASIX AX88772B USB 2.0 Ethernet",
1402 .description = "ASIX AX88178 USB 2.0 Ethernet",
1421 * Appears to be compatible with Asix 88772B.
[all …]
H A DMakefile13 obj-$(CONFIG_USB_NET_AX8817X) += asix.o
14 asix-y := asix_devices.o asix_common.o ax88172a.o
H A Dax88179_178a.c3 * ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet Devices
5 * Copyright (C) 2011-2013 ASIX
1266 "MAC address read from ASIX chip"); in ax88179_get_mac_addr()
1611 /* Read MAC address from DTB or asix chip */ in ax88179_reset()
1713 .description = "ASIX AX88179 USB 3.0 Gigabit Ethernet",
1726 .description = "ASIX AX88178A USB 2.0 Gigabit Ethernet",
1883 /* ASIX AX88179 10/100/1000 */
1887 /* ASIX AX88178A 10/100/1000 */
1953 MODULE_DESCRIPTION("ASIX AX88179/178A based USB 3.0/2.0 Gigabit Ethernet Devices");
H A Daqc111.h6 * Copyright (C) 2017-2018 ASIX
H A Dasix_common.c3 * ASIX AX8817X based USB 2.0 Ethernet Devices
10 #include "asix.h"
H A Daqc111.c6 * Copyright (C) 2017-2018 ASIX
1257 "ASIX USB 3.1 Gen1 to 5G Multi-Gigabit Ethernet Adapter"
1276 "ASIX USB 3.1 Gen1 to 2.5G Multi-Gigabit Ethernet Adapter"
H A Dcdc_ether.c817 /* ASIX USB 3.1 Gen1 to 5G Multi-Gigabit Ethernet Adapter(based on AQC111U) */
825 /* ASIX USB 3.1 Gen1 to 2.5G Multi-Gigabit Ethernet Adapter(based on AQC112U) */
/linux/drivers/net/phy/
H A DKconfig155 tristate "Asix PHYs"
157 Currently supports the Asix Electronics PHY found in the X-Surf 100
161 bool "Rust reference driver for Asix PHYs"
164 Uses the Rust reference driver for Asix PHYs (ax88796b_rust.ko).
165 The features are equivalent. It supports the Asix Electronics PHY
/linux/arch/arm/boot/dts/samsung/
H A Dexynos3250-artik5-eval.dts57 compatible = "asix,ax88796c";
/linux/drivers/net/can/sja1000/
H A 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/drivers/net/ethernet/
H A DMakefile24 obj-$(CONFIG_NET_VENDOR_ASIX) += asix/
H A DKconfig34 source "drivers/net/ethernet/asix/Kconfig"
/linux/drivers/net/ethernet/dec/tulip/
H A Dtulip.h354 The ASIX chip works only in chained mode.
/linux/rust/kernel/pci/
H A Did.rs424 ASIX = bindings::PCI_VENDOR_ID_ASIX, // 0x125b
/linux/Documentation/driver-api/usb/
H A Dpower-management.rst117 only drivers which do support it are the hub driver, kaweth, asix,

12