Lines Matching +full:mac +full:- +full:mode
1 # SPDX-License-Identifier: GPL-2.0-only
26 W5100 is a single chip with integrated 10/100 Ethernet MAC,
28 the MAC and PHY functions only, onchip TCP/IP is unused.
39 W5300 is a single chip with integrated 10/100 Ethernet MAC,
41 the MAC and PHY functions only, onchip TCP/IP is unused.
47 prompt "WIZnet interface mode"
52 bool "Direct address bus mode"
54 In direct address mode host system can directly access all registers
55 after mapping to Memory-Mapped I/O space.
58 bool "Indirect address bus mode"
60 In indirect address mode host system indirectly accesses registers
61 using Indirect Mode Address Register and Indirect Mode Data Register,
62 which are directly mapped to Memory-Mapped I/O space.
65 bool "Select interface mode in runtime"
67 If interface mode is unknown in compile time, it can be selected
70 Performance may decrease compared to explicitly selected bus mode.
74 tristate "WIZnet W5100/W5200/W5500 Ethernet support for SPI mode"
78 In SPI mode host system accesses registers using SPI protocol
79 (mode 0) on the SPI bus.
81 Performance decreases compared to other bus interface mode.
82 In W5100 SPI mode, burst READ/WRITE processing are not provided.
85 will be called w5100-spi.