Home
last modified time | relevance | path

Searched full:adin1110 (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/net/
H A Dadi,adin1110.yaml4 $id: http://devicetree.org/schemas/net/adi,adin1110.yaml#
7 title: ADI ADIN1110 MAC-PHY
13 The ADIN1110 is a low power single port 10BASE-T1L MAC-
35 - adi,adin1110
/linux/drivers/net/ethernet/adi/
H A DKconfig20 config ADIN1110 config
21 tristate "Analog Devices ADIN1110 MAC-PHY"
26 Say yes here to build support for Analog Devices ADIN1110
H A Dadin1110.c2 /* ADIN1110 Low Power 10BASE-T1L Ethernet MAC-PHY
176 .name = "adin1110",
318 * from the ADIN1110 frame header. in adin1110_read_fifo()
504 /* ADIN1110 MAC-PHY contains an ADIN1100 PHY.
626 /* ADIN1110 can filter up to 16 MAC addresses, mac_nr here is the slot used */
1062 strscpy(di->driver, "ADIN1110", sizeof(di->driver)); in adin1110_get_drvinfo()
1286 /* ADIN1110/2111 does not have any native STP support.
1625 /* ADIN1110 INT_N pin will be used to signal the host */ in adin1110_probe_netdevs()
1688 { .compatible = "adi,adin1110" },
1695 { .name = "adin1110", .driver_data = ADIN1110_MAC },
[all …]
H A DMakefile6 obj-$(CONFIG_ADIN1110) += adin1110.o