Searched full:ax88796c (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | asix,ax88796c.yaml | 4 $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/ |
D | Makefile | 5 obj-$(CONFIG_SPI_AX88796C) += ax88796c.o 6 ax88796c-y := ax88796c_main.o ax88796c_ioctl.o ax88796c_spi.o
|
D | Kconfig | 15 tristate "Asix AX88796C-SPI support" 20 Say Y here if you intend to use ASIX AX88796C attached in SPI mode.
|
D | ax88796c_main.c | 6 * ASIX AX88796C SPI Fast Ethernet Linux driver 9 #define pr_fmt(fmt) "ax88796c: " fmt 161 /* Read the MAC address from AX88796C */ in ax88796c_load_mac_addr() 1009 "ax88796c-%s.%u", dev_name(&spi->dev), spi_get_chipselect(spi, 0)); in ax88796c_probe() 1018 dev_info(&spi->dev, "AX88796C-SPI Configuration:\n"); in ax88796c_probe() 1033 /* ax88796c gpio reset */ in ax88796c_probe() 1036 /* Reset AX88796C */ in ax88796c_probe() 1119 { .compatible = "asix,ax88796c" }, 1126 { "ax88796c", 0 }, 1165 MODULE_DESCRIPTION("ASIX AX88796C SPI Ethernet driver");
|
D | ax88796c_spi.c | 6 * ASIX AX88796C SPI Fast Ethernet Linux driver 9 #define pr_fmt(fmt) "ax88796c: " fmt
|
D | ax88796c_ioctl.c | 6 * ASIX AX88796C SPI Fast Ethernet Linux driver 9 #define pr_fmt(fmt) "ax88796c: " fmt
|
D | ax88796c_ioctl.h | 6 * ASIX AX88796C SPI Fast Ethernet Linux driver
|
D | ax88796c_spi.h | 6 * ASIX AX88796C SPI Fast Ethernet Linux driver
|
D | ax88796c_main.h | 6 * ASIX AX88796C SPI Fast Ethernet Linux driver 18 #define DRV_NAME "ax88796c" 19 #define ADP_NAME "ASIX AX88796C SPI Ethernet Adapter"
|
/linux-6.12.1/arch/arm/boot/dts/samsung/ |
D | exynos3250-artik5-eval.dts | 57 compatible = "asix,ax88796c";
|
/linux-6.12.1/ |
D | MAINTAINERS | 3376 ASIX AX88796C SPI ETHERNET ADAPTER 3379 F: Documentation/devicetree/bindings/net/asix,ax88796c.yaml
|