LAN9646 6-port Gigabit Ethernet switch driver. More...
#include "core/nic.h"
Go to the source code of this file.
Functions | |
error_t | lan9646Init (NetInterface *interface) |
LAN9646 Ethernet switch initialization. More... | |
void | lan9646InitHook (NetInterface *interface) |
LAN9646 custom configuration. More... | |
void | lan9646Tick (NetInterface *interface) |
LAN9646 timer handler. More... | |
void | lan9646EnableIrq (NetInterface *interface) |
Enable interrupts. More... | |
void | lan9646DisableIrq (NetInterface *interface) |
Disable interrupts. More... | |
void | lan9646EventHandler (NetInterface *interface) |
LAN9646 event handler. More... | |
error_t | lan9646TagFrame (NetInterface *interface, NetBuffer *buffer, size_t *offset, NetTxAncillary *ancillary) |
Add tail tag to Ethernet frame. More... | |
error_t | lan9646UntagFrame (NetInterface *interface, uint8_t **frame, size_t *length, NetRxAncillary *ancillary) |
Decode tail tag from incoming Ethernet frame. More... | |
bool_t | lan9646GetLinkState (NetInterface *interface, uint8_t port) |
Get link state. More... | |
uint32_t | lan9646GetLinkSpeed (NetInterface *interface, uint8_t port) |
Get link speed. More... | |
NicDuplexMode | lan9646GetDuplexMode (NetInterface *interface, uint8_t port) |
Get duplex mode. More... | |
void | lan9646SetPortState (NetInterface *interface, uint8_t port, SwitchPortState state) |
Set port state. More... | |
SwitchPortState | lan9646GetPortState (NetInterface *interface, uint8_t port) |
Get port state. More... | |
void | lan9646SetAgingTime (NetInterface *interface, uint32_t agingTime) |
Set aging time for dynamic filtering entries. More... | |
void | lan9646EnableIgmpSnooping (NetInterface *interface, bool_t enable) |
Enable IGMP snooping. More... | |
void | lan9646EnableMldSnooping (NetInterface *interface, bool_t enable) |
Enable MLD snooping. More... | |
void | lan9646EnableRsvdMcastTable (NetInterface *interface, bool_t enable) |
Enable reserved multicast table. More... | |
error_t | lan9646AddStaticFdbEntry (NetInterface *interface, const SwitchFdbEntry *entry) |
Add a new entry to the static MAC table. More... | |
error_t | lan9646DeleteStaticFdbEntry (NetInterface *interface, const SwitchFdbEntry *entry) |
Remove an entry from the static MAC table. More... | |
error_t | lan9646GetStaticFdbEntry (NetInterface *interface, uint_t index, SwitchFdbEntry *entry) |
Read an entry from the static MAC table. More... | |
void | lan9646FlushStaticFdbTable (NetInterface *interface) |
Flush static MAC table. More... | |
error_t | lan9646GetDynamicFdbEntry (NetInterface *interface, uint_t index, SwitchFdbEntry *entry) |
Read an entry from the dynamic MAC table. More... | |
void | lan9646FlushDynamicFdbTable (NetInterface *interface, uint8_t port) |
Flush dynamic MAC table. More... | |
void | lan9646SetUnknownMcastFwdPorts (NetInterface *interface, bool_t enable, uint32_t forwardPorts) |
Set forward ports for unknown multicast packets. More... | |
void | lan9646WritePhyReg (NetInterface *interface, uint8_t port, uint8_t address, uint16_t data) |
Write PHY register. More... | |
uint16_t | lan9646ReadPhyReg (NetInterface *interface, uint8_t port, uint8_t address) |
Read PHY register. More... | |
void | lan9646DumpPhyReg (NetInterface *interface, uint8_t port) |
Dump PHY registers for debugging purpose. More... | |
void | lan9646WriteMmdReg (NetInterface *interface, uint8_t port, uint8_t devAddr, uint16_t regAddr, uint16_t data) |
Write MMD register. More... | |
uint16_t | lan9646ReadMmdReg (NetInterface *interface, uint8_t port, uint8_t devAddr, uint16_t regAddr) |
Read MMD register. More... | |
void | lan9646WriteSwitchReg8 (NetInterface *interface, uint16_t address, uint8_t data) |
Write switch register (8 bits) More... | |
uint8_t | lan9646ReadSwitchReg8 (NetInterface *interface, uint16_t address) |
Read switch register (8 bits) More... | |
void | lan9646WriteSwitchReg16 (NetInterface *interface, uint16_t address, uint16_t data) |
Write switch register (16 bits) More... | |
uint16_t | lan9646ReadSwitchReg16 (NetInterface *interface, uint16_t address) |
Read switch register (16 bits) More... | |
void | lan9646WriteSwitchReg32 (NetInterface *interface, uint16_t address, uint32_t data) |
Write switch register (32 bits) More... | |
uint32_t | lan9646ReadSwitchReg32 (NetInterface *interface, uint16_t address) |
Read switch register (32 bits) More... | |
Variables | |
const SwitchDriver | lan9646SwitchDriver |
LAN9646 Ethernet switch driver. More... | |
Detailed Description
LAN9646 6-port Gigabit Ethernet switch driver.
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2010-2025 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneTCP Open.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Version
- 2.5.2
Definition in file lan9646_driver.h.
Macro Definition Documentation
◆ LAN9646_802_1P_PRIO_MAPPING0
#define LAN9646_802_1P_PRIO_MAPPING0 0x0338 |
Definition at line 152 of file lan9646_driver.h.
◆ LAN9646_802_1P_PRIO_MAPPING1
#define LAN9646_802_1P_PRIO_MAPPING1 0x0339 |
Definition at line 153 of file lan9646_driver.h.
◆ LAN9646_802_1P_PRIO_MAPPING2
#define LAN9646_802_1P_PRIO_MAPPING2 0x033A |
Definition at line 154 of file lan9646_driver.h.
◆ LAN9646_802_1P_PRIO_MAPPING3
#define LAN9646_802_1P_PRIO_MAPPING3 0x033B |
Definition at line 155 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_CTRL
#define LAN9646_ALU_TABLE_CTRL 0x0418 |
Definition at line 199 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_CTRL_ACTION
#define LAN9646_ALU_TABLE_CTRL_ACTION 0x00000003 |
Definition at line 1190 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_CTRL_ACTION_NOP
#define LAN9646_ALU_TABLE_CTRL_ACTION_NOP 0x00000000 |
Definition at line 1191 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_CTRL_ACTION_READ
#define LAN9646_ALU_TABLE_CTRL_ACTION_READ 0x00000002 |
Definition at line 1193 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_CTRL_ACTION_SEARCH
#define LAN9646_ALU_TABLE_CTRL_ACTION_SEARCH 0x00000003 |
Definition at line 1194 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_CTRL_ACTION_WRITE
#define LAN9646_ALU_TABLE_CTRL_ACTION_WRITE 0x00000001 |
Definition at line 1192 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_CTRL_DIRECT
#define LAN9646_ALU_TABLE_CTRL_DIRECT 0x00000004 |
Definition at line 1189 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_CTRL_START_FINISH
#define LAN9646_ALU_TABLE_CTRL_START_FINISH 0x00000080 |
Definition at line 1186 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_CTRL_VALID
#define LAN9646_ALU_TABLE_CTRL_VALID 0x00000040 |
Definition at line 1187 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_CTRL_VALID_COUNT
#define LAN9646_ALU_TABLE_CTRL_VALID_COUNT 0x3FFF0000 |
Definition at line 1185 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_CTRL_VALID_ENTRY_OR_SEARCH_END
#define LAN9646_ALU_TABLE_CTRL_VALID_ENTRY_OR_SEARCH_END 0x00000020 |
Definition at line 1188 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY1
#define LAN9646_ALU_TABLE_ENTRY1 0x0420 |
Definition at line 201 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY1_AGE_COUNT
#define LAN9646_ALU_TABLE_ENTRY1_AGE_COUNT 0x1C000000 |
Definition at line 1209 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY1_DES_FILTER
#define LAN9646_ALU_TABLE_ENTRY1_DES_FILTER 0x20000000 |
Definition at line 1207 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY1_MSTP
#define LAN9646_ALU_TABLE_ENTRY1_MSTP 0x00000007 |
Definition at line 1210 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY1_PRIORITY
#define LAN9646_ALU_TABLE_ENTRY1_PRIORITY 0x1C000000 |
Definition at line 1208 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY1_SRC_FILTER
#define LAN9646_ALU_TABLE_ENTRY1_SRC_FILTER 0x40000000 |
Definition at line 1206 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY1_STATIC
#define LAN9646_ALU_TABLE_ENTRY1_STATIC 0x80000000 |
Definition at line 1205 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY2
#define LAN9646_ALU_TABLE_ENTRY2 0x0424 |
Definition at line 203 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY2_OVERRIDE
#define LAN9646_ALU_TABLE_ENTRY2_OVERRIDE 0x80000000 |
Definition at line 1213 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY2_PORT1_FORWARD
#define LAN9646_ALU_TABLE_ENTRY2_PORT1_FORWARD 0x00000001 |
Definition at line 1220 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY2_PORT2_FORWARD
#define LAN9646_ALU_TABLE_ENTRY2_PORT2_FORWARD 0x00000002 |
Definition at line 1219 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY2_PORT3_FORWARD
#define LAN9646_ALU_TABLE_ENTRY2_PORT3_FORWARD 0x00000004 |
Definition at line 1218 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY2_PORT4_FORWARD
#define LAN9646_ALU_TABLE_ENTRY2_PORT4_FORWARD 0x00000008 |
Definition at line 1217 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY2_PORT6_FORWARD
#define LAN9646_ALU_TABLE_ENTRY2_PORT6_FORWARD 0x00000020 |
Definition at line 1216 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY2_PORT7_FORWARD
#define LAN9646_ALU_TABLE_ENTRY2_PORT7_FORWARD 0x00000040 |
Definition at line 1215 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY2_PORT_FORWARD
#define LAN9646_ALU_TABLE_ENTRY2_PORT_FORWARD 0x0000007F |
Definition at line 1214 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY3
#define LAN9646_ALU_TABLE_ENTRY3 0x0428 |
Definition at line 206 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY3_FID
#define LAN9646_ALU_TABLE_ENTRY3_FID 0x007F0000 |
Definition at line 1223 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY3_MAC_ADDR_MSB
#define LAN9646_ALU_TABLE_ENTRY3_MAC_ADDR_MSB 0x0000FFFF |
Definition at line 1224 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY4
#define LAN9646_ALU_TABLE_ENTRY4 0x042C |
Definition at line 208 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY4_MAC_ADDR_LSB
#define LAN9646_ALU_TABLE_ENTRY4_MAC_ADDR_LSB 0xFFFFFFFF |
Definition at line 1227 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY_INDEX0
#define LAN9646_ALU_TABLE_ENTRY_INDEX0 0x0316 |
Definition at line 139 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY_INDEX0_ALMOST_FULL_ENTRY_INDEX
#define LAN9646_ALU_TABLE_ENTRY_INDEX0_ALMOST_FULL_ENTRY_INDEX 0x0FFF |
Definition at line 1048 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY_INDEX0_FAIL_WRITE_INDEX
#define LAN9646_ALU_TABLE_ENTRY_INDEX0_FAIL_WRITE_INDEX 0x03FF |
Definition at line 1049 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY_INDEX1
#define LAN9646_ALU_TABLE_ENTRY_INDEX1 0x0318 |
Definition at line 140 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY_INDEX1_FAIL_LEARN_INDEX
#define LAN9646_ALU_TABLE_ENTRY_INDEX1_FAIL_LEARN_INDEX 0x03FF |
Definition at line 1052 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY_INDEX2
#define LAN9646_ALU_TABLE_ENTRY_INDEX2 0x031A |
Definition at line 141 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_ENTRY_INDEX2_CPU_ACCESS_INDEX
#define LAN9646_ALU_TABLE_ENTRY_INDEX2_CPU_ACCESS_INDEX 0x03FF |
Definition at line 1055 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_INDEX0
#define LAN9646_ALU_TABLE_INDEX0 0x0410 |
Definition at line 197 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_INDEX0_FID_INDEX
#define LAN9646_ALU_TABLE_INDEX0_FID_INDEX 0x007F0000 |
Definition at line 1178 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_INDEX0_MAC_INDEX_MSB
#define LAN9646_ALU_TABLE_INDEX0_MAC_INDEX_MSB 0x0000FFFF |
Definition at line 1179 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_INDEX1
#define LAN9646_ALU_TABLE_INDEX1 0x0414 |
Definition at line 198 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_INDEX1_MAC_INDEX_LSB
#define LAN9646_ALU_TABLE_INDEX1_MAC_INDEX_LSB 0xFFFFFFFF |
Definition at line 1182 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_INT
#define LAN9646_ALU_TABLE_INT 0x0314 |
Definition at line 137 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_INT_ALMOST_FULL
#define LAN9646_ALU_TABLE_INT_ALMOST_FULL 0x02 |
Definition at line 1039 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_INT_LEARN_FAIL
#define LAN9646_ALU_TABLE_INT_LEARN_FAIL 0x04 |
Definition at line 1038 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_INT_WRITE_FAIL
#define LAN9646_ALU_TABLE_INT_WRITE_FAIL 0x01 |
Definition at line 1040 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_MASK
#define LAN9646_ALU_TABLE_MASK 0x0315 |
Definition at line 138 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_MASK_ALMOST_FULL
#define LAN9646_ALU_TABLE_MASK_ALMOST_FULL 0x02 |
Definition at line 1044 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_MASK_LEARN_FAIL
#define LAN9646_ALU_TABLE_MASK_LEARN_FAIL 0x04 |
Definition at line 1043 of file lan9646_driver.h.
◆ LAN9646_ALU_TABLE_MASK_WRITE_FAIL
#define LAN9646_ALU_TABLE_MASK_WRITE_FAIL 0x01 |
Definition at line 1045 of file lan9646_driver.h.
◆ LAN9646_ANAR
#define LAN9646_ANAR 0x04 |
Definition at line 83 of file lan9646_driver.h.
◆ LAN9646_ANAR_100BT4
#define LAN9646_ANAR_100BT4 0x0200 |
Definition at line 728 of file lan9646_driver.h.
◆ LAN9646_ANAR_100BTX_FD
#define LAN9646_ANAR_100BTX_FD 0x0100 |
Definition at line 729 of file lan9646_driver.h.
◆ LAN9646_ANAR_100BTX_HD
#define LAN9646_ANAR_100BTX_HD 0x0080 |
Definition at line 730 of file lan9646_driver.h.
◆ LAN9646_ANAR_10BT_FD
#define LAN9646_ANAR_10BT_FD 0x0040 |
Definition at line 731 of file lan9646_driver.h.
◆ LAN9646_ANAR_10BT_HD
#define LAN9646_ANAR_10BT_HD 0x0020 |
Definition at line 732 of file lan9646_driver.h.
◆ LAN9646_ANAR_NEXT_PAGE
#define LAN9646_ANAR_NEXT_PAGE 0x8000 |
Definition at line 725 of file lan9646_driver.h.
◆ LAN9646_ANAR_PAUSE
#define LAN9646_ANAR_PAUSE 0x0C00 |
Definition at line 727 of file lan9646_driver.h.
◆ LAN9646_ANAR_REMOTE_FAULT
#define LAN9646_ANAR_REMOTE_FAULT 0x2000 |
Definition at line 726 of file lan9646_driver.h.
◆ LAN9646_ANAR_SELECTOR
#define LAN9646_ANAR_SELECTOR 0x001F |
Definition at line 733 of file lan9646_driver.h.
◆ LAN9646_ANAR_SELECTOR_DEFAULT
#define LAN9646_ANAR_SELECTOR_DEFAULT 0x0001 |
Definition at line 734 of file lan9646_driver.h.
◆ LAN9646_ANER
#define LAN9646_ANER 0x06 |
Definition at line 85 of file lan9646_driver.h.
◆ LAN9646_ANER_LP_AN_ABLE
#define LAN9646_ANER_LP_AN_ABLE 0x0001 |
Definition at line 754 of file lan9646_driver.h.
◆ LAN9646_ANER_LP_NEXT_PAGE_ABLE
#define LAN9646_ANER_LP_NEXT_PAGE_ABLE 0x0008 |
Definition at line 751 of file lan9646_driver.h.
◆ LAN9646_ANER_NEXT_PAGE_ABLE
#define LAN9646_ANER_NEXT_PAGE_ABLE 0x0004 |
Definition at line 752 of file lan9646_driver.h.
◆ LAN9646_ANER_PAGE_RECEIVED
#define LAN9646_ANER_PAGE_RECEIVED 0x0002 |
Definition at line 753 of file lan9646_driver.h.
◆ LAN9646_ANER_PAR_DETECT_FAULT
#define LAN9646_ANER_PAR_DETECT_FAULT 0x0010 |
Definition at line 750 of file lan9646_driver.h.
◆ LAN9646_ANLPAR
#define LAN9646_ANLPAR 0x05 |
Definition at line 84 of file lan9646_driver.h.
◆ LAN9646_ANLPAR_100BT4
#define LAN9646_ANLPAR_100BT4 0x0200 |
Definition at line 741 of file lan9646_driver.h.
◆ LAN9646_ANLPAR_100BTX_FD
#define LAN9646_ANLPAR_100BTX_FD 0x0100 |
Definition at line 742 of file lan9646_driver.h.
◆ LAN9646_ANLPAR_100BTX_HD
#define LAN9646_ANLPAR_100BTX_HD 0x0080 |
Definition at line 743 of file lan9646_driver.h.
◆ LAN9646_ANLPAR_10BT_FD
#define LAN9646_ANLPAR_10BT_FD 0x0040 |
Definition at line 744 of file lan9646_driver.h.
◆ LAN9646_ANLPAR_10BT_HD
#define LAN9646_ANLPAR_10BT_HD 0x0020 |
Definition at line 745 of file lan9646_driver.h.
◆ LAN9646_ANLPAR_ACK
#define LAN9646_ANLPAR_ACK 0x4000 |
Definition at line 738 of file lan9646_driver.h.
◆ LAN9646_ANLPAR_NEXT_PAGE
#define LAN9646_ANLPAR_NEXT_PAGE 0x8000 |
Definition at line 737 of file lan9646_driver.h.
◆ LAN9646_ANLPAR_PAUSE
#define LAN9646_ANLPAR_PAUSE 0x0C00 |
Definition at line 740 of file lan9646_driver.h.
◆ LAN9646_ANLPAR_REMOTE_FAULT
#define LAN9646_ANLPAR_REMOTE_FAULT 0x2000 |
Definition at line 739 of file lan9646_driver.h.
◆ LAN9646_ANLPAR_SELECTOR
#define LAN9646_ANLPAR_SELECTOR 0x001F |
Definition at line 746 of file lan9646_driver.h.
◆ LAN9646_ANLPAR_SELECTOR_DEFAULT
#define LAN9646_ANLPAR_SELECTOR_DEFAULT 0x0001 |
Definition at line 747 of file lan9646_driver.h.
◆ LAN9646_ANLPNPR
#define LAN9646_ANLPNPR 0x08 |
Definition at line 87 of file lan9646_driver.h.
◆ LAN9646_ANLPNPR_ACK
#define LAN9646_ANLPNPR_ACK 0x4000 |
Definition at line 765 of file lan9646_driver.h.
◆ LAN9646_ANLPNPR_ACK2
#define LAN9646_ANLPNPR_ACK2 0x1000 |
Definition at line 767 of file lan9646_driver.h.
◆ LAN9646_ANLPNPR_MESSAGE
#define LAN9646_ANLPNPR_MESSAGE 0x07FF |
Definition at line 769 of file lan9646_driver.h.
◆ LAN9646_ANLPNPR_MSG_PAGE
#define LAN9646_ANLPNPR_MSG_PAGE 0x2000 |
Definition at line 766 of file lan9646_driver.h.
◆ LAN9646_ANLPNPR_NEXT_PAGE
#define LAN9646_ANLPNPR_NEXT_PAGE 0x8000 |
Definition at line 764 of file lan9646_driver.h.
◆ LAN9646_ANLPNPR_TOGGLE
#define LAN9646_ANLPNPR_TOGGLE 0x0800 |
Definition at line 768 of file lan9646_driver.h.
◆ LAN9646_ANNPR
#define LAN9646_ANNPR 0x07 |
Definition at line 86 of file lan9646_driver.h.
◆ LAN9646_ANNPR_ACK2
#define LAN9646_ANNPR_ACK2 0x1000 |
Definition at line 759 of file lan9646_driver.h.
◆ LAN9646_ANNPR_MESSAGE
#define LAN9646_ANNPR_MESSAGE 0x07FF |
Definition at line 761 of file lan9646_driver.h.
◆ LAN9646_ANNPR_MSG_PAGE
#define LAN9646_ANNPR_MSG_PAGE 0x2000 |
Definition at line 758 of file lan9646_driver.h.
◆ LAN9646_ANNPR_NEXT_PAGE
#define LAN9646_ANNPR_NEXT_PAGE 0x8000 |
Definition at line 757 of file lan9646_driver.h.
◆ LAN9646_ANNPR_TOGGLE
#define LAN9646_ANNPR_TOGGLE 0x0800 |
Definition at line 760 of file lan9646_driver.h.
◆ LAN9646_AUTOMDI
#define LAN9646_AUTOMDI 0x1C |
Definition at line 98 of file lan9646_driver.h.
◆ LAN9646_AUTOMDI_MDI_SET
#define LAN9646_AUTOMDI_MDI_SET 0x0080 |
Definition at line 841 of file lan9646_driver.h.
◆ LAN9646_AUTOMDI_SWAP_OFF
#define LAN9646_AUTOMDI_SWAP_OFF 0x0040 |
Definition at line 842 of file lan9646_driver.h.
◆ LAN9646_BMCR
#define LAN9646_BMCR 0x00 |
Definition at line 79 of file lan9646_driver.h.
◆ LAN9646_BMCR_AN_EN
#define LAN9646_BMCR_AN_EN 0x1000 |
Definition at line 695 of file lan9646_driver.h.
◆ LAN9646_BMCR_COL_TEST
#define LAN9646_BMCR_COL_TEST 0x0080 |
Definition at line 700 of file lan9646_driver.h.
◆ LAN9646_BMCR_DUPLEX_MODE
#define LAN9646_BMCR_DUPLEX_MODE 0x0100 |
Definition at line 699 of file lan9646_driver.h.
◆ LAN9646_BMCR_ISOLATE
#define LAN9646_BMCR_ISOLATE 0x0400 |
Definition at line 697 of file lan9646_driver.h.
◆ LAN9646_BMCR_LOOPBACK
#define LAN9646_BMCR_LOOPBACK 0x4000 |
Definition at line 693 of file lan9646_driver.h.
◆ LAN9646_BMCR_POWER_DOWN
#define LAN9646_BMCR_POWER_DOWN 0x0800 |
Definition at line 696 of file lan9646_driver.h.
◆ LAN9646_BMCR_RESET
#define LAN9646_BMCR_RESET 0x8000 |
Definition at line 692 of file lan9646_driver.h.
◆ LAN9646_BMCR_RESTART_AN
#define LAN9646_BMCR_RESTART_AN 0x0200 |
Definition at line 698 of file lan9646_driver.h.
◆ LAN9646_BMCR_SPEED_SEL_LSB
#define LAN9646_BMCR_SPEED_SEL_LSB 0x2000 |
Definition at line 694 of file lan9646_driver.h.
◆ LAN9646_BMCR_SPEED_SEL_MSB
#define LAN9646_BMCR_SPEED_SEL_MSB 0x0040 |
Definition at line 701 of file lan9646_driver.h.
◆ LAN9646_BMSR
#define LAN9646_BMSR 0x01 |
Definition at line 80 of file lan9646_driver.h.
◆ LAN9646_BMSR_100BT4
#define LAN9646_BMSR_100BT4 0x8000 |
Definition at line 704 of file lan9646_driver.h.
◆ LAN9646_BMSR_100BTX_FD
#define LAN9646_BMSR_100BTX_FD 0x4000 |
Definition at line 705 of file lan9646_driver.h.
◆ LAN9646_BMSR_100BTX_HD
#define LAN9646_BMSR_100BTX_HD 0x2000 |
Definition at line 706 of file lan9646_driver.h.
◆ LAN9646_BMSR_10BT_FD
#define LAN9646_BMSR_10BT_FD 0x1000 |
Definition at line 707 of file lan9646_driver.h.
◆ LAN9646_BMSR_10BT_HD
#define LAN9646_BMSR_10BT_HD 0x0800 |
Definition at line 708 of file lan9646_driver.h.
◆ LAN9646_BMSR_AN_CAPABLE
#define LAN9646_BMSR_AN_CAPABLE 0x0008 |
Definition at line 713 of file lan9646_driver.h.
◆ LAN9646_BMSR_AN_COMPLETE
#define LAN9646_BMSR_AN_COMPLETE 0x0020 |
Definition at line 711 of file lan9646_driver.h.
◆ LAN9646_BMSR_EXTENDED_CAPABLE
#define LAN9646_BMSR_EXTENDED_CAPABLE 0x0001 |
Definition at line 716 of file lan9646_driver.h.
◆ LAN9646_BMSR_EXTENDED_STATUS
#define LAN9646_BMSR_EXTENDED_STATUS 0x0100 |
Definition at line 709 of file lan9646_driver.h.
◆ LAN9646_BMSR_JABBER_DETECT
#define LAN9646_BMSR_JABBER_DETECT 0x0002 |
Definition at line 715 of file lan9646_driver.h.
◆ LAN9646_BMSR_LINK_STATUS
#define LAN9646_BMSR_LINK_STATUS 0x0004 |
Definition at line 714 of file lan9646_driver.h.
◆ LAN9646_BMSR_MF_PREAMBLE_SUPPR
#define LAN9646_BMSR_MF_PREAMBLE_SUPPR 0x0040 |
Definition at line 710 of file lan9646_driver.h.
◆ LAN9646_BMSR_REMOTE_FAULT
#define LAN9646_BMSR_REMOTE_FAULT 0x0010 |
Definition at line 712 of file lan9646_driver.h.
◆ LAN9646_CHIP_ID0
#define LAN9646_CHIP_ID0 0x0000 |
Definition at line 106 of file lan9646_driver.h.
◆ LAN9646_CHIP_ID0_DEFAULT
#define LAN9646_CHIP_ID0_DEFAULT 0x00 |
Definition at line 864 of file lan9646_driver.h.
◆ LAN9646_CHIP_ID1
#define LAN9646_CHIP_ID1 0x0001 |
Definition at line 107 of file lan9646_driver.h.
◆ LAN9646_CHIP_ID1_DEFAULT
#define LAN9646_CHIP_ID1_DEFAULT 0x94 |
Definition at line 867 of file lan9646_driver.h.
◆ LAN9646_CHIP_ID2
#define LAN9646_CHIP_ID2 0x0002 |
Definition at line 108 of file lan9646_driver.h.
◆ LAN9646_CHIP_ID2_DEFAULT
#define LAN9646_CHIP_ID2_DEFAULT 0x77 |
Definition at line 870 of file lan9646_driver.h.
◆ LAN9646_CHIP_ID3
#define LAN9646_CHIP_ID3 0x0003 |
Definition at line 109 of file lan9646_driver.h.
◆ LAN9646_CHIP_ID3_GLOBAL_SOFT_RESET
#define LAN9646_CHIP_ID3_GLOBAL_SOFT_RESET 0x01 |
Definition at line 874 of file lan9646_driver.h.
◆ LAN9646_CHIP_ID3_REVISION_ID
#define LAN9646_CHIP_ID3_REVISION_ID 0xF0 |
Definition at line 873 of file lan9646_driver.h.
◆ LAN9646_DPMAPCSS
#define LAN9646_DPMAPCSS 0x13 |
Definition at line 95 of file lan9646_driver.h.
◆ LAN9646_DPMAPCSS_1000BT_LINK_STATUS
#define LAN9646_DPMAPCSS_1000BT_LINK_STATUS 0x0002 |
Definition at line 819 of file lan9646_driver.h.
◆ LAN9646_DPMAPCSS_100BTX_LINK_STATUS
#define LAN9646_DPMAPCSS_100BTX_LINK_STATUS 0x0001 |
Definition at line 820 of file lan9646_driver.h.
◆ LAN9646_DYNAMIC_MAC_TABLE_SIZE
#define LAN9646_DYNAMIC_MAC_TABLE_SIZE 4096 |
Definition at line 61 of file lan9646_driver.h.
◆ LAN9646_GBCR
#define LAN9646_GBCR 0x09 |
Definition at line 88 of file lan9646_driver.h.
◆ LAN9646_GBCR_1000BT_FD
#define LAN9646_GBCR_1000BT_FD 0x0200 |
Definition at line 776 of file lan9646_driver.h.
◆ LAN9646_GBCR_1000BT_HD
#define LAN9646_GBCR_1000BT_HD 0x0100 |
Definition at line 777 of file lan9646_driver.h.
◆ LAN9646_GBCR_MS_MAN_CONF_EN
#define LAN9646_GBCR_MS_MAN_CONF_EN 0x1000 |
Definition at line 773 of file lan9646_driver.h.
◆ LAN9646_GBCR_MS_MAN_CONF_VAL
#define LAN9646_GBCR_MS_MAN_CONF_VAL 0x0800 |
Definition at line 774 of file lan9646_driver.h.
◆ LAN9646_GBCR_PORT_TYPE
#define LAN9646_GBCR_PORT_TYPE 0x0400 |
Definition at line 775 of file lan9646_driver.h.
◆ LAN9646_GBCR_TEST_MODE
#define LAN9646_GBCR_TEST_MODE 0xE000 |
Definition at line 772 of file lan9646_driver.h.
◆ LAN9646_GBESR
#define LAN9646_GBESR 0x0F |
Definition at line 92 of file lan9646_driver.h.
◆ LAN9646_GBESR_1000BT_FD
#define LAN9646_GBESR_1000BT_FD 0x2000 |
Definition at line 799 of file lan9646_driver.h.
◆ LAN9646_GBESR_1000BT_HD
#define LAN9646_GBESR_1000BT_HD 0x1000 |
Definition at line 800 of file lan9646_driver.h.
◆ LAN9646_GBESR_1000BX_FD
#define LAN9646_GBESR_1000BX_FD 0x8000 |
Definition at line 797 of file lan9646_driver.h.
◆ LAN9646_GBESR_1000BX_HD
#define LAN9646_GBESR_1000BX_HD 0x4000 |
Definition at line 798 of file lan9646_driver.h.
◆ LAN9646_GBSR
#define LAN9646_GBSR 0x0A |
Definition at line 89 of file lan9646_driver.h.
◆ LAN9646_GBSR_IDLE_ERR_COUNT
#define LAN9646_GBSR_IDLE_ERR_COUNT 0x00FF |
Definition at line 786 of file lan9646_driver.h.
◆ LAN9646_GBSR_LOCAL_RECEIVER_STATUS
#define LAN9646_GBSR_LOCAL_RECEIVER_STATUS 0x2000 |
Definition at line 782 of file lan9646_driver.h.
◆ LAN9646_GBSR_LP_1000BT_FD
#define LAN9646_GBSR_LP_1000BT_FD 0x0800 |
Definition at line 784 of file lan9646_driver.h.
◆ LAN9646_GBSR_LP_1000BT_HD
#define LAN9646_GBSR_LP_1000BT_HD 0x0400 |
Definition at line 785 of file lan9646_driver.h.
◆ LAN9646_GBSR_MS_CONF_FAULT
#define LAN9646_GBSR_MS_CONF_FAULT 0x8000 |
Definition at line 780 of file lan9646_driver.h.
◆ LAN9646_GBSR_MS_CONF_RES
#define LAN9646_GBSR_MS_CONF_RES 0x4000 |
Definition at line 781 of file lan9646_driver.h.
◆ LAN9646_GBSR_REMOTE_RECEIVER_STATUS
#define LAN9646_GBSR_REMOTE_RECEIVER_STATUS 0x1000 |
Definition at line 783 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_INT_MASK
#define LAN9646_GLOBAL_INT_MASK 0x0014 |
Definition at line 112 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_INT_MASK_LUE
#define LAN9646_GLOBAL_INT_MASK_LUE 0x80000000 |
Definition at line 884 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_INT_STAT
#define LAN9646_GLOBAL_INT_STAT 0x0010 |
Definition at line 111 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_INT_STAT_LUE
#define LAN9646_GLOBAL_INT_STAT_LUE 0x80000000 |
Definition at line 881 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_MASK
#define LAN9646_GLOBAL_PORT_INT_MASK 0x001C |
Definition at line 114 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_MASK_PORT1
#define LAN9646_GLOBAL_PORT_INT_MASK_PORT1 0x00000001 |
Definition at line 900 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_MASK_PORT2
#define LAN9646_GLOBAL_PORT_INT_MASK_PORT2 0x00000002 |
Definition at line 899 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_MASK_PORT3
#define LAN9646_GLOBAL_PORT_INT_MASK_PORT3 0x00000004 |
Definition at line 898 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_MASK_PORT4
#define LAN9646_GLOBAL_PORT_INT_MASK_PORT4 0x00000008 |
Definition at line 897 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_MASK_PORT6
#define LAN9646_GLOBAL_PORT_INT_MASK_PORT6 0x00000020 |
Definition at line 896 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_MASK_PORT7
#define LAN9646_GLOBAL_PORT_INT_MASK_PORT7 0x00000040 |
Definition at line 895 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_STAT
#define LAN9646_GLOBAL_PORT_INT_STAT 0x0018 |
Definition at line 113 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_STAT_PORT1
#define LAN9646_GLOBAL_PORT_INT_STAT_PORT1 0x00000001 |
Definition at line 892 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_STAT_PORT2
#define LAN9646_GLOBAL_PORT_INT_STAT_PORT2 0x00000002 |
Definition at line 891 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_STAT_PORT3
#define LAN9646_GLOBAL_PORT_INT_STAT_PORT3 0x00000004 |
Definition at line 890 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_STAT_PORT4
#define LAN9646_GLOBAL_PORT_INT_STAT_PORT4 0x00000008 |
Definition at line 889 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_STAT_PORT6
#define LAN9646_GLOBAL_PORT_INT_STAT_PORT6 0x00000020 |
Definition at line 888 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_INT_STAT_PORT7
#define LAN9646_GLOBAL_PORT_INT_STAT_PORT7 0x00000040 |
Definition at line 887 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_MIRROR_SNOOP_CTRL
#define LAN9646_GLOBAL_PORT_MIRROR_SNOOP_CTRL 0x0370 |
Definition at line 189 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_MIRROR_SNOOP_CTRL_IGMP_SNOOP_EN
#define LAN9646_GLOBAL_PORT_MIRROR_SNOOP_CTRL_IGMP_SNOOP_EN 0x40 |
Definition at line 1127 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_MIRROR_SNOOP_CTRL_MLD_SNOOP_EN
#define LAN9646_GLOBAL_PORT_MIRROR_SNOOP_CTRL_MLD_SNOOP_EN 0x04 |
Definition at line 1129 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_MIRROR_SNOOP_CTRL_MLD_SNOOP_OPT
#define LAN9646_GLOBAL_PORT_MIRROR_SNOOP_CTRL_MLD_SNOOP_OPT 0x08 |
Definition at line 1128 of file lan9646_driver.h.
◆ LAN9646_GLOBAL_PORT_MIRROR_SNOOP_CTRL_SNIFF_MODE_SEL
#define LAN9646_GLOBAL_PORT_MIRROR_SNOOP_CTRL_SNIFF_MODE_SEL 0x01 |
Definition at line 1130 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL
#define LAN9646_IBA_CTRL 0x0104 |
Definition at line 117 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_DEST_MAC_ADDR_MATCH_EN
#define LAN9646_IBA_CTRL_DEST_MAC_ADDR_MATCH_EN 0x40000000 |
Definition at line 917 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_IBA_COMM
#define LAN9646_IBA_CTRL_IBA_COMM 0x00070000 |
Definition at line 921 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_IBA_COMM_PORT1
#define LAN9646_IBA_CTRL_IBA_COMM_PORT1 0x00000000 |
Definition at line 922 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_IBA_COMM_PORT2
#define LAN9646_IBA_CTRL_IBA_COMM_PORT2 0x00010000 |
Definition at line 923 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_IBA_COMM_PORT3
#define LAN9646_IBA_CTRL_IBA_COMM_PORT3 0x00020000 |
Definition at line 924 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_IBA_COMM_PORT4
#define LAN9646_IBA_CTRL_IBA_COMM_PORT4 0x00030000 |
Definition at line 925 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_IBA_COMM_PORT6
#define LAN9646_IBA_CTRL_IBA_COMM_PORT6 0x00050000 |
Definition at line 926 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_IBA_COMM_PORT7
#define LAN9646_IBA_CTRL_IBA_COMM_PORT7 0x00060000 |
Definition at line 927 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_IBA_EN
#define LAN9646_IBA_CTRL_IBA_EN 0x80000000 |
Definition at line 916 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_IBA_RESET
#define LAN9646_IBA_CTRL_IBA_RESET 0x20000000 |
Definition at line 918 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_RESP_PRIO_QUEUE
#define LAN9646_IBA_CTRL_RESP_PRIO_QUEUE 0x00C00000 |
Definition at line 919 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_RESP_PRIO_QUEUE_DEFAULT
#define LAN9646_IBA_CTRL_RESP_PRIO_QUEUE_DEFAULT 0x00400000 |
Definition at line 920 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_TPID
#define LAN9646_IBA_CTRL_TPID 0x0000FFFF |
Definition at line 928 of file lan9646_driver.h.
◆ LAN9646_IBA_CTRL_TPID_DEFAULT
#define LAN9646_IBA_CTRL_TPID_DEFAULT 0x000040FE |
Definition at line 929 of file lan9646_driver.h.
◆ LAN9646_IBA_OP_STAT1
#define LAN9646_IBA_OP_STAT1 0x0110 |
Definition at line 119 of file lan9646_driver.h.
◆ LAN9646_IBA_OP_STAT1_ACCESS_CMD_ERR
#define LAN9646_IBA_OP_STAT1_ACCESS_CMD_ERR 0x00000800 |
Definition at line 942 of file lan9646_driver.h.
◆ LAN9646_IBA_OP_STAT1_ACCESS_CODE_ERR
#define LAN9646_IBA_OP_STAT1_ACCESS_CODE_ERR 0x00001000 |
Definition at line 941 of file lan9646_driver.h.
◆ LAN9646_IBA_OP_STAT1_ACCESS_CODE_ERR_LOC
#define LAN9646_IBA_OP_STAT1_ACCESS_CODE_ERR_LOC 0x0000007F |
Definition at line 944 of file lan9646_driver.h.
◆ LAN9646_IBA_OP_STAT1_ACCESS_FORMAT_ERR
#define LAN9646_IBA_OP_STAT1_ACCESS_FORMAT_ERR 0x00002000 |
Definition at line 940 of file lan9646_driver.h.
◆ LAN9646_IBA_OP_STAT1_EXEC_DONE
#define LAN9646_IBA_OP_STAT1_EXEC_DONE 0x20000000 |
Definition at line 938 of file lan9646_driver.h.
◆ LAN9646_IBA_OP_STAT1_GOOD_PKT_DETECT
#define LAN9646_IBA_OP_STAT1_GOOD_PKT_DETECT 0x80000000 |
Definition at line 936 of file lan9646_driver.h.
◆ LAN9646_IBA_OP_STAT1_MAC_ADDR_MISMATCH_ERR
#define LAN9646_IBA_OP_STAT1_MAC_ADDR_MISMATCH_ERR 0x00004000 |
Definition at line 939 of file lan9646_driver.h.
◆ LAN9646_IBA_OP_STAT1_OVERSIZE_PKT_ERR
#define LAN9646_IBA_OP_STAT1_OVERSIZE_PKT_ERR 0x00000400 |
Definition at line 943 of file lan9646_driver.h.
◆ LAN9646_IBA_OP_STAT1_RESP_PKT_TX_DONE
#define LAN9646_IBA_OP_STAT1_RESP_PKT_TX_DONE 0x40000000 |
Definition at line 937 of file lan9646_driver.h.
◆ LAN9646_ICSR
#define LAN9646_ICSR 0x1B |
Definition at line 97 of file lan9646_driver.h.
◆ LAN9646_ICSR_JABBER_IE
#define LAN9646_ICSR_JABBER_IE 0x8000 |
Definition at line 823 of file lan9646_driver.h.
◆ LAN9646_ICSR_JABBER_IF
#define LAN9646_ICSR_JABBER_IF 0x0080 |
Definition at line 831 of file lan9646_driver.h.
◆ LAN9646_ICSR_LINK_DOWN_IE
#define LAN9646_ICSR_LINK_DOWN_IE 0x0400 |
Definition at line 828 of file lan9646_driver.h.
◆ LAN9646_ICSR_LINK_DOWN_IF
#define LAN9646_ICSR_LINK_DOWN_IF 0x0004 |
Definition at line 836 of file lan9646_driver.h.
◆ LAN9646_ICSR_LINK_UP_IE
#define LAN9646_ICSR_LINK_UP_IE 0x0100 |
Definition at line 830 of file lan9646_driver.h.
◆ LAN9646_ICSR_LINK_UP_IF
#define LAN9646_ICSR_LINK_UP_IF 0x0001 |
Definition at line 838 of file lan9646_driver.h.
◆ LAN9646_ICSR_LP_ACK_IE
#define LAN9646_ICSR_LP_ACK_IE 0x0800 |
Definition at line 827 of file lan9646_driver.h.
◆ LAN9646_ICSR_LP_ACK_IF
#define LAN9646_ICSR_LP_ACK_IF 0x0008 |
Definition at line 835 of file lan9646_driver.h.
◆ LAN9646_ICSR_PAGE_RECEIVED_IE
#define LAN9646_ICSR_PAGE_RECEIVED_IE 0x2000 |
Definition at line 825 of file lan9646_driver.h.
◆ LAN9646_ICSR_PAGE_RECEIVED_IF
#define LAN9646_ICSR_PAGE_RECEIVED_IF 0x0020 |
Definition at line 833 of file lan9646_driver.h.
◆ LAN9646_ICSR_PAR_DETECT_FAULT_IE
#define LAN9646_ICSR_PAR_DETECT_FAULT_IE 0x1000 |
Definition at line 826 of file lan9646_driver.h.
◆ LAN9646_ICSR_PAR_DETECT_FAULT_IF
#define LAN9646_ICSR_PAR_DETECT_FAULT_IF 0x0010 |
Definition at line 834 of file lan9646_driver.h.
◆ LAN9646_ICSR_RECEIVE_ERROR_IE
#define LAN9646_ICSR_RECEIVE_ERROR_IE 0x4000 |
Definition at line 824 of file lan9646_driver.h.
◆ LAN9646_ICSR_RECEIVE_ERROR_IF
#define LAN9646_ICSR_RECEIVE_ERROR_IF 0x0040 |
Definition at line 832 of file lan9646_driver.h.
◆ LAN9646_ICSR_REMOTE_FAULT_IE
#define LAN9646_ICSR_REMOTE_FAULT_IE 0x0200 |
Definition at line 829 of file lan9646_driver.h.
◆ LAN9646_ICSR_REMOTE_FAULT_IF
#define LAN9646_ICSR_REMOTE_FAULT_IF 0x0002 |
Definition at line 837 of file lan9646_driver.h.
◆ LAN9646_IO_DRIVE_STRENGTH
#define LAN9646_IO_DRIVE_STRENGTH 0x010D |
Definition at line 118 of file lan9646_driver.h.
◆ LAN9646_IO_DRIVE_STRENGTH_HIGH_SPEED_DRIVE_STRENGTH
#define LAN9646_IO_DRIVE_STRENGTH_HIGH_SPEED_DRIVE_STRENGTH 0x70 |
Definition at line 932 of file lan9646_driver.h.
◆ LAN9646_IO_DRIVE_STRENGTH_LOW_SPEED_DRIVE_STRENGTH
#define LAN9646_IO_DRIVE_STRENGTH_LOW_SPEED_DRIVE_STRENGTH 0x07 |
Definition at line 933 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_EN
#define LAN9646_IP_DIFFSERV_PRIO_EN 0x033E |
Definition at line 156 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING0
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING0 0x0340 |
Definition at line 157 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING1
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING1 0x0341 |
Definition at line 158 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING10
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING10 0x034A |
Definition at line 167 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING11
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING11 0x034B |
Definition at line 168 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING12
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING12 0x034C |
Definition at line 169 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING13
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING13 0x034D |
Definition at line 170 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING14
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING14 0x034E |
Definition at line 171 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING15
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING15 0x034F |
Definition at line 172 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING16
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING16 0x0350 |
Definition at line 173 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING17
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING17 0x0351 |
Definition at line 174 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING18
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING18 0x0352 |
Definition at line 175 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING19
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING19 0x0353 |
Definition at line 176 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING2
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING2 0x0342 |
Definition at line 159 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING20
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING20 0x0354 |
Definition at line 177 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING21
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING21 0x0355 |
Definition at line 178 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING22
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING22 0x0356 |
Definition at line 179 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING23
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING23 0x0357 |
Definition at line 180 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING24
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING24 0x0358 |
Definition at line 181 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING25
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING25 0x0359 |
Definition at line 182 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING26
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING26 0x035A |
Definition at line 183 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING27
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING27 0x035B |
Definition at line 184 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING28
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING28 0x035C |
Definition at line 185 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING29
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING29 0x035D |
Definition at line 186 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING3
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING3 0x0343 |
Definition at line 160 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING30
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING30 0x035E |
Definition at line 187 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING31
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING31 0x035F |
Definition at line 188 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING4
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING4 0x0344 |
Definition at line 161 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING5
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING5 0x0345 |
Definition at line 162 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING6
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING6 0x0346 |
Definition at line 163 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING7
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING7 0x0347 |
Definition at line 164 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING8
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING8 0x0348 |
Definition at line 165 of file lan9646_driver.h.
◆ LAN9646_IP_DIFFSERV_PRIO_MAPPING9
#define LAN9646_IP_DIFFSERV_PRIO_MAPPING9 0x0349 |
Definition at line 166 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT
#define LAN9646_LED_OUTPUT 0x0124 |
Definition at line 121 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT_GPIO_OUT_CTRL
#define LAN9646_LED_OUTPUT_GPIO_OUT_CTRL 0x000003FF |
Definition at line 960 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED1_0
#define LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED1_0 0x00000001 |
Definition at line 961 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED1_1
#define LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED1_1 0x00000002 |
Definition at line 962 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED2_0
#define LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED2_0 0x00000004 |
Definition at line 963 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED2_1
#define LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED2_1 0x00000008 |
Definition at line 964 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED3_0
#define LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED3_0 0x00000010 |
Definition at line 965 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED3_1
#define LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED3_1 0x00000020 |
Definition at line 966 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED4_0
#define LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED4_0 0x00000040 |
Definition at line 967 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED4_1
#define LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED4_1 0x00000080 |
Definition at line 968 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED5_0
#define LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED5_0 0x00000100 |
Definition at line 969 of file lan9646_driver.h.
◆ LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED5_1
#define LAN9646_LED_OUTPUT_GPIO_OUT_CTRL_LED5_1 0x00000200 |
Definition at line 970 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE
#define LAN9646_LED_OVERRIDE 0x0120 |
Definition at line 120 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE_OVERRIDE
#define LAN9646_LED_OVERRIDE_OVERRIDE 0x000003FF |
Definition at line 947 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE_OVERRIDE_LED1_0
#define LAN9646_LED_OVERRIDE_OVERRIDE_LED1_0 0x00000001 |
Definition at line 948 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE_OVERRIDE_LED1_1
#define LAN9646_LED_OVERRIDE_OVERRIDE_LED1_1 0x00000002 |
Definition at line 949 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE_OVERRIDE_LED2_0
#define LAN9646_LED_OVERRIDE_OVERRIDE_LED2_0 0x00000004 |
Definition at line 950 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE_OVERRIDE_LED2_1
#define LAN9646_LED_OVERRIDE_OVERRIDE_LED2_1 0x00000008 |
Definition at line 951 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE_OVERRIDE_LED3_0
#define LAN9646_LED_OVERRIDE_OVERRIDE_LED3_0 0x00000010 |
Definition at line 952 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE_OVERRIDE_LED3_1
#define LAN9646_LED_OVERRIDE_OVERRIDE_LED3_1 0x00000020 |
Definition at line 953 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE_OVERRIDE_LED4_0
#define LAN9646_LED_OVERRIDE_OVERRIDE_LED4_0 0x00000040 |
Definition at line 954 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE_OVERRIDE_LED4_1
#define LAN9646_LED_OVERRIDE_OVERRIDE_LED4_1 0x00000080 |
Definition at line 955 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE_OVERRIDE_LED5_0
#define LAN9646_LED_OVERRIDE_OVERRIDE_LED5_0 0x00000100 |
Definition at line 956 of file lan9646_driver.h.
◆ LAN9646_LED_OVERRIDE_OVERRIDE_LED5_1
#define LAN9646_LED_OVERRIDE_OVERRIDE_LED5_1 0x00000200 |
Definition at line 957 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN
#define LAN9646_LED_STRAP_IN 0x0210 |
Definition at line 123 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN_STRAP_IN
#define LAN9646_LED_STRAP_IN_STRAP_IN 0x000003FF |
Definition at line 980 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN_STRAP_IN_LED1_0
#define LAN9646_LED_STRAP_IN_STRAP_IN_LED1_0 0x00000001 |
Definition at line 981 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN_STRAP_IN_LED1_1
#define LAN9646_LED_STRAP_IN_STRAP_IN_LED1_1 0x00000002 |
Definition at line 982 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN_STRAP_IN_LED2_0
#define LAN9646_LED_STRAP_IN_STRAP_IN_LED2_0 0x00000004 |
Definition at line 983 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN_STRAP_IN_LED2_1
#define LAN9646_LED_STRAP_IN_STRAP_IN_LED2_1 0x00000008 |
Definition at line 984 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN_STRAP_IN_LED3_0
#define LAN9646_LED_STRAP_IN_STRAP_IN_LED3_0 0x00000010 |
Definition at line 985 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN_STRAP_IN_LED3_1
#define LAN9646_LED_STRAP_IN_STRAP_IN_LED3_1 0x00000020 |
Definition at line 986 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN_STRAP_IN_LED4_0
#define LAN9646_LED_STRAP_IN_STRAP_IN_LED4_0 0x00000040 |
Definition at line 987 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN_STRAP_IN_LED4_1
#define LAN9646_LED_STRAP_IN_STRAP_IN_LED4_1 0x00000080 |
Definition at line 988 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN_STRAP_IN_LED5_0
#define LAN9646_LED_STRAP_IN_STRAP_IN_LED5_0 0x00000100 |
Definition at line 989 of file lan9646_driver.h.
◆ LAN9646_LED_STRAP_IN_STRAP_IN_LED5_1
#define LAN9646_LED_STRAP_IN_STRAP_IN_LED5_1 0x00000200 |
Definition at line 990 of file lan9646_driver.h.
◆ LAN9646_LINKMD
#define LAN9646_LINKMD 0x12 |
Definition at line 94 of file lan9646_driver.h.
◆ LAN9646_LINKMD_PAIR
#define LAN9646_LINKMD_PAIR 0x3000 |
Definition at line 807 of file lan9646_driver.h.
◆ LAN9646_LINKMD_PAIR_A
#define LAN9646_LINKMD_PAIR_A 0x0000 |
Definition at line 808 of file lan9646_driver.h.
◆ LAN9646_LINKMD_PAIR_B
#define LAN9646_LINKMD_PAIR_B 0x1000 |
Definition at line 809 of file lan9646_driver.h.
◆ LAN9646_LINKMD_PAIR_C
#define LAN9646_LINKMD_PAIR_C 0x2000 |
Definition at line 810 of file lan9646_driver.h.
◆ LAN9646_LINKMD_PAIR_D
#define LAN9646_LINKMD_PAIR_D 0x3000 |
Definition at line 811 of file lan9646_driver.h.
◆ LAN9646_LINKMD_RESULT
#define LAN9646_LINKMD_RESULT 0x00FF |
Definition at line 816 of file lan9646_driver.h.
◆ LAN9646_LINKMD_STATUS
#define LAN9646_LINKMD_STATUS 0x0300 |
Definition at line 812 of file lan9646_driver.h.
◆ LAN9646_LINKMD_STATUS_NORMAL
#define LAN9646_LINKMD_STATUS_NORMAL 0x0000 |
Definition at line 813 of file lan9646_driver.h.
◆ LAN9646_LINKMD_STATUS_OPEN
#define LAN9646_LINKMD_STATUS_OPEN 0x0100 |
Definition at line 814 of file lan9646_driver.h.
◆ LAN9646_LINKMD_STATUS_SHORT
#define LAN9646_LINKMD_STATUS_SHORT 0x0200 |
Definition at line 815 of file lan9646_driver.h.
◆ LAN9646_LINKMD_TEST_EN
#define LAN9646_LINKMD_TEST_EN 0x8000 |
Definition at line 806 of file lan9646_driver.h.
◆ LAN9646_MMD_EEE_ADV
#define LAN9646_MMD_EEE_ADV 0x07, 0x3C |
Definition at line 103 of file lan9646_driver.h.
◆ LAN9646_MMD_EEE_ADV_1000BT_EEE_EN
#define LAN9646_MMD_EEE_ADV_1000BT_EEE_EN 0x0004 |
Definition at line 860 of file lan9646_driver.h.
◆ LAN9646_MMD_EEE_ADV_100BT_EEE_EN
#define LAN9646_MMD_EEE_ADV_100BT_EEE_EN 0x0002 |
Definition at line 861 of file lan9646_driver.h.
◆ LAN9646_MMD_LED_MODE
#define LAN9646_MMD_LED_MODE 0x02, 0x00 |
Definition at line 102 of file lan9646_driver.h.
◆ LAN9646_MMD_LED_MODE_LED_MODE
#define LAN9646_MMD_LED_MODE_LED_MODE 0x0010 |
Definition at line 853 of file lan9646_driver.h.
◆ LAN9646_MMD_LED_MODE_LED_MODE_SINGLE
#define LAN9646_MMD_LED_MODE_LED_MODE_SINGLE 0x0010 |
Definition at line 855 of file lan9646_driver.h.
◆ LAN9646_MMD_LED_MODE_LED_MODE_TRI_COLOR_DUAL
#define LAN9646_MMD_LED_MODE_LED_MODE_TRI_COLOR_DUAL 0x0000 |
Definition at line 854 of file lan9646_driver.h.
◆ LAN9646_MMD_LED_MODE_RESERVED
#define LAN9646_MMD_LED_MODE_RESERVED 0x000F |
Definition at line 856 of file lan9646_driver.h.
◆ LAN9646_MMD_LED_MODE_RESERVED_DEFAULT
#define LAN9646_MMD_LED_MODE_RESERVED_DEFAULT 0x0001 |
Definition at line 857 of file lan9646_driver.h.
◆ LAN9646_MMDAADR
#define LAN9646_MMDAADR 0x0E |
Definition at line 91 of file lan9646_driver.h.
◆ LAN9646_MMDACR
#define LAN9646_MMDACR 0x0D |
Definition at line 90 of file lan9646_driver.h.
◆ LAN9646_MMDACR_DEVAD
#define LAN9646_MMDACR_DEVAD 0x001F |
Definition at line 794 of file lan9646_driver.h.
◆ LAN9646_MMDACR_FUNC
#define LAN9646_MMDACR_FUNC 0xC000 |
Definition at line 789 of file lan9646_driver.h.
◆ LAN9646_MMDACR_FUNC_ADDR
#define LAN9646_MMDACR_FUNC_ADDR 0x0000 |
Definition at line 790 of file lan9646_driver.h.
◆ LAN9646_MMDACR_FUNC_DATA_NO_POST_INC
#define LAN9646_MMDACR_FUNC_DATA_NO_POST_INC 0x4000 |
Definition at line 791 of file lan9646_driver.h.
◆ LAN9646_MMDACR_FUNC_DATA_POST_INC_RW
#define LAN9646_MMDACR_FUNC_DATA_POST_INC_RW 0x8000 |
Definition at line 792 of file lan9646_driver.h.
◆ LAN9646_MMDACR_FUNC_DATA_POST_INC_W
#define LAN9646_MMDACR_FUNC_DATA_POST_INC_W 0xC000 |
Definition at line 793 of file lan9646_driver.h.
◆ LAN9646_OUT_CLK_CTRL
#define LAN9646_OUT_CLK_CTRL 0x0103 |
Definition at line 116 of file lan9646_driver.h.
◆ LAN9646_OUT_CLK_CTRL_CLKO_25_125_EN
#define LAN9646_OUT_CLK_CTRL_CLKO_25_125_EN 0x02 |
Definition at line 910 of file lan9646_driver.h.
◆ LAN9646_OUT_CLK_CTRL_CLKO_25_125_FREQ
#define LAN9646_OUT_CLK_CTRL_CLKO_25_125_FREQ 0x01 |
Definition at line 911 of file lan9646_driver.h.
◆ LAN9646_OUT_CLK_CTRL_CLKO_25_125_FREQ_125MHZ
#define LAN9646_OUT_CLK_CTRL_CLKO_25_125_FREQ_125MHZ 0x01 |
Definition at line 913 of file lan9646_driver.h.
◆ LAN9646_OUT_CLK_CTRL_CLKO_25_125_FREQ_25MHZ
#define LAN9646_OUT_CLK_CTRL_CLKO_25_125_FREQ_25MHZ 0x00 |
Definition at line 912 of file lan9646_driver.h.
◆ LAN9646_PHYCON
#define LAN9646_PHYCON 0x1F |
Definition at line 99 of file lan9646_driver.h.
◆ LAN9646_PHYCON_1000BT_MS_STATUS
#define LAN9646_PHYCON_1000BT_MS_STATUS 0x0004 |
Definition at line 850 of file lan9646_driver.h.
◆ LAN9646_PHYCON_DUPLEX_STATUS
#define LAN9646_PHYCON_DUPLEX_STATUS 0x0008 |
Definition at line 849 of file lan9646_driver.h.
◆ LAN9646_PHYCON_JABBER_EN
#define LAN9646_PHYCON_JABBER_EN 0x0200 |
Definition at line 845 of file lan9646_driver.h.
◆ LAN9646_PHYCON_SPEED_1000BT
#define LAN9646_PHYCON_SPEED_1000BT 0x0040 |
Definition at line 846 of file lan9646_driver.h.
◆ LAN9646_PHYCON_SPEED_100BTX
#define LAN9646_PHYCON_SPEED_100BTX 0x0020 |
Definition at line 847 of file lan9646_driver.h.
◆ LAN9646_PHYCON_SPEED_10BT
#define LAN9646_PHYCON_SPEED_10BT 0x0010 |
Definition at line 848 of file lan9646_driver.h.
◆ LAN9646_PHYID1
#define LAN9646_PHYID1 0x02 |
Definition at line 81 of file lan9646_driver.h.
◆ LAN9646_PHYID1_DEFAULT
#define LAN9646_PHYID1_DEFAULT 0x0022 |
Definition at line 719 of file lan9646_driver.h.
◆ LAN9646_PHYID2
#define LAN9646_PHYID2 0x03 |
Definition at line 82 of file lan9646_driver.h.
◆ LAN9646_PHYID2_DEFAULT
#define LAN9646_PHYID2_DEFAULT 0x1631 |
Definition at line 722 of file lan9646_driver.h.
◆ LAN9646_PME_PIN_CTRL
#define LAN9646_PME_PIN_CTRL 0x0006 |
Definition at line 110 of file lan9646_driver.h.
◆ LAN9646_PME_PIN_CTRL_PME_PIN_OUT_EN
#define LAN9646_PME_PIN_CTRL_PME_PIN_OUT_EN 0x02 |
Definition at line 877 of file lan9646_driver.h.
◆ LAN9646_PME_PIN_CTRL_PME_PIN_OUT_POL
#define LAN9646_PME_PIN_CTRL_PME_PIN_OUT_POL 0x01 |
Definition at line 878 of file lan9646_driver.h.
◆ LAN9646_PORT1
#define LAN9646_PORT1 1 |
Definition at line 38 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS0
#define LAN9646_PORT1_ACL_ACCESS0 0x1600 |
Definition at line 235 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS1
#define LAN9646_PORT1_ACL_ACCESS1 0x1601 |
Definition at line 236 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS10
#define LAN9646_PORT1_ACL_ACCESS10 0x160A |
Definition at line 245 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS11
#define LAN9646_PORT1_ACL_ACCESS11 0x160B |
Definition at line 246 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS12
#define LAN9646_PORT1_ACL_ACCESS12 0x160C |
Definition at line 247 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS13
#define LAN9646_PORT1_ACL_ACCESS13 0x160D |
Definition at line 248 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS14
#define LAN9646_PORT1_ACL_ACCESS14 0x160E |
Definition at line 249 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS15
#define LAN9646_PORT1_ACL_ACCESS15 0x160F |
Definition at line 250 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS2
#define LAN9646_PORT1_ACL_ACCESS2 0x1602 |
Definition at line 237 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS3
#define LAN9646_PORT1_ACL_ACCESS3 0x1603 |
Definition at line 238 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS4
#define LAN9646_PORT1_ACL_ACCESS4 0x1604 |
Definition at line 239 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS5
#define LAN9646_PORT1_ACL_ACCESS5 0x1605 |
Definition at line 240 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS6
#define LAN9646_PORT1_ACL_ACCESS6 0x1606 |
Definition at line 241 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS7
#define LAN9646_PORT1_ACL_ACCESS7 0x1607 |
Definition at line 242 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS8
#define LAN9646_PORT1_ACL_ACCESS8 0x1608 |
Definition at line 243 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS9
#define LAN9646_PORT1_ACL_ACCESS9 0x1609 |
Definition at line 244 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_ACCESS_CTRL0
#define LAN9646_PORT1_ACL_ACCESS_CTRL0 0x1612 |
Definition at line 253 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_BYTE_EN_LSB
#define LAN9646_PORT1_ACL_BYTE_EN_LSB 0x1611 |
Definition at line 252 of file lan9646_driver.h.
◆ LAN9646_PORT1_ACL_BYTE_EN_MSB
#define LAN9646_PORT1_ACL_BYTE_EN_MSB 0x1610 |
Definition at line 251 of file lan9646_driver.h.
◆ LAN9646_PORT1_AUTH_CTRL
#define LAN9646_PORT1_AUTH_CTRL 0x1803 |
Definition at line 257 of file lan9646_driver.h.
◆ LAN9646_PORT1_CTRL0
#define LAN9646_PORT1_CTRL0 0x1A00 |
Definition at line 272 of file lan9646_driver.h.
◆ LAN9646_PORT1_CTRL1
#define LAN9646_PORT1_CTRL1 0x1A04 |
Definition at line 273 of file lan9646_driver.h.
◆ LAN9646_PORT1_CTRL2
#define LAN9646_PORT1_CTRL2 0x1B00 |
Definition at line 274 of file lan9646_driver.h.
◆ LAN9646_PORT1_DEFAULT_TAG0
#define LAN9646_PORT1_DEFAULT_TAG0 0x1000 |
Definition at line 210 of file lan9646_driver.h.
◆ LAN9646_PORT1_DEFAULT_TAG1
#define LAN9646_PORT1_DEFAULT_TAG1 0x1001 |
Definition at line 211 of file lan9646_driver.h.
◆ LAN9646_PORT1_IG_MAC_CTRL
#define LAN9646_PORT1_IG_MAC_CTRL 0x1802 |
Definition at line 256 of file lan9646_driver.h.
◆ LAN9646_PORT1_IG_RATE_LIMIT_CTRL
#define LAN9646_PORT1_IG_RATE_LIMIT_CTRL 0x1403 |
Definition at line 220 of file lan9646_driver.h.
◆ LAN9646_PORT1_INT_MASK
#define LAN9646_PORT1_INT_MASK 0x101F |
Definition at line 215 of file lan9646_driver.h.
◆ LAN9646_PORT1_INT_STATUS
#define LAN9646_PORT1_INT_STATUS 0x101B |
Definition at line 214 of file lan9646_driver.h.
◆ LAN9646_PORT1_MAC_CTRL0
#define LAN9646_PORT1_MAC_CTRL0 0x1400 |
Definition at line 218 of file lan9646_driver.h.
◆ LAN9646_PORT1_MAC_CTRL1
#define LAN9646_PORT1_MAC_CTRL1 0x1401 |
Definition at line 219 of file lan9646_driver.h.
◆ LAN9646_PORT1_MASK
#define LAN9646_PORT1_MASK 0x01 |
Definition at line 47 of file lan9646_driver.h.
◆ LAN9646_PORT1_MIB_CTRL_STAT
#define LAN9646_PORT1_MIB_CTRL_STAT 0x1500 |
Definition at line 233 of file lan9646_driver.h.
◆ LAN9646_PORT1_MIB_DATA
#define LAN9646_PORT1_MIB_DATA 0x1504 |
Definition at line 234 of file lan9646_driver.h.
◆ LAN9646_PORT1_MIRRORING_CTRL
#define LAN9646_PORT1_MIRRORING_CTRL 0x1800 |
Definition at line 254 of file lan9646_driver.h.
◆ LAN9646_PORT1_MSTP_PTR
#define LAN9646_PORT1_MSTP_PTR 0x1B01 |
Definition at line 275 of file lan9646_driver.h.
◆ LAN9646_PORT1_MSTP_STATE
#define LAN9646_PORT1_MSTP_STATE 0x1B04 |
Definition at line 276 of file lan9646_driver.h.
◆ LAN9646_PORT1_OP_CTRL0
#define LAN9646_PORT1_OP_CTRL0 0x1020 |
Definition at line 216 of file lan9646_driver.h.
◆ LAN9646_PORT1_PME_WOL_EN
#define LAN9646_PORT1_PME_WOL_EN 0x1017 |
Definition at line 213 of file lan9646_driver.h.
◆ LAN9646_PORT1_PME_WOL_EVENT
#define LAN9646_PORT1_PME_WOL_EVENT 0x1013 |
Definition at line 212 of file lan9646_driver.h.
◆ LAN9646_PORT1_POLICE_CTRL
#define LAN9646_PORT1_POLICE_CTRL 0x180C |
Definition at line 260 of file lan9646_driver.h.
◆ LAN9646_PORT1_POLICE_QUEUE_BURST_SIZE
#define LAN9646_PORT1_POLICE_QUEUE_BURST_SIZE 0x1824 |
Definition at line 262 of file lan9646_driver.h.
◆ LAN9646_PORT1_POLICE_QUEUE_RATE
#define LAN9646_PORT1_POLICE_QUEUE_RATE 0x1820 |
Definition at line 261 of file lan9646_driver.h.
◆ LAN9646_PORT1_PRIO0_IG_LIMIT_CTRL
#define LAN9646_PORT1_PRIO0_IG_LIMIT_CTRL 0x1410 |
Definition at line 221 of file lan9646_driver.h.
◆ LAN9646_PORT1_PRIO1_IG_LIMIT_CTRL
#define LAN9646_PORT1_PRIO1_IG_LIMIT_CTRL 0x1411 |
Definition at line 222 of file lan9646_driver.h.
◆ LAN9646_PORT1_PRIO2_IG_LIMIT_CTRL
#define LAN9646_PORT1_PRIO2_IG_LIMIT_CTRL 0x1412 |
Definition at line 223 of file lan9646_driver.h.
◆ LAN9646_PORT1_PRIO3_IG_LIMIT_CTRL
#define LAN9646_PORT1_PRIO3_IG_LIMIT_CTRL 0x1413 |
Definition at line 224 of file lan9646_driver.h.
◆ LAN9646_PORT1_PRIO4_IG_LIMIT_CTRL
#define LAN9646_PORT1_PRIO4_IG_LIMIT_CTRL 0x1414 |
Definition at line 225 of file lan9646_driver.h.
◆ LAN9646_PORT1_PRIO5_IG_LIMIT_CTRL
#define LAN9646_PORT1_PRIO5_IG_LIMIT_CTRL 0x1415 |
Definition at line 226 of file lan9646_driver.h.
◆ LAN9646_PORT1_PRIO6_IG_LIMIT_CTRL
#define LAN9646_PORT1_PRIO6_IG_LIMIT_CTRL 0x1416 |
Definition at line 227 of file lan9646_driver.h.
◆ LAN9646_PORT1_PRIO7_IG_LIMIT_CTRL
#define LAN9646_PORT1_PRIO7_IG_LIMIT_CTRL 0x1417 |
Definition at line 228 of file lan9646_driver.h.
◆ LAN9646_PORT1_PRIO_CTRL
#define LAN9646_PORT1_PRIO_CTRL 0x1801 |
Definition at line 255 of file lan9646_driver.h.
◆ LAN9646_PORT1_PRIO_TO_QUEUE_MAPPING
#define LAN9646_PORT1_PRIO_TO_QUEUE_MAPPING 0x1808 |
Definition at line 259 of file lan9646_driver.h.
◆ LAN9646_PORT1_PTR
#define LAN9646_PORT1_PTR 0x1804 |
Definition at line 258 of file lan9646_driver.h.
◆ LAN9646_PORT1_QUEUE0_EG_LIMIT_CTRL
#define LAN9646_PORT1_QUEUE0_EG_LIMIT_CTRL 0x1420 |
Definition at line 229 of file lan9646_driver.h.
◆ LAN9646_PORT1_QUEUE1_EG_LIMIT_CTRL
#define LAN9646_PORT1_QUEUE1_EG_LIMIT_CTRL 0x1421 |
Definition at line 230 of file lan9646_driver.h.
◆ LAN9646_PORT1_QUEUE2_EG_LIMIT_CTRL
#define LAN9646_PORT1_QUEUE2_EG_LIMIT_CTRL 0x1422 |
Definition at line 231 of file lan9646_driver.h.
◆ LAN9646_PORT1_QUEUE3_EG_LIMIT_CTRL
#define LAN9646_PORT1_QUEUE3_EG_LIMIT_CTRL 0x1423 |
Definition at line 232 of file lan9646_driver.h.
◆ LAN9646_PORT1_STATUS
#define LAN9646_PORT1_STATUS 0x1030 |
Definition at line 217 of file lan9646_driver.h.
◆ LAN9646_PORT1_TX_QUEUE_CTRL0
#define LAN9646_PORT1_TX_QUEUE_CTRL0 0x1914 |
Definition at line 270 of file lan9646_driver.h.
◆ LAN9646_PORT1_TX_QUEUE_CTRL1
#define LAN9646_PORT1_TX_QUEUE_CTRL1 0x1915 |
Definition at line 271 of file lan9646_driver.h.
◆ LAN9646_PORT1_TX_QUEUE_INDEX
#define LAN9646_PORT1_TX_QUEUE_INDEX 0x1900 |
Definition at line 268 of file lan9646_driver.h.
◆ LAN9646_PORT1_TX_QUEUE_PVID
#define LAN9646_PORT1_TX_QUEUE_PVID 0x1904 |
Definition at line 269 of file lan9646_driver.h.
◆ LAN9646_PORT1_WRED_PKT_MEM_CTRL0
#define LAN9646_PORT1_WRED_PKT_MEM_CTRL0 0x1830 |
Definition at line 263 of file lan9646_driver.h.
◆ LAN9646_PORT1_WRED_PKT_MEM_CTRL1
#define LAN9646_PORT1_WRED_PKT_MEM_CTRL1 0x1834 |
Definition at line 264 of file lan9646_driver.h.
◆ LAN9646_PORT1_WRED_QUEUE_CTRL0
#define LAN9646_PORT1_WRED_QUEUE_CTRL0 0x1840 |
Definition at line 265 of file lan9646_driver.h.
◆ LAN9646_PORT1_WRED_QUEUE_CTRL1
#define LAN9646_PORT1_WRED_QUEUE_CTRL1 0x1844 |
Definition at line 266 of file lan9646_driver.h.
◆ LAN9646_PORT1_WRED_QUEUE_PERF_MON_CTRL
#define LAN9646_PORT1_WRED_QUEUE_PERF_MON_CTRL 0x1848 |
Definition at line 267 of file lan9646_driver.h.
◆ LAN9646_PORT2
#define LAN9646_PORT2 2 |
Definition at line 39 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS0
#define LAN9646_PORT2_ACL_ACCESS0 0x2600 |
Definition at line 302 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS1
#define LAN9646_PORT2_ACL_ACCESS1 0x2601 |
Definition at line 303 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS10
#define LAN9646_PORT2_ACL_ACCESS10 0x260A |
Definition at line 312 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS11
#define LAN9646_PORT2_ACL_ACCESS11 0x260B |
Definition at line 313 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS12
#define LAN9646_PORT2_ACL_ACCESS12 0x260C |
Definition at line 314 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS13
#define LAN9646_PORT2_ACL_ACCESS13 0x260D |
Definition at line 315 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS14
#define LAN9646_PORT2_ACL_ACCESS14 0x260E |
Definition at line 316 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS15
#define LAN9646_PORT2_ACL_ACCESS15 0x260F |
Definition at line 317 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS2
#define LAN9646_PORT2_ACL_ACCESS2 0x2602 |
Definition at line 304 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS3
#define LAN9646_PORT2_ACL_ACCESS3 0x2603 |
Definition at line 305 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS4
#define LAN9646_PORT2_ACL_ACCESS4 0x2604 |
Definition at line 306 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS5
#define LAN9646_PORT2_ACL_ACCESS5 0x2605 |
Definition at line 307 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS6
#define LAN9646_PORT2_ACL_ACCESS6 0x2606 |
Definition at line 308 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS7
#define LAN9646_PORT2_ACL_ACCESS7 0x2607 |
Definition at line 309 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS8
#define LAN9646_PORT2_ACL_ACCESS8 0x2608 |
Definition at line 310 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS9
#define LAN9646_PORT2_ACL_ACCESS9 0x2609 |
Definition at line 311 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_ACCESS_CTRL0
#define LAN9646_PORT2_ACL_ACCESS_CTRL0 0x2612 |
Definition at line 320 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_BYTE_EN_LSB
#define LAN9646_PORT2_ACL_BYTE_EN_LSB 0x2611 |
Definition at line 319 of file lan9646_driver.h.
◆ LAN9646_PORT2_ACL_BYTE_EN_MSB
#define LAN9646_PORT2_ACL_BYTE_EN_MSB 0x2610 |
Definition at line 318 of file lan9646_driver.h.
◆ LAN9646_PORT2_AUTH_CTRL
#define LAN9646_PORT2_AUTH_CTRL 0x2803 |
Definition at line 324 of file lan9646_driver.h.
◆ LAN9646_PORT2_CTRL0
#define LAN9646_PORT2_CTRL0 0x2A00 |
Definition at line 339 of file lan9646_driver.h.
◆ LAN9646_PORT2_CTRL1
#define LAN9646_PORT2_CTRL1 0x2A04 |
Definition at line 340 of file lan9646_driver.h.
◆ LAN9646_PORT2_CTRL2
#define LAN9646_PORT2_CTRL2 0x2B00 |
Definition at line 341 of file lan9646_driver.h.
◆ LAN9646_PORT2_DEFAULT_TAG0
#define LAN9646_PORT2_DEFAULT_TAG0 0x2000 |
Definition at line 277 of file lan9646_driver.h.
◆ LAN9646_PORT2_DEFAULT_TAG1
#define LAN9646_PORT2_DEFAULT_TAG1 0x2001 |
Definition at line 278 of file lan9646_driver.h.
◆ LAN9646_PORT2_IG_MAC_CTRL
#define LAN9646_PORT2_IG_MAC_CTRL 0x2802 |
Definition at line 323 of file lan9646_driver.h.
◆ LAN9646_PORT2_IG_RATE_LIMIT_CTRL
#define LAN9646_PORT2_IG_RATE_LIMIT_CTRL 0x2403 |
Definition at line 287 of file lan9646_driver.h.
◆ LAN9646_PORT2_INT_MASK
#define LAN9646_PORT2_INT_MASK 0x201F |
Definition at line 282 of file lan9646_driver.h.
◆ LAN9646_PORT2_INT_STATUS
#define LAN9646_PORT2_INT_STATUS 0x201B |
Definition at line 281 of file lan9646_driver.h.
◆ LAN9646_PORT2_MAC_CTRL0
#define LAN9646_PORT2_MAC_CTRL0 0x2400 |
Definition at line 285 of file lan9646_driver.h.
◆ LAN9646_PORT2_MAC_CTRL1
#define LAN9646_PORT2_MAC_CTRL1 0x2401 |
Definition at line 286 of file lan9646_driver.h.
◆ LAN9646_PORT2_MASK
#define LAN9646_PORT2_MASK 0x02 |
Definition at line 48 of file lan9646_driver.h.
◆ LAN9646_PORT2_MIB_CTRL_STAT
#define LAN9646_PORT2_MIB_CTRL_STAT 0x2500 |
Definition at line 300 of file lan9646_driver.h.
◆ LAN9646_PORT2_MIB_DATA
#define LAN9646_PORT2_MIB_DATA 0x2504 |
Definition at line 301 of file lan9646_driver.h.
◆ LAN9646_PORT2_MIRRORING_CTRL
#define LAN9646_PORT2_MIRRORING_CTRL 0x2800 |
Definition at line 321 of file lan9646_driver.h.
◆ LAN9646_PORT2_MSTP_PTR
#define LAN9646_PORT2_MSTP_PTR 0x2B01 |
Definition at line 342 of file lan9646_driver.h.
◆ LAN9646_PORT2_MSTP_STATE
#define LAN9646_PORT2_MSTP_STATE 0x2B04 |
Definition at line 343 of file lan9646_driver.h.
◆ LAN9646_PORT2_OP_CTRL0
#define LAN9646_PORT2_OP_CTRL0 0x2020 |
Definition at line 283 of file lan9646_driver.h.
◆ LAN9646_PORT2_PME_WOL_EN
#define LAN9646_PORT2_PME_WOL_EN 0x2017 |
Definition at line 280 of file lan9646_driver.h.
◆ LAN9646_PORT2_PME_WOL_EVENT
#define LAN9646_PORT2_PME_WOL_EVENT 0x2013 |
Definition at line 279 of file lan9646_driver.h.
◆ LAN9646_PORT2_POLICE_CTRL
#define LAN9646_PORT2_POLICE_CTRL 0x280C |
Definition at line 327 of file lan9646_driver.h.
◆ LAN9646_PORT2_POLICE_QUEUE_BURST_SIZE
#define LAN9646_PORT2_POLICE_QUEUE_BURST_SIZE 0x2824 |
Definition at line 329 of file lan9646_driver.h.
◆ LAN9646_PORT2_POLICE_QUEUE_RATE
#define LAN9646_PORT2_POLICE_QUEUE_RATE 0x2820 |
Definition at line 328 of file lan9646_driver.h.
◆ LAN9646_PORT2_PRIO0_IG_LIMIT_CTRL
#define LAN9646_PORT2_PRIO0_IG_LIMIT_CTRL 0x2410 |
Definition at line 288 of file lan9646_driver.h.
◆ LAN9646_PORT2_PRIO1_IG_LIMIT_CTRL
#define LAN9646_PORT2_PRIO1_IG_LIMIT_CTRL 0x2411 |
Definition at line 289 of file lan9646_driver.h.
◆ LAN9646_PORT2_PRIO2_IG_LIMIT_CTRL
#define LAN9646_PORT2_PRIO2_IG_LIMIT_CTRL 0x2412 |
Definition at line 290 of file lan9646_driver.h.
◆ LAN9646_PORT2_PRIO3_IG_LIMIT_CTRL
#define LAN9646_PORT2_PRIO3_IG_LIMIT_CTRL 0x2413 |
Definition at line 291 of file lan9646_driver.h.
◆ LAN9646_PORT2_PRIO4_IG_LIMIT_CTRL
#define LAN9646_PORT2_PRIO4_IG_LIMIT_CTRL 0x2414 |
Definition at line 292 of file lan9646_driver.h.
◆ LAN9646_PORT2_PRIO5_IG_LIMIT_CTRL
#define LAN9646_PORT2_PRIO5_IG_LIMIT_CTRL 0x2415 |
Definition at line 293 of file lan9646_driver.h.
◆ LAN9646_PORT2_PRIO6_IG_LIMIT_CTRL
#define LAN9646_PORT2_PRIO6_IG_LIMIT_CTRL 0x2416 |
Definition at line 294 of file lan9646_driver.h.
◆ LAN9646_PORT2_PRIO7_IG_LIMIT_CTRL
#define LAN9646_PORT2_PRIO7_IG_LIMIT_CTRL 0x2417 |
Definition at line 295 of file lan9646_driver.h.
◆ LAN9646_PORT2_PRIO_CTRL
#define LAN9646_PORT2_PRIO_CTRL 0x2801 |
Definition at line 322 of file lan9646_driver.h.
◆ LAN9646_PORT2_PRIO_TO_QUEUE_MAPPING
#define LAN9646_PORT2_PRIO_TO_QUEUE_MAPPING 0x2808 |
Definition at line 326 of file lan9646_driver.h.
◆ LAN9646_PORT2_PTR
#define LAN9646_PORT2_PTR 0x2804 |
Definition at line 325 of file lan9646_driver.h.
◆ LAN9646_PORT2_QUEUE0_EG_LIMIT_CTRL
#define LAN9646_PORT2_QUEUE0_EG_LIMIT_CTRL 0x2420 |
Definition at line 296 of file lan9646_driver.h.
◆ LAN9646_PORT2_QUEUE1_EG_LIMIT_CTRL
#define LAN9646_PORT2_QUEUE1_EG_LIMIT_CTRL 0x2421 |
Definition at line 297 of file lan9646_driver.h.
◆ LAN9646_PORT2_QUEUE2_EG_LIMIT_CTRL
#define LAN9646_PORT2_QUEUE2_EG_LIMIT_CTRL 0x2422 |
Definition at line 298 of file lan9646_driver.h.
◆ LAN9646_PORT2_QUEUE3_EG_LIMIT_CTRL
#define LAN9646_PORT2_QUEUE3_EG_LIMIT_CTRL 0x2423 |
Definition at line 299 of file lan9646_driver.h.
◆ LAN9646_PORT2_STATUS
#define LAN9646_PORT2_STATUS 0x2030 |
Definition at line 284 of file lan9646_driver.h.
◆ LAN9646_PORT2_TX_QUEUE_CTRL0
#define LAN9646_PORT2_TX_QUEUE_CTRL0 0x2914 |
Definition at line 337 of file lan9646_driver.h.
◆ LAN9646_PORT2_TX_QUEUE_CTRL1
#define LAN9646_PORT2_TX_QUEUE_CTRL1 0x2915 |
Definition at line 338 of file lan9646_driver.h.
◆ LAN9646_PORT2_TX_QUEUE_INDEX
#define LAN9646_PORT2_TX_QUEUE_INDEX 0x2900 |
Definition at line 335 of file lan9646_driver.h.
◆ LAN9646_PORT2_TX_QUEUE_PVID
#define LAN9646_PORT2_TX_QUEUE_PVID 0x2904 |
Definition at line 336 of file lan9646_driver.h.
◆ LAN9646_PORT2_WRED_PKT_MEM_CTRL0
#define LAN9646_PORT2_WRED_PKT_MEM_CTRL0 0x2830 |
Definition at line 330 of file lan9646_driver.h.
◆ LAN9646_PORT2_WRED_PKT_MEM_CTRL1
#define LAN9646_PORT2_WRED_PKT_MEM_CTRL1 0x2834 |
Definition at line 331 of file lan9646_driver.h.
◆ LAN9646_PORT2_WRED_QUEUE_CTRL0
#define LAN9646_PORT2_WRED_QUEUE_CTRL0 0x2840 |
Definition at line 332 of file lan9646_driver.h.
◆ LAN9646_PORT2_WRED_QUEUE_CTRL1
#define LAN9646_PORT2_WRED_QUEUE_CTRL1 0x2844 |
Definition at line 333 of file lan9646_driver.h.
◆ LAN9646_PORT2_WRED_QUEUE_PERF_MON_CTRL
#define LAN9646_PORT2_WRED_QUEUE_PERF_MON_CTRL 0x2848 |
Definition at line 334 of file lan9646_driver.h.
◆ LAN9646_PORT3
#define LAN9646_PORT3 3 |
Definition at line 40 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS0
#define LAN9646_PORT3_ACL_ACCESS0 0x3600 |
Definition at line 369 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS1
#define LAN9646_PORT3_ACL_ACCESS1 0x3601 |
Definition at line 370 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS10
#define LAN9646_PORT3_ACL_ACCESS10 0x360A |
Definition at line 379 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS11
#define LAN9646_PORT3_ACL_ACCESS11 0x360B |
Definition at line 380 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS12
#define LAN9646_PORT3_ACL_ACCESS12 0x360C |
Definition at line 381 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS13
#define LAN9646_PORT3_ACL_ACCESS13 0x360D |
Definition at line 382 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS14
#define LAN9646_PORT3_ACL_ACCESS14 0x360E |
Definition at line 383 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS15
#define LAN9646_PORT3_ACL_ACCESS15 0x360F |
Definition at line 384 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS2
#define LAN9646_PORT3_ACL_ACCESS2 0x3602 |
Definition at line 371 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS3
#define LAN9646_PORT3_ACL_ACCESS3 0x3603 |
Definition at line 372 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS4
#define LAN9646_PORT3_ACL_ACCESS4 0x3604 |
Definition at line 373 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS5
#define LAN9646_PORT3_ACL_ACCESS5 0x3605 |
Definition at line 374 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS6
#define LAN9646_PORT3_ACL_ACCESS6 0x3606 |
Definition at line 375 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS7
#define LAN9646_PORT3_ACL_ACCESS7 0x3607 |
Definition at line 376 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS8
#define LAN9646_PORT3_ACL_ACCESS8 0x3608 |
Definition at line 377 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS9
#define LAN9646_PORT3_ACL_ACCESS9 0x3609 |
Definition at line 378 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_ACCESS_CTRL0
#define LAN9646_PORT3_ACL_ACCESS_CTRL0 0x3612 |
Definition at line 387 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_BYTE_EN_LSB
#define LAN9646_PORT3_ACL_BYTE_EN_LSB 0x3611 |
Definition at line 386 of file lan9646_driver.h.
◆ LAN9646_PORT3_ACL_BYTE_EN_MSB
#define LAN9646_PORT3_ACL_BYTE_EN_MSB 0x3610 |
Definition at line 385 of file lan9646_driver.h.
◆ LAN9646_PORT3_AUTH_CTRL
#define LAN9646_PORT3_AUTH_CTRL 0x3803 |
Definition at line 391 of file lan9646_driver.h.
◆ LAN9646_PORT3_CTRL0
#define LAN9646_PORT3_CTRL0 0x3A00 |
Definition at line 406 of file lan9646_driver.h.
◆ LAN9646_PORT3_CTRL1
#define LAN9646_PORT3_CTRL1 0x3A04 |
Definition at line 407 of file lan9646_driver.h.
◆ LAN9646_PORT3_CTRL2
#define LAN9646_PORT3_CTRL2 0x3B00 |
Definition at line 408 of file lan9646_driver.h.
◆ LAN9646_PORT3_DEFAULT_TAG0
#define LAN9646_PORT3_DEFAULT_TAG0 0x3000 |
Definition at line 344 of file lan9646_driver.h.
◆ LAN9646_PORT3_DEFAULT_TAG1
#define LAN9646_PORT3_DEFAULT_TAG1 0x3001 |
Definition at line 345 of file lan9646_driver.h.
◆ LAN9646_PORT3_IG_MAC_CTRL
#define LAN9646_PORT3_IG_MAC_CTRL 0x3802 |
Definition at line 390 of file lan9646_driver.h.
◆ LAN9646_PORT3_IG_RATE_LIMIT_CTRL
#define LAN9646_PORT3_IG_RATE_LIMIT_CTRL 0x3403 |
Definition at line 354 of file lan9646_driver.h.
◆ LAN9646_PORT3_INT_MASK
#define LAN9646_PORT3_INT_MASK 0x301F |
Definition at line 349 of file lan9646_driver.h.
◆ LAN9646_PORT3_INT_STATUS
#define LAN9646_PORT3_INT_STATUS 0x301B |
Definition at line 348 of file lan9646_driver.h.
◆ LAN9646_PORT3_MAC_CTRL0
#define LAN9646_PORT3_MAC_CTRL0 0x3400 |
Definition at line 352 of file lan9646_driver.h.
◆ LAN9646_PORT3_MAC_CTRL1
#define LAN9646_PORT3_MAC_CTRL1 0x3401 |
Definition at line 353 of file lan9646_driver.h.
◆ LAN9646_PORT3_MASK
#define LAN9646_PORT3_MASK 0x04 |
Definition at line 49 of file lan9646_driver.h.
◆ LAN9646_PORT3_MIB_CTRL_STAT
#define LAN9646_PORT3_MIB_CTRL_STAT 0x3500 |
Definition at line 367 of file lan9646_driver.h.
◆ LAN9646_PORT3_MIB_DATA
#define LAN9646_PORT3_MIB_DATA 0x3504 |
Definition at line 368 of file lan9646_driver.h.
◆ LAN9646_PORT3_MIRRORING_CTRL
#define LAN9646_PORT3_MIRRORING_CTRL 0x3800 |
Definition at line 388 of file lan9646_driver.h.
◆ LAN9646_PORT3_MSTP_PTR
#define LAN9646_PORT3_MSTP_PTR 0x3B01 |
Definition at line 409 of file lan9646_driver.h.
◆ LAN9646_PORT3_MSTP_STATE
#define LAN9646_PORT3_MSTP_STATE 0x3B04 |
Definition at line 410 of file lan9646_driver.h.
◆ LAN9646_PORT3_OP_CTRL0
#define LAN9646_PORT3_OP_CTRL0 0x3020 |
Definition at line 350 of file lan9646_driver.h.
◆ LAN9646_PORT3_PME_WOL_EN
#define LAN9646_PORT3_PME_WOL_EN 0x3017 |
Definition at line 347 of file lan9646_driver.h.
◆ LAN9646_PORT3_PME_WOL_EVENT
#define LAN9646_PORT3_PME_WOL_EVENT 0x3013 |
Definition at line 346 of file lan9646_driver.h.
◆ LAN9646_PORT3_POLICE_CTRL
#define LAN9646_PORT3_POLICE_CTRL 0x380C |
Definition at line 394 of file lan9646_driver.h.
◆ LAN9646_PORT3_POLICE_QUEUE_BURST_SIZE
#define LAN9646_PORT3_POLICE_QUEUE_BURST_SIZE 0x3824 |
Definition at line 396 of file lan9646_driver.h.
◆ LAN9646_PORT3_POLICE_QUEUE_RATE
#define LAN9646_PORT3_POLICE_QUEUE_RATE 0x3820 |
Definition at line 395 of file lan9646_driver.h.
◆ LAN9646_PORT3_PRIO0_IG_LIMIT_CTRL
#define LAN9646_PORT3_PRIO0_IG_LIMIT_CTRL 0x3410 |
Definition at line 355 of file lan9646_driver.h.
◆ LAN9646_PORT3_PRIO1_IG_LIMIT_CTRL
#define LAN9646_PORT3_PRIO1_IG_LIMIT_CTRL 0x3411 |
Definition at line 356 of file lan9646_driver.h.
◆ LAN9646_PORT3_PRIO2_IG_LIMIT_CTRL
#define LAN9646_PORT3_PRIO2_IG_LIMIT_CTRL 0x3412 |
Definition at line 357 of file lan9646_driver.h.
◆ LAN9646_PORT3_PRIO3_IG_LIMIT_CTRL
#define LAN9646_PORT3_PRIO3_IG_LIMIT_CTRL 0x3413 |
Definition at line 358 of file lan9646_driver.h.
◆ LAN9646_PORT3_PRIO4_IG_LIMIT_CTRL
#define LAN9646_PORT3_PRIO4_IG_LIMIT_CTRL 0x3414 |
Definition at line 359 of file lan9646_driver.h.
◆ LAN9646_PORT3_PRIO5_IG_LIMIT_CTRL
#define LAN9646_PORT3_PRIO5_IG_LIMIT_CTRL 0x3415 |
Definition at line 360 of file lan9646_driver.h.
◆ LAN9646_PORT3_PRIO6_IG_LIMIT_CTRL
#define LAN9646_PORT3_PRIO6_IG_LIMIT_CTRL 0x3416 |
Definition at line 361 of file lan9646_driver.h.
◆ LAN9646_PORT3_PRIO7_IG_LIMIT_CTRL
#define LAN9646_PORT3_PRIO7_IG_LIMIT_CTRL 0x3417 |
Definition at line 362 of file lan9646_driver.h.
◆ LAN9646_PORT3_PRIO_CTRL
#define LAN9646_PORT3_PRIO_CTRL 0x3801 |
Definition at line 389 of file lan9646_driver.h.
◆ LAN9646_PORT3_PRIO_TO_QUEUE_MAPPING
#define LAN9646_PORT3_PRIO_TO_QUEUE_MAPPING 0x3808 |
Definition at line 393 of file lan9646_driver.h.
◆ LAN9646_PORT3_PTR
#define LAN9646_PORT3_PTR 0x3804 |
Definition at line 392 of file lan9646_driver.h.
◆ LAN9646_PORT3_QUEUE0_EG_LIMIT_CTRL
#define LAN9646_PORT3_QUEUE0_EG_LIMIT_CTRL 0x3420 |
Definition at line 363 of file lan9646_driver.h.
◆ LAN9646_PORT3_QUEUE1_EG_LIMIT_CTRL
#define LAN9646_PORT3_QUEUE1_EG_LIMIT_CTRL 0x3421 |
Definition at line 364 of file lan9646_driver.h.
◆ LAN9646_PORT3_QUEUE2_EG_LIMIT_CTRL
#define LAN9646_PORT3_QUEUE2_EG_LIMIT_CTRL 0x3422 |
Definition at line 365 of file lan9646_driver.h.
◆ LAN9646_PORT3_QUEUE3_EG_LIMIT_CTRL
#define LAN9646_PORT3_QUEUE3_EG_LIMIT_CTRL 0x3423 |
Definition at line 366 of file lan9646_driver.h.
◆ LAN9646_PORT3_STATUS
#define LAN9646_PORT3_STATUS 0x3030 |
Definition at line 351 of file lan9646_driver.h.
◆ LAN9646_PORT3_TX_QUEUE_CTRL0
#define LAN9646_PORT3_TX_QUEUE_CTRL0 0x3914 |
Definition at line 404 of file lan9646_driver.h.
◆ LAN9646_PORT3_TX_QUEUE_CTRL1
#define LAN9646_PORT3_TX_QUEUE_CTRL1 0x3915 |
Definition at line 405 of file lan9646_driver.h.
◆ LAN9646_PORT3_TX_QUEUE_INDEX
#define LAN9646_PORT3_TX_QUEUE_INDEX 0x3900 |
Definition at line 402 of file lan9646_driver.h.
◆ LAN9646_PORT3_TX_QUEUE_PVID
#define LAN9646_PORT3_TX_QUEUE_PVID 0x3904 |
Definition at line 403 of file lan9646_driver.h.
◆ LAN9646_PORT3_WRED_PKT_MEM_CTRL0
#define LAN9646_PORT3_WRED_PKT_MEM_CTRL0 0x3830 |
Definition at line 397 of file lan9646_driver.h.
◆ LAN9646_PORT3_WRED_PKT_MEM_CTRL1
#define LAN9646_PORT3_WRED_PKT_MEM_CTRL1 0x3834 |
Definition at line 398 of file lan9646_driver.h.
◆ LAN9646_PORT3_WRED_QUEUE_CTRL0
#define LAN9646_PORT3_WRED_QUEUE_CTRL0 0x3840 |
Definition at line 399 of file lan9646_driver.h.
◆ LAN9646_PORT3_WRED_QUEUE_CTRL1
#define LAN9646_PORT3_WRED_QUEUE_CTRL1 0x3844 |
Definition at line 400 of file lan9646_driver.h.
◆ LAN9646_PORT3_WRED_QUEUE_PERF_MON_CTRL
#define LAN9646_PORT3_WRED_QUEUE_PERF_MON_CTRL 0x3848 |
Definition at line 401 of file lan9646_driver.h.
◆ LAN9646_PORT4
#define LAN9646_PORT4 4 |
Definition at line 41 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS0
#define LAN9646_PORT4_ACL_ACCESS0 0x4600 |
Definition at line 436 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS1
#define LAN9646_PORT4_ACL_ACCESS1 0x4601 |
Definition at line 437 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS10
#define LAN9646_PORT4_ACL_ACCESS10 0x460A |
Definition at line 446 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS11
#define LAN9646_PORT4_ACL_ACCESS11 0x460B |
Definition at line 447 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS12
#define LAN9646_PORT4_ACL_ACCESS12 0x460C |
Definition at line 448 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS13
#define LAN9646_PORT4_ACL_ACCESS13 0x460D |
Definition at line 449 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS14
#define LAN9646_PORT4_ACL_ACCESS14 0x460E |
Definition at line 450 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS15
#define LAN9646_PORT4_ACL_ACCESS15 0x460F |
Definition at line 451 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS2
#define LAN9646_PORT4_ACL_ACCESS2 0x4602 |
Definition at line 438 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS3
#define LAN9646_PORT4_ACL_ACCESS3 0x4603 |
Definition at line 439 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS4
#define LAN9646_PORT4_ACL_ACCESS4 0x4604 |
Definition at line 440 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS5
#define LAN9646_PORT4_ACL_ACCESS5 0x4605 |
Definition at line 441 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS6
#define LAN9646_PORT4_ACL_ACCESS6 0x4606 |
Definition at line 442 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS7
#define LAN9646_PORT4_ACL_ACCESS7 0x4607 |
Definition at line 443 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS8
#define LAN9646_PORT4_ACL_ACCESS8 0x4608 |
Definition at line 444 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS9
#define LAN9646_PORT4_ACL_ACCESS9 0x4609 |
Definition at line 445 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_ACCESS_CTRL0
#define LAN9646_PORT4_ACL_ACCESS_CTRL0 0x4612 |
Definition at line 454 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_BYTE_EN_LSB
#define LAN9646_PORT4_ACL_BYTE_EN_LSB 0x4611 |
Definition at line 453 of file lan9646_driver.h.
◆ LAN9646_PORT4_ACL_BYTE_EN_MSB
#define LAN9646_PORT4_ACL_BYTE_EN_MSB 0x4610 |
Definition at line 452 of file lan9646_driver.h.
◆ LAN9646_PORT4_AUTH_CTRL
#define LAN9646_PORT4_AUTH_CTRL 0x4803 |
Definition at line 458 of file lan9646_driver.h.
◆ LAN9646_PORT4_CTRL0
#define LAN9646_PORT4_CTRL0 0x4A00 |
Definition at line 473 of file lan9646_driver.h.
◆ LAN9646_PORT4_CTRL1
#define LAN9646_PORT4_CTRL1 0x4A04 |
Definition at line 474 of file lan9646_driver.h.
◆ LAN9646_PORT4_CTRL2
#define LAN9646_PORT4_CTRL2 0x4B00 |
Definition at line 475 of file lan9646_driver.h.
◆ LAN9646_PORT4_DEFAULT_TAG0
#define LAN9646_PORT4_DEFAULT_TAG0 0x4000 |
Definition at line 411 of file lan9646_driver.h.
◆ LAN9646_PORT4_DEFAULT_TAG1
#define LAN9646_PORT4_DEFAULT_TAG1 0x4001 |
Definition at line 412 of file lan9646_driver.h.
◆ LAN9646_PORT4_IG_MAC_CTRL
#define LAN9646_PORT4_IG_MAC_CTRL 0x4802 |
Definition at line 457 of file lan9646_driver.h.
◆ LAN9646_PORT4_IG_RATE_LIMIT_CTRL
#define LAN9646_PORT4_IG_RATE_LIMIT_CTRL 0x4403 |
Definition at line 421 of file lan9646_driver.h.
◆ LAN9646_PORT4_INT_MASK
#define LAN9646_PORT4_INT_MASK 0x401F |
Definition at line 416 of file lan9646_driver.h.
◆ LAN9646_PORT4_INT_STATUS
#define LAN9646_PORT4_INT_STATUS 0x401B |
Definition at line 415 of file lan9646_driver.h.
◆ LAN9646_PORT4_MAC_CTRL0
#define LAN9646_PORT4_MAC_CTRL0 0x4400 |
Definition at line 419 of file lan9646_driver.h.
◆ LAN9646_PORT4_MAC_CTRL1
#define LAN9646_PORT4_MAC_CTRL1 0x4401 |
Definition at line 420 of file lan9646_driver.h.
◆ LAN9646_PORT4_MASK
#define LAN9646_PORT4_MASK 0x08 |
Definition at line 50 of file lan9646_driver.h.
◆ LAN9646_PORT4_MIB_CTRL_STAT
#define LAN9646_PORT4_MIB_CTRL_STAT 0x4500 |
Definition at line 434 of file lan9646_driver.h.
◆ LAN9646_PORT4_MIB_DATA
#define LAN9646_PORT4_MIB_DATA 0x4504 |
Definition at line 435 of file lan9646_driver.h.
◆ LAN9646_PORT4_MIRRORING_CTRL
#define LAN9646_PORT4_MIRRORING_CTRL 0x4800 |
Definition at line 455 of file lan9646_driver.h.
◆ LAN9646_PORT4_MSTP_PTR
#define LAN9646_PORT4_MSTP_PTR 0x4B01 |
Definition at line 476 of file lan9646_driver.h.
◆ LAN9646_PORT4_MSTP_STATE
#define LAN9646_PORT4_MSTP_STATE 0x4B04 |
Definition at line 477 of file lan9646_driver.h.
◆ LAN9646_PORT4_OP_CTRL0
#define LAN9646_PORT4_OP_CTRL0 0x4020 |
Definition at line 417 of file lan9646_driver.h.
◆ LAN9646_PORT4_PME_WOL_EN
#define LAN9646_PORT4_PME_WOL_EN 0x4017 |
Definition at line 414 of file lan9646_driver.h.
◆ LAN9646_PORT4_PME_WOL_EVENT
#define LAN9646_PORT4_PME_WOL_EVENT 0x4013 |
Definition at line 413 of file lan9646_driver.h.
◆ LAN9646_PORT4_POLICE_CTRL
#define LAN9646_PORT4_POLICE_CTRL 0x480C |
Definition at line 461 of file lan9646_driver.h.
◆ LAN9646_PORT4_POLICE_QUEUE_BURST_SIZE
#define LAN9646_PORT4_POLICE_QUEUE_BURST_SIZE 0x4824 |
Definition at line 463 of file lan9646_driver.h.
◆ LAN9646_PORT4_POLICE_QUEUE_RATE
#define LAN9646_PORT4_POLICE_QUEUE_RATE 0x4820 |
Definition at line 462 of file lan9646_driver.h.
◆ LAN9646_PORT4_PRIO0_IG_LIMIT_CTRL
#define LAN9646_PORT4_PRIO0_IG_LIMIT_CTRL 0x4410 |
Definition at line 422 of file lan9646_driver.h.
◆ LAN9646_PORT4_PRIO1_IG_LIMIT_CTRL
#define LAN9646_PORT4_PRIO1_IG_LIMIT_CTRL 0x4411 |
Definition at line 423 of file lan9646_driver.h.
◆ LAN9646_PORT4_PRIO2_IG_LIMIT_CTRL
#define LAN9646_PORT4_PRIO2_IG_LIMIT_CTRL 0x4412 |
Definition at line 424 of file lan9646_driver.h.
◆ LAN9646_PORT4_PRIO3_IG_LIMIT_CTRL
#define LAN9646_PORT4_PRIO3_IG_LIMIT_CTRL 0x4413 |
Definition at line 425 of file lan9646_driver.h.
◆ LAN9646_PORT4_PRIO4_IG_LIMIT_CTRL
#define LAN9646_PORT4_PRIO4_IG_LIMIT_CTRL 0x4414 |
Definition at line 426 of file lan9646_driver.h.
◆ LAN9646_PORT4_PRIO5_IG_LIMIT_CTRL
#define LAN9646_PORT4_PRIO5_IG_LIMIT_CTRL 0x4415 |
Definition at line 427 of file lan9646_driver.h.
◆ LAN9646_PORT4_PRIO6_IG_LIMIT_CTRL
#define LAN9646_PORT4_PRIO6_IG_LIMIT_CTRL 0x4416 |
Definition at line 428 of file lan9646_driver.h.
◆ LAN9646_PORT4_PRIO7_IG_LIMIT_CTRL
#define LAN9646_PORT4_PRIO7_IG_LIMIT_CTRL 0x4417 |
Definition at line 429 of file lan9646_driver.h.
◆ LAN9646_PORT4_PRIO_CTRL
#define LAN9646_PORT4_PRIO_CTRL 0x4801 |
Definition at line 456 of file lan9646_driver.h.
◆ LAN9646_PORT4_PRIO_TO_QUEUE_MAPPING
#define LAN9646_PORT4_PRIO_TO_QUEUE_MAPPING 0x4808 |
Definition at line 460 of file lan9646_driver.h.
◆ LAN9646_PORT4_PTR
#define LAN9646_PORT4_PTR 0x4804 |
Definition at line 459 of file lan9646_driver.h.
◆ LAN9646_PORT4_QUEUE0_EG_LIMIT_CTRL
#define LAN9646_PORT4_QUEUE0_EG_LIMIT_CTRL 0x4420 |
Definition at line 430 of file lan9646_driver.h.
◆ LAN9646_PORT4_QUEUE1_EG_LIMIT_CTRL
#define LAN9646_PORT4_QUEUE1_EG_LIMIT_CTRL 0x4421 |
Definition at line 431 of file lan9646_driver.h.
◆ LAN9646_PORT4_QUEUE2_EG_LIMIT_CTRL
#define LAN9646_PORT4_QUEUE2_EG_LIMIT_CTRL 0x4422 |
Definition at line 432 of file lan9646_driver.h.
◆ LAN9646_PORT4_QUEUE3_EG_LIMIT_CTRL
#define LAN9646_PORT4_QUEUE3_EG_LIMIT_CTRL 0x4423 |
Definition at line 433 of file lan9646_driver.h.
◆ LAN9646_PORT4_STATUS
#define LAN9646_PORT4_STATUS 0x4030 |
Definition at line 418 of file lan9646_driver.h.
◆ LAN9646_PORT4_TX_QUEUE_CTRL0
#define LAN9646_PORT4_TX_QUEUE_CTRL0 0x4914 |
Definition at line 471 of file lan9646_driver.h.
◆ LAN9646_PORT4_TX_QUEUE_CTRL1
#define LAN9646_PORT4_TX_QUEUE_CTRL1 0x4915 |
Definition at line 472 of file lan9646_driver.h.
◆ LAN9646_PORT4_TX_QUEUE_INDEX
#define LAN9646_PORT4_TX_QUEUE_INDEX 0x4900 |
Definition at line 469 of file lan9646_driver.h.
◆ LAN9646_PORT4_TX_QUEUE_PVID
#define LAN9646_PORT4_TX_QUEUE_PVID 0x4904 |
Definition at line 470 of file lan9646_driver.h.
◆ LAN9646_PORT4_WRED_PKT_MEM_CTRL0
#define LAN9646_PORT4_WRED_PKT_MEM_CTRL0 0x4830 |
Definition at line 464 of file lan9646_driver.h.
◆ LAN9646_PORT4_WRED_PKT_MEM_CTRL1
#define LAN9646_PORT4_WRED_PKT_MEM_CTRL1 0x4834 |
Definition at line 465 of file lan9646_driver.h.
◆ LAN9646_PORT4_WRED_QUEUE_CTRL0
#define LAN9646_PORT4_WRED_QUEUE_CTRL0 0x4840 |
Definition at line 466 of file lan9646_driver.h.
◆ LAN9646_PORT4_WRED_QUEUE_CTRL1
#define LAN9646_PORT4_WRED_QUEUE_CTRL1 0x4844 |
Definition at line 467 of file lan9646_driver.h.
◆ LAN9646_PORT4_WRED_QUEUE_PERF_MON_CTRL
#define LAN9646_PORT4_WRED_QUEUE_PERF_MON_CTRL 0x4848 |
Definition at line 468 of file lan9646_driver.h.
◆ LAN9646_PORT6
#define LAN9646_PORT6 6 |
Definition at line 42 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS0
#define LAN9646_PORT6_ACL_ACCESS0 0x6600 |
Definition at line 505 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS1
#define LAN9646_PORT6_ACL_ACCESS1 0x6601 |
Definition at line 506 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS10
#define LAN9646_PORT6_ACL_ACCESS10 0x660A |
Definition at line 515 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS11
#define LAN9646_PORT6_ACL_ACCESS11 0x660B |
Definition at line 516 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS12
#define LAN9646_PORT6_ACL_ACCESS12 0x660C |
Definition at line 517 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS13
#define LAN9646_PORT6_ACL_ACCESS13 0x660D |
Definition at line 518 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS14
#define LAN9646_PORT6_ACL_ACCESS14 0x660E |
Definition at line 519 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS15
#define LAN9646_PORT6_ACL_ACCESS15 0x660F |
Definition at line 520 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS2
#define LAN9646_PORT6_ACL_ACCESS2 0x6602 |
Definition at line 507 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS3
#define LAN9646_PORT6_ACL_ACCESS3 0x6603 |
Definition at line 508 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS4
#define LAN9646_PORT6_ACL_ACCESS4 0x6604 |
Definition at line 509 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS5
#define LAN9646_PORT6_ACL_ACCESS5 0x6605 |
Definition at line 510 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS6
#define LAN9646_PORT6_ACL_ACCESS6 0x6606 |
Definition at line 511 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS7
#define LAN9646_PORT6_ACL_ACCESS7 0x6607 |
Definition at line 512 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS8
#define LAN9646_PORT6_ACL_ACCESS8 0x6608 |
Definition at line 513 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS9
#define LAN9646_PORT6_ACL_ACCESS9 0x6609 |
Definition at line 514 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_ACCESS_CTRL0
#define LAN9646_PORT6_ACL_ACCESS_CTRL0 0x6612 |
Definition at line 523 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_BYTE_EN_LSB
#define LAN9646_PORT6_ACL_BYTE_EN_LSB 0x6611 |
Definition at line 522 of file lan9646_driver.h.
◆ LAN9646_PORT6_ACL_BYTE_EN_MSB
#define LAN9646_PORT6_ACL_BYTE_EN_MSB 0x6610 |
Definition at line 521 of file lan9646_driver.h.
◆ LAN9646_PORT6_AUTH_CTRL
#define LAN9646_PORT6_AUTH_CTRL 0x6803 |
Definition at line 527 of file lan9646_driver.h.
◆ LAN9646_PORT6_CTRL0
#define LAN9646_PORT6_CTRL0 0x6A00 |
Definition at line 542 of file lan9646_driver.h.
◆ LAN9646_PORT6_CTRL1
#define LAN9646_PORT6_CTRL1 0x6A04 |
Definition at line 543 of file lan9646_driver.h.
◆ LAN9646_PORT6_CTRL2
#define LAN9646_PORT6_CTRL2 0x6B00 |
Definition at line 544 of file lan9646_driver.h.
◆ LAN9646_PORT6_DEFAULT_TAG0
#define LAN9646_PORT6_DEFAULT_TAG0 0x6000 |
Definition at line 478 of file lan9646_driver.h.
◆ LAN9646_PORT6_DEFAULT_TAG1
#define LAN9646_PORT6_DEFAULT_TAG1 0x6001 |
Definition at line 479 of file lan9646_driver.h.
◆ LAN9646_PORT6_IG_MAC_CTRL
#define LAN9646_PORT6_IG_MAC_CTRL 0x6802 |
Definition at line 526 of file lan9646_driver.h.
◆ LAN9646_PORT6_IG_RATE_LIMIT_CTRL
#define LAN9646_PORT6_IG_RATE_LIMIT_CTRL 0x6403 |
Definition at line 490 of file lan9646_driver.h.
◆ LAN9646_PORT6_INT_MASK
#define LAN9646_PORT6_INT_MASK 0x601F |
Definition at line 483 of file lan9646_driver.h.
◆ LAN9646_PORT6_INT_STATUS
#define LAN9646_PORT6_INT_STATUS 0x601B |
Definition at line 482 of file lan9646_driver.h.
◆ LAN9646_PORT6_MAC_CTRL0
#define LAN9646_PORT6_MAC_CTRL0 0x6400 |
Definition at line 488 of file lan9646_driver.h.
◆ LAN9646_PORT6_MAC_CTRL1
#define LAN9646_PORT6_MAC_CTRL1 0x6401 |
Definition at line 489 of file lan9646_driver.h.
◆ LAN9646_PORT6_MASK
#define LAN9646_PORT6_MASK 0x20 |
Definition at line 51 of file lan9646_driver.h.
◆ LAN9646_PORT6_MIB_CTRL_STAT
#define LAN9646_PORT6_MIB_CTRL_STAT 0x6500 |
Definition at line 503 of file lan9646_driver.h.
◆ LAN9646_PORT6_MIB_DATA
#define LAN9646_PORT6_MIB_DATA 0x6504 |
Definition at line 504 of file lan9646_driver.h.
◆ LAN9646_PORT6_MIRRORING_CTRL
#define LAN9646_PORT6_MIRRORING_CTRL 0x6800 |
Definition at line 524 of file lan9646_driver.h.
◆ LAN9646_PORT6_MSTP_PTR
#define LAN9646_PORT6_MSTP_PTR 0x6B01 |
Definition at line 545 of file lan9646_driver.h.
◆ LAN9646_PORT6_MSTP_STATE
#define LAN9646_PORT6_MSTP_STATE 0x6B04 |
Definition at line 546 of file lan9646_driver.h.
◆ LAN9646_PORT6_OP_CTRL0
#define LAN9646_PORT6_OP_CTRL0 0x6020 |
Definition at line 484 of file lan9646_driver.h.
◆ LAN9646_PORT6_PME_WOL_EN
#define LAN9646_PORT6_PME_WOL_EN 0x6017 |
Definition at line 481 of file lan9646_driver.h.
◆ LAN9646_PORT6_PME_WOL_EVENT
#define LAN9646_PORT6_PME_WOL_EVENT 0x6013 |
Definition at line 480 of file lan9646_driver.h.
◆ LAN9646_PORT6_POLICE_CTRL
#define LAN9646_PORT6_POLICE_CTRL 0x680C |
Definition at line 530 of file lan9646_driver.h.
◆ LAN9646_PORT6_POLICE_QUEUE_BURST_SIZE
#define LAN9646_PORT6_POLICE_QUEUE_BURST_SIZE 0x6824 |
Definition at line 532 of file lan9646_driver.h.
◆ LAN9646_PORT6_POLICE_QUEUE_RATE
#define LAN9646_PORT6_POLICE_QUEUE_RATE 0x6820 |
Definition at line 531 of file lan9646_driver.h.
◆ LAN9646_PORT6_PRIO0_IG_LIMIT_CTRL
#define LAN9646_PORT6_PRIO0_IG_LIMIT_CTRL 0x6410 |
Definition at line 491 of file lan9646_driver.h.
◆ LAN9646_PORT6_PRIO1_IG_LIMIT_CTRL
#define LAN9646_PORT6_PRIO1_IG_LIMIT_CTRL 0x6411 |
Definition at line 492 of file lan9646_driver.h.
◆ LAN9646_PORT6_PRIO2_IG_LIMIT_CTRL
#define LAN9646_PORT6_PRIO2_IG_LIMIT_CTRL 0x6412 |
Definition at line 493 of file lan9646_driver.h.
◆ LAN9646_PORT6_PRIO3_IG_LIMIT_CTRL
#define LAN9646_PORT6_PRIO3_IG_LIMIT_CTRL 0x6413 |
Definition at line 494 of file lan9646_driver.h.
◆ LAN9646_PORT6_PRIO4_IG_LIMIT_CTRL
#define LAN9646_PORT6_PRIO4_IG_LIMIT_CTRL 0x6414 |
Definition at line 495 of file lan9646_driver.h.
◆ LAN9646_PORT6_PRIO5_IG_LIMIT_CTRL
#define LAN9646_PORT6_PRIO5_IG_LIMIT_CTRL 0x6415 |
Definition at line 496 of file lan9646_driver.h.
◆ LAN9646_PORT6_PRIO6_IG_LIMIT_CTRL
#define LAN9646_PORT6_PRIO6_IG_LIMIT_CTRL 0x6416 |
Definition at line 497 of file lan9646_driver.h.
◆ LAN9646_PORT6_PRIO7_IG_LIMIT_CTRL
#define LAN9646_PORT6_PRIO7_IG_LIMIT_CTRL 0x6417 |
Definition at line 498 of file lan9646_driver.h.
◆ LAN9646_PORT6_PRIO_CTRL
#define LAN9646_PORT6_PRIO_CTRL 0x6801 |
Definition at line 525 of file lan9646_driver.h.
◆ LAN9646_PORT6_PRIO_TO_QUEUE_MAPPING
#define LAN9646_PORT6_PRIO_TO_QUEUE_MAPPING 0x6808 |
Definition at line 529 of file lan9646_driver.h.
◆ LAN9646_PORT6_PTR
#define LAN9646_PORT6_PTR 0x6804 |
Definition at line 528 of file lan9646_driver.h.
◆ LAN9646_PORT6_QUEUE0_EG_LIMIT_CTRL
#define LAN9646_PORT6_QUEUE0_EG_LIMIT_CTRL 0x6420 |
Definition at line 499 of file lan9646_driver.h.
◆ LAN9646_PORT6_QUEUE1_EG_LIMIT_CTRL
#define LAN9646_PORT6_QUEUE1_EG_LIMIT_CTRL 0x6421 |
Definition at line 500 of file lan9646_driver.h.
◆ LAN9646_PORT6_QUEUE2_EG_LIMIT_CTRL
#define LAN9646_PORT6_QUEUE2_EG_LIMIT_CTRL 0x6422 |
Definition at line 501 of file lan9646_driver.h.
◆ LAN9646_PORT6_QUEUE3_EG_LIMIT_CTRL
#define LAN9646_PORT6_QUEUE3_EG_LIMIT_CTRL 0x6423 |
Definition at line 502 of file lan9646_driver.h.
◆ LAN9646_PORT6_STATUS
#define LAN9646_PORT6_STATUS 0x6030 |
Definition at line 485 of file lan9646_driver.h.
◆ LAN9646_PORT6_TX_QUEUE_CTRL0
#define LAN9646_PORT6_TX_QUEUE_CTRL0 0x6914 |
Definition at line 540 of file lan9646_driver.h.
◆ LAN9646_PORT6_TX_QUEUE_CTRL1
#define LAN9646_PORT6_TX_QUEUE_CTRL1 0x6915 |
Definition at line 541 of file lan9646_driver.h.
◆ LAN9646_PORT6_TX_QUEUE_INDEX
#define LAN9646_PORT6_TX_QUEUE_INDEX 0x6900 |
Definition at line 538 of file lan9646_driver.h.
◆ LAN9646_PORT6_TX_QUEUE_PVID
#define LAN9646_PORT6_TX_QUEUE_PVID 0x6904 |
Definition at line 539 of file lan9646_driver.h.
◆ LAN9646_PORT6_WRED_PKT_MEM_CTRL0
#define LAN9646_PORT6_WRED_PKT_MEM_CTRL0 0x6830 |
Definition at line 533 of file lan9646_driver.h.
◆ LAN9646_PORT6_WRED_PKT_MEM_CTRL1
#define LAN9646_PORT6_WRED_PKT_MEM_CTRL1 0x6834 |
Definition at line 534 of file lan9646_driver.h.
◆ LAN9646_PORT6_WRED_QUEUE_CTRL0
#define LAN9646_PORT6_WRED_QUEUE_CTRL0 0x6840 |
Definition at line 535 of file lan9646_driver.h.
◆ LAN9646_PORT6_WRED_QUEUE_CTRL1
#define LAN9646_PORT6_WRED_QUEUE_CTRL1 0x6844 |
Definition at line 536 of file lan9646_driver.h.
◆ LAN9646_PORT6_WRED_QUEUE_PERF_MON_CTRL
#define LAN9646_PORT6_WRED_QUEUE_PERF_MON_CTRL 0x6848 |
Definition at line 537 of file lan9646_driver.h.
◆ LAN9646_PORT6_XMII_CTRL0
#define LAN9646_PORT6_XMII_CTRL0 0x6300 |
Definition at line 486 of file lan9646_driver.h.
◆ LAN9646_PORT6_XMII_CTRL1
#define LAN9646_PORT6_XMII_CTRL1 0x6301 |
Definition at line 487 of file lan9646_driver.h.
◆ LAN9646_PORT7
#define LAN9646_PORT7 7 |
Definition at line 43 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS0
#define LAN9646_PORT7_ACL_ACCESS0 0x7600 |
Definition at line 576 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS1
#define LAN9646_PORT7_ACL_ACCESS1 0x7601 |
Definition at line 577 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS10
#define LAN9646_PORT7_ACL_ACCESS10 0x760A |
Definition at line 586 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS11
#define LAN9646_PORT7_ACL_ACCESS11 0x760B |
Definition at line 587 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS12
#define LAN9646_PORT7_ACL_ACCESS12 0x760C |
Definition at line 588 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS13
#define LAN9646_PORT7_ACL_ACCESS13 0x760D |
Definition at line 589 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS14
#define LAN9646_PORT7_ACL_ACCESS14 0x760E |
Definition at line 590 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS15
#define LAN9646_PORT7_ACL_ACCESS15 0x760F |
Definition at line 591 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS2
#define LAN9646_PORT7_ACL_ACCESS2 0x7602 |
Definition at line 578 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS3
#define LAN9646_PORT7_ACL_ACCESS3 0x7603 |
Definition at line 579 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS4
#define LAN9646_PORT7_ACL_ACCESS4 0x7604 |
Definition at line 580 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS5
#define LAN9646_PORT7_ACL_ACCESS5 0x7605 |
Definition at line 581 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS6
#define LAN9646_PORT7_ACL_ACCESS6 0x7606 |
Definition at line 582 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS7
#define LAN9646_PORT7_ACL_ACCESS7 0x7607 |
Definition at line 583 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS8
#define LAN9646_PORT7_ACL_ACCESS8 0x7608 |
Definition at line 584 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS9
#define LAN9646_PORT7_ACL_ACCESS9 0x7609 |
Definition at line 585 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_ACCESS_CTRL0
#define LAN9646_PORT7_ACL_ACCESS_CTRL0 0x7612 |
Definition at line 594 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_BYTE_EN_LSB
#define LAN9646_PORT7_ACL_BYTE_EN_LSB 0x7611 |
Definition at line 593 of file lan9646_driver.h.
◆ LAN9646_PORT7_ACL_BYTE_EN_MSB
#define LAN9646_PORT7_ACL_BYTE_EN_MSB 0x7610 |
Definition at line 592 of file lan9646_driver.h.
◆ LAN9646_PORT7_AUTH_CTRL
#define LAN9646_PORT7_AUTH_CTRL 0x7803 |
Definition at line 598 of file lan9646_driver.h.
◆ LAN9646_PORT7_CTRL0
#define LAN9646_PORT7_CTRL0 0x7A00 |
Definition at line 613 of file lan9646_driver.h.
◆ LAN9646_PORT7_CTRL1
#define LAN9646_PORT7_CTRL1 0x7A04 |
Definition at line 614 of file lan9646_driver.h.
◆ LAN9646_PORT7_CTRL2
#define LAN9646_PORT7_CTRL2 0x7B00 |
Definition at line 615 of file lan9646_driver.h.
◆ LAN9646_PORT7_DEFAULT_TAG0
#define LAN9646_PORT7_DEFAULT_TAG0 0x7000 |
Definition at line 547 of file lan9646_driver.h.
◆ LAN9646_PORT7_DEFAULT_TAG1
#define LAN9646_PORT7_DEFAULT_TAG1 0x7001 |
Definition at line 548 of file lan9646_driver.h.
◆ LAN9646_PORT7_IG_MAC_CTRL
#define LAN9646_PORT7_IG_MAC_CTRL 0x7802 |
Definition at line 597 of file lan9646_driver.h.
◆ LAN9646_PORT7_IG_RATE_LIMIT_CTRL
#define LAN9646_PORT7_IG_RATE_LIMIT_CTRL 0x7403 |
Definition at line 561 of file lan9646_driver.h.
◆ LAN9646_PORT7_INT_MASK
#define LAN9646_PORT7_INT_MASK 0x701F |
Definition at line 552 of file lan9646_driver.h.
◆ LAN9646_PORT7_INT_STATUS
#define LAN9646_PORT7_INT_STATUS 0x701B |
Definition at line 551 of file lan9646_driver.h.
◆ LAN9646_PORT7_MAC_CTRL0
#define LAN9646_PORT7_MAC_CTRL0 0x7400 |
Definition at line 559 of file lan9646_driver.h.
◆ LAN9646_PORT7_MAC_CTRL1
#define LAN9646_PORT7_MAC_CTRL1 0x7401 |
Definition at line 560 of file lan9646_driver.h.
◆ LAN9646_PORT7_MASK
#define LAN9646_PORT7_MASK 0x40 |
Definition at line 52 of file lan9646_driver.h.
◆ LAN9646_PORT7_MIB_CTRL_STAT
#define LAN9646_PORT7_MIB_CTRL_STAT 0x7500 |
Definition at line 574 of file lan9646_driver.h.
◆ LAN9646_PORT7_MIB_DATA
#define LAN9646_PORT7_MIB_DATA 0x7504 |
Definition at line 575 of file lan9646_driver.h.
◆ LAN9646_PORT7_MIRRORING_CTRL
#define LAN9646_PORT7_MIRRORING_CTRL 0x7800 |
Definition at line 595 of file lan9646_driver.h.
◆ LAN9646_PORT7_MSTP_PTR
#define LAN9646_PORT7_MSTP_PTR 0x7B01 |
Definition at line 616 of file lan9646_driver.h.
◆ LAN9646_PORT7_MSTP_STATE
#define LAN9646_PORT7_MSTP_STATE 0x7B04 |
Definition at line 617 of file lan9646_driver.h.
◆ LAN9646_PORT7_OP_CTRL0
#define LAN9646_PORT7_OP_CTRL0 0x7020 |
Definition at line 553 of file lan9646_driver.h.
◆ LAN9646_PORT7_PME_WOL_EN
#define LAN9646_PORT7_PME_WOL_EN 0x7017 |
Definition at line 550 of file lan9646_driver.h.
◆ LAN9646_PORT7_PME_WOL_EVENT
#define LAN9646_PORT7_PME_WOL_EVENT 0x7013 |
Definition at line 549 of file lan9646_driver.h.
◆ LAN9646_PORT7_POLICE_CTRL
#define LAN9646_PORT7_POLICE_CTRL 0x780C |
Definition at line 601 of file lan9646_driver.h.
◆ LAN9646_PORT7_POLICE_QUEUE_BURST_SIZE
#define LAN9646_PORT7_POLICE_QUEUE_BURST_SIZE 0x7824 |
Definition at line 603 of file lan9646_driver.h.
◆ LAN9646_PORT7_POLICE_QUEUE_RATE
#define LAN9646_PORT7_POLICE_QUEUE_RATE 0x7820 |
Definition at line 602 of file lan9646_driver.h.
◆ LAN9646_PORT7_PRIO0_IG_LIMIT_CTRL
#define LAN9646_PORT7_PRIO0_IG_LIMIT_CTRL 0x7410 |
Definition at line 562 of file lan9646_driver.h.
◆ LAN9646_PORT7_PRIO1_IG_LIMIT_CTRL
#define LAN9646_PORT7_PRIO1_IG_LIMIT_CTRL 0x7411 |
Definition at line 563 of file lan9646_driver.h.
◆ LAN9646_PORT7_PRIO2_IG_LIMIT_CTRL
#define LAN9646_PORT7_PRIO2_IG_LIMIT_CTRL 0x7412 |
Definition at line 564 of file lan9646_driver.h.
◆ LAN9646_PORT7_PRIO3_IG_LIMIT_CTRL
#define LAN9646_PORT7_PRIO3_IG_LIMIT_CTRL 0x7413 |
Definition at line 565 of file lan9646_driver.h.
◆ LAN9646_PORT7_PRIO4_IG_LIMIT_CTRL
#define LAN9646_PORT7_PRIO4_IG_LIMIT_CTRL 0x7414 |
Definition at line 566 of file lan9646_driver.h.
◆ LAN9646_PORT7_PRIO5_IG_LIMIT_CTRL
#define LAN9646_PORT7_PRIO5_IG_LIMIT_CTRL 0x7415 |
Definition at line 567 of file lan9646_driver.h.
◆ LAN9646_PORT7_PRIO6_IG_LIMIT_CTRL
#define LAN9646_PORT7_PRIO6_IG_LIMIT_CTRL 0x7416 |
Definition at line 568 of file lan9646_driver.h.
◆ LAN9646_PORT7_PRIO7_IG_LIMIT_CTRL
#define LAN9646_PORT7_PRIO7_IG_LIMIT_CTRL 0x7417 |
Definition at line 569 of file lan9646_driver.h.
◆ LAN9646_PORT7_PRIO_CTRL
#define LAN9646_PORT7_PRIO_CTRL 0x7801 |
Definition at line 596 of file lan9646_driver.h.
◆ LAN9646_PORT7_PRIO_TO_QUEUE_MAPPING
#define LAN9646_PORT7_PRIO_TO_QUEUE_MAPPING 0x7808 |
Definition at line 600 of file lan9646_driver.h.
◆ LAN9646_PORT7_PTR
#define LAN9646_PORT7_PTR 0x7804 |
Definition at line 599 of file lan9646_driver.h.
◆ LAN9646_PORT7_QUEUE0_EG_LIMIT_CTRL
#define LAN9646_PORT7_QUEUE0_EG_LIMIT_CTRL 0x7420 |
Definition at line 570 of file lan9646_driver.h.
◆ LAN9646_PORT7_QUEUE1_EG_LIMIT_CTRL
#define LAN9646_PORT7_QUEUE1_EG_LIMIT_CTRL 0x7421 |
Definition at line 571 of file lan9646_driver.h.
◆ LAN9646_PORT7_QUEUE2_EG_LIMIT_CTRL
#define LAN9646_PORT7_QUEUE2_EG_LIMIT_CTRL 0x7422 |
Definition at line 572 of file lan9646_driver.h.
◆ LAN9646_PORT7_QUEUE3_EG_LIMIT_CTRL
#define LAN9646_PORT7_QUEUE3_EG_LIMIT_CTRL 0x7423 |
Definition at line 573 of file lan9646_driver.h.
◆ LAN9646_PORT7_SGMII_ADDR
#define LAN9646_PORT7_SGMII_ADDR 0x7200 |
Definition at line 555 of file lan9646_driver.h.
◆ LAN9646_PORT7_SGMII_DATA
#define LAN9646_PORT7_SGMII_DATA 0x7206 |
Definition at line 556 of file lan9646_driver.h.
◆ LAN9646_PORT7_STATUS
#define LAN9646_PORT7_STATUS 0x7030 |
Definition at line 554 of file lan9646_driver.h.
◆ LAN9646_PORT7_TX_QUEUE_CTRL0
#define LAN9646_PORT7_TX_QUEUE_CTRL0 0x7914 |
Definition at line 611 of file lan9646_driver.h.
◆ LAN9646_PORT7_TX_QUEUE_CTRL1
#define LAN9646_PORT7_TX_QUEUE_CTRL1 0x7915 |
Definition at line 612 of file lan9646_driver.h.
◆ LAN9646_PORT7_TX_QUEUE_INDEX
#define LAN9646_PORT7_TX_QUEUE_INDEX 0x7900 |
Definition at line 609 of file lan9646_driver.h.
◆ LAN9646_PORT7_TX_QUEUE_PVID
#define LAN9646_PORT7_TX_QUEUE_PVID 0x7904 |
Definition at line 610 of file lan9646_driver.h.
◆ LAN9646_PORT7_WRED_PKT_MEM_CTRL0
#define LAN9646_PORT7_WRED_PKT_MEM_CTRL0 0x7830 |
Definition at line 604 of file lan9646_driver.h.
◆ LAN9646_PORT7_WRED_PKT_MEM_CTRL1
#define LAN9646_PORT7_WRED_PKT_MEM_CTRL1 0x7834 |
Definition at line 605 of file lan9646_driver.h.
◆ LAN9646_PORT7_WRED_QUEUE_CTRL0
#define LAN9646_PORT7_WRED_QUEUE_CTRL0 0x7840 |
Definition at line 606 of file lan9646_driver.h.
◆ LAN9646_PORT7_WRED_QUEUE_CTRL1
#define LAN9646_PORT7_WRED_QUEUE_CTRL1 0x7844 |
Definition at line 607 of file lan9646_driver.h.
◆ LAN9646_PORT7_WRED_QUEUE_PERF_MON_CTRL
#define LAN9646_PORT7_WRED_QUEUE_PERF_MON_CTRL 0x7848 |
Definition at line 608 of file lan9646_driver.h.
◆ LAN9646_PORT7_XMII_CTRL0
#define LAN9646_PORT7_XMII_CTRL0 0x7300 |
Definition at line 557 of file lan9646_driver.h.
◆ LAN9646_PORT7_XMII_CTRL1
#define LAN9646_PORT7_XMII_CTRL1 0x7301 |
Definition at line 558 of file lan9646_driver.h.
◆ LAN9646_PORT_MASK
#define LAN9646_PORT_MASK 0x6F |
Definition at line 46 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS0
Definition at line 647 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS1
Definition at line 648 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS10
Definition at line 657 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS11
Definition at line 658 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS12
Definition at line 659 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS13
Definition at line 660 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS14
Definition at line 661 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS15
Definition at line 662 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS2
Definition at line 649 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS3
Definition at line 650 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS4
Definition at line 651 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS5
Definition at line 652 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS6
Definition at line 653 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS7
Definition at line 654 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS8
Definition at line 655 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS9
Definition at line 656 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS_CTRL0
Definition at line 665 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS_CTRL0_ACL_INDEX
#define LAN9646_PORTn_ACL_ACCESS_CTRL0_ACL_INDEX 0x0F |
Definition at line 1334 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS_CTRL0_READ
#define LAN9646_PORTn_ACL_ACCESS_CTRL0_READ 0x00 |
Definition at line 1332 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS_CTRL0_READ_STATUS
#define LAN9646_PORTn_ACL_ACCESS_CTRL0_READ_STATUS 0x20 |
Definition at line 1331 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS_CTRL0_WRITE
#define LAN9646_PORTn_ACL_ACCESS_CTRL0_WRITE 0x10 |
Definition at line 1333 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_ACCESS_CTRL0_WRITE_STATUS
#define LAN9646_PORTn_ACL_ACCESS_CTRL0_WRITE_STATUS 0x40 |
Definition at line 1330 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_BYTE_EN_LSB
Definition at line 664 of file lan9646_driver.h.
◆ LAN9646_PORTn_ACL_BYTE_EN_MSB
Definition at line 663 of file lan9646_driver.h.
◆ LAN9646_PORTn_AUTH_CTRL
Definition at line 669 of file lan9646_driver.h.
◆ LAN9646_PORTn_AUTH_CTRL_ACL_EN
#define LAN9646_PORTn_AUTH_CTRL_ACL_EN 0x04 |
Definition at line 1342 of file lan9646_driver.h.
◆ LAN9646_PORTn_AUTH_CTRL_AUTH_MODE
#define LAN9646_PORTn_AUTH_CTRL_AUTH_MODE 0x03 |
Definition at line 1343 of file lan9646_driver.h.
◆ LAN9646_PORTn_AUTH_CTRL_AUTH_MODE_BLOCK
#define LAN9646_PORTn_AUTH_CTRL_AUTH_MODE_BLOCK 0x01 |
Definition at line 1345 of file lan9646_driver.h.
◆ LAN9646_PORTn_AUTH_CTRL_AUTH_MODE_PASS
#define LAN9646_PORTn_AUTH_CTRL_AUTH_MODE_PASS 0x00 |
Definition at line 1344 of file lan9646_driver.h.
◆ LAN9646_PORTn_AUTH_CTRL_AUTH_MODE_TRAP
#define LAN9646_PORTn_AUTH_CTRL_AUTH_MODE_TRAP 0x02 |
Definition at line 1346 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL0
Definition at line 684 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL1
Definition at line 685 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL1_PORT1_VLAN_MEMBERSHIP
#define LAN9646_PORTn_CTRL1_PORT1_VLAN_MEMBERSHIP 0x00000001 |
Definition at line 1359 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL1_PORT2_VLAN_MEMBERSHIP
#define LAN9646_PORTn_CTRL1_PORT2_VLAN_MEMBERSHIP 0x00000002 |
Definition at line 1358 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL1_PORT3_VLAN_MEMBERSHIP
#define LAN9646_PORTn_CTRL1_PORT3_VLAN_MEMBERSHIP 0x00000004 |
Definition at line 1357 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL1_PORT4_VLAN_MEMBERSHIP
#define LAN9646_PORTn_CTRL1_PORT4_VLAN_MEMBERSHIP 0x00000008 |
Definition at line 1356 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL1_PORT6_VLAN_MEMBERSHIP
#define LAN9646_PORTn_CTRL1_PORT6_VLAN_MEMBERSHIP 0x00000020 |
Definition at line 1355 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL1_PORT7_VLAN_MEMBERSHIP
#define LAN9646_PORTn_CTRL1_PORT7_VLAN_MEMBERSHIP 0x00000040 |
Definition at line 1354 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL1_PORT_VLAN_MEMBERSHIP
#define LAN9646_PORTn_CTRL1_PORT_VLAN_MEMBERSHIP 0x0000007F |
Definition at line 1353 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL2
Definition at line 686 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL2_802_1X_EN
#define LAN9646_PORTn_CTRL2_802_1X_EN 0x10 |
Definition at line 1365 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL2_DISCARD_NON_PVID_PKT
#define LAN9646_PORTn_CTRL2_DISCARD_NON_PVID_PKT 0x20 |
Definition at line 1364 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL2_INGRESS_VLAN_FILT
#define LAN9646_PORTn_CTRL2_INGRESS_VLAN_FILT 0x40 |
Definition at line 1363 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL2_NULL_VID_LOOKUP_EN
#define LAN9646_PORTn_CTRL2_NULL_VID_LOOKUP_EN 0x80 |
Definition at line 1362 of file lan9646_driver.h.
◆ LAN9646_PORTn_CTRL2_SELF_ADDR_FILT
#define LAN9646_PORTn_CTRL2_SELF_ADDR_FILT 0x08 |
Definition at line 1366 of file lan9646_driver.h.
◆ LAN9646_PORTn_DEFAULT_TAG0
Definition at line 620 of file lan9646_driver.h.
◆ LAN9646_PORTn_DEFAULT_TAG0_DEI
#define LAN9646_PORTn_DEFAULT_TAG0_DEI 0x10 |
Definition at line 1265 of file lan9646_driver.h.
◆ LAN9646_PORTn_DEFAULT_TAG0_PCP
#define LAN9646_PORTn_DEFAULT_TAG0_PCP 0xE0 |
Definition at line 1264 of file lan9646_driver.h.
◆ LAN9646_PORTn_DEFAULT_TAG0_VID_MSB
#define LAN9646_PORTn_DEFAULT_TAG0_VID_MSB 0x0F |
Definition at line 1266 of file lan9646_driver.h.
◆ LAN9646_PORTn_DEFAULT_TAG1
Definition at line 621 of file lan9646_driver.h.
◆ LAN9646_PORTn_DEFAULT_TAG1_VID_LSB
#define LAN9646_PORTn_DEFAULT_TAG1_VID_LSB 0xFF |
Definition at line 1269 of file lan9646_driver.h.
◆ LAN9646_PORTn_ETH_PHY_REG
Definition at line 689 of file lan9646_driver.h.
◆ LAN9646_PORTn_IG_MAC_CTRL
Definition at line 668 of file lan9646_driver.h.
◆ LAN9646_PORTn_IG_RATE_LIMIT_CTRL
Definition at line 632 of file lan9646_driver.h.
◆ LAN9646_PORTn_INT_MASK
Definition at line 625 of file lan9646_driver.h.
◆ LAN9646_PORTn_INT_MASK_ACL
#define LAN9646_PORTn_INT_MASK_ACL 0x01 |
Definition at line 1279 of file lan9646_driver.h.
◆ LAN9646_PORTn_INT_MASK_PHY
#define LAN9646_PORTn_INT_MASK_PHY 0x02 |
Definition at line 1278 of file lan9646_driver.h.
◆ LAN9646_PORTn_INT_MASK_SGMII_AN_DONE
#define LAN9646_PORTn_INT_MASK_SGMII_AN_DONE 0x08 |
Definition at line 1277 of file lan9646_driver.h.
◆ LAN9646_PORTn_INT_STATUS
Definition at line 624 of file lan9646_driver.h.
◆ LAN9646_PORTn_INT_STATUS_ACL
#define LAN9646_PORTn_INT_STATUS_ACL 0x01 |
Definition at line 1274 of file lan9646_driver.h.
◆ LAN9646_PORTn_INT_STATUS_PHY
#define LAN9646_PORTn_INT_STATUS_PHY 0x02 |
Definition at line 1273 of file lan9646_driver.h.
◆ LAN9646_PORTn_INT_STATUS_SGMII_AN_DONE
#define LAN9646_PORTn_INT_STATUS_SGMII_AN_DONE 0x08 |
Definition at line 1272 of file lan9646_driver.h.
◆ LAN9646_PORTn_MAC_CTRL0
Definition at line 630 of file lan9646_driver.h.
◆ LAN9646_PORTn_MAC_CTRL0_BCAST_STORM_PROTECT_EN
#define LAN9646_PORTn_MAC_CTRL0_BCAST_STORM_PROTECT_EN 0x02 |
Definition at line 1313 of file lan9646_driver.h.
◆ LAN9646_PORTn_MAC_CTRL1
Definition at line 631 of file lan9646_driver.h.
◆ LAN9646_PORTn_MAC_CTRL1_BACK_PRESSURE_EN
#define LAN9646_PORTn_MAC_CTRL1_BACK_PRESSURE_EN 0x08 |
Definition at line 1316 of file lan9646_driver.h.
◆ LAN9646_PORTn_MAC_CTRL1_PASS_ALL_FRAMES
#define LAN9646_PORTn_MAC_CTRL1_PASS_ALL_FRAMES 0x01 |
Definition at line 1317 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIB_CTRL_STAT
Definition at line 645 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIB_CTRL_STAT_MIB_COUNTER_OVERFLOW
#define LAN9646_PORTn_MIB_CTRL_STAT_MIB_COUNTER_OVERFLOW 0x80000000 |
Definition at line 1320 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIB_CTRL_STAT_MIB_COUNTER_VALUE_35_32
#define LAN9646_PORTn_MIB_CTRL_STAT_MIB_COUNTER_VALUE_35_32 0x0000000F |
Definition at line 1324 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIB_CTRL_STAT_MIB_FLUSH_FREEZE
#define LAN9646_PORTn_MIB_CTRL_STAT_MIB_FLUSH_FREEZE 0x01000000 |
Definition at line 1322 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIB_CTRL_STAT_MIB_INDEX
#define LAN9646_PORTn_MIB_CTRL_STAT_MIB_INDEX 0x00FF0000 |
Definition at line 1323 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIB_CTRL_STAT_MIB_READ
#define LAN9646_PORTn_MIB_CTRL_STAT_MIB_READ 0x02000000 |
Definition at line 1321 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIB_DATA
Definition at line 646 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIB_DATA_MIB_COUNTER_VALUE_31_0
#define LAN9646_PORTn_MIB_DATA_MIB_COUNTER_VALUE_31_0 0xFFFFFFFF |
Definition at line 1327 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIRRORING_CTRL
Definition at line 666 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIRRORING_CTRL_RECEIVE_SNIFF
#define LAN9646_PORTn_MIRRORING_CTRL_RECEIVE_SNIFF 0x40 |
Definition at line 1337 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIRRORING_CTRL_SNIFFER_PORT
#define LAN9646_PORTn_MIRRORING_CTRL_SNIFFER_PORT 0x02 |
Definition at line 1339 of file lan9646_driver.h.
◆ LAN9646_PORTn_MIRRORING_CTRL_TRANSMIT_SNIFF
#define LAN9646_PORTn_MIRRORING_CTRL_TRANSMIT_SNIFF 0x20 |
Definition at line 1338 of file lan9646_driver.h.
◆ LAN9646_PORTn_MSTP_PTR
Definition at line 687 of file lan9646_driver.h.
◆ LAN9646_PORTn_MSTP_PTR_MSTP_PTR
#define LAN9646_PORTn_MSTP_PTR_MSTP_PTR 0x07 |
Definition at line 1369 of file lan9646_driver.h.
◆ LAN9646_PORTn_MSTP_STATE
Definition at line 688 of file lan9646_driver.h.
◆ LAN9646_PORTn_MSTP_STATE_LEARNING_DIS
#define LAN9646_PORTn_MSTP_STATE_LEARNING_DIS 0x01 |
Definition at line 1374 of file lan9646_driver.h.
◆ LAN9646_PORTn_MSTP_STATE_RECEIVE_EN
#define LAN9646_PORTn_MSTP_STATE_RECEIVE_EN 0x02 |
Definition at line 1373 of file lan9646_driver.h.
◆ LAN9646_PORTn_MSTP_STATE_TRANSMIT_EN
#define LAN9646_PORTn_MSTP_STATE_TRANSMIT_EN 0x04 |
Definition at line 1372 of file lan9646_driver.h.
◆ LAN9646_PORTn_OP_CTRL0
Definition at line 626 of file lan9646_driver.h.
◆ LAN9646_PORTn_OP_CTRL0_LOCAL_LOOPBACK
#define LAN9646_PORTn_OP_CTRL0_LOCAL_LOOPBACK 0x80 |
Definition at line 1282 of file lan9646_driver.h.
◆ LAN9646_PORTn_OP_CTRL0_REMOTE_LOOPBACK
#define LAN9646_PORTn_OP_CTRL0_REMOTE_LOOPBACK 0x40 |
Definition at line 1283 of file lan9646_driver.h.
◆ LAN9646_PORTn_OP_CTRL0_TAIL_TAG_EN
#define LAN9646_PORTn_OP_CTRL0_TAIL_TAG_EN 0x04 |
Definition at line 1284 of file lan9646_driver.h.
◆ LAN9646_PORTn_OP_CTRL0_TX_QUEUE_SPLIT_EN
#define LAN9646_PORTn_OP_CTRL0_TX_QUEUE_SPLIT_EN 0x03 |
Definition at line 1285 of file lan9646_driver.h.
◆ LAN9646_PORTn_PME_WOL_EN
Definition at line 623 of file lan9646_driver.h.
◆ LAN9646_PORTn_PME_WOL_EVENT
Definition at line 622 of file lan9646_driver.h.
◆ LAN9646_PORTn_POLICE_CTRL
Definition at line 672 of file lan9646_driver.h.
◆ LAN9646_PORTn_POLICE_QUEUE_BURST_SIZE
Definition at line 674 of file lan9646_driver.h.
◆ LAN9646_PORTn_POLICE_QUEUE_RATE
Definition at line 673 of file lan9646_driver.h.
◆ LAN9646_PORTn_PRIO0_IG_LIMIT_CTRL
Definition at line 633 of file lan9646_driver.h.
◆ LAN9646_PORTn_PRIO1_IG_LIMIT_CTRL
Definition at line 634 of file lan9646_driver.h.
◆ LAN9646_PORTn_PRIO2_IG_LIMIT_CTRL
Definition at line 635 of file lan9646_driver.h.
◆ LAN9646_PORTn_PRIO3_IG_LIMIT_CTRL
Definition at line 636 of file lan9646_driver.h.
◆ LAN9646_PORTn_PRIO4_IG_LIMIT_CTRL
Definition at line 637 of file lan9646_driver.h.
◆ LAN9646_PORTn_PRIO5_IG_LIMIT_CTRL
Definition at line 638 of file lan9646_driver.h.
◆ LAN9646_PORTn_PRIO6_IG_LIMIT_CTRL
Definition at line 639 of file lan9646_driver.h.
◆ LAN9646_PORTn_PRIO7_IG_LIMIT_CTRL
Definition at line 640 of file lan9646_driver.h.
◆ LAN9646_PORTn_PRIO_CTRL
Definition at line 667 of file lan9646_driver.h.
◆ LAN9646_PORTn_PRIO_TO_QUEUE_MAPPING
Definition at line 671 of file lan9646_driver.h.
◆ LAN9646_PORTn_PTR
Definition at line 670 of file lan9646_driver.h.
◆ LAN9646_PORTn_PTR_PORT_INDEX
#define LAN9646_PORTn_PTR_PORT_INDEX 0x00070000 |
Definition at line 1349 of file lan9646_driver.h.
◆ LAN9646_PORTn_PTR_QUEUE_PTR
#define LAN9646_PORTn_PTR_QUEUE_PTR 0x00000003 |
Definition at line 1350 of file lan9646_driver.h.
◆ LAN9646_PORTn_QUEUE0_EG_LIMIT_CTRL
Definition at line 641 of file lan9646_driver.h.
◆ LAN9646_PORTn_QUEUE1_EG_LIMIT_CTRL
Definition at line 642 of file lan9646_driver.h.
◆ LAN9646_PORTn_QUEUE2_EG_LIMIT_CTRL
Definition at line 643 of file lan9646_driver.h.
◆ LAN9646_PORTn_QUEUE3_EG_LIMIT_CTRL
Definition at line 644 of file lan9646_driver.h.
◆ LAN9646_PORTn_STATUS
Definition at line 627 of file lan9646_driver.h.
◆ LAN9646_PORTn_STATUS_DUPLEX
#define LAN9646_PORTn_STATUS_DUPLEX 0x04 |
Definition at line 1292 of file lan9646_driver.h.
◆ LAN9646_PORTn_STATUS_RX_FLOW_CTRL_EN
#define LAN9646_PORTn_STATUS_RX_FLOW_CTRL_EN 0x01 |
Definition at line 1294 of file lan9646_driver.h.
◆ LAN9646_PORTn_STATUS_SPEED
#define LAN9646_PORTn_STATUS_SPEED 0x18 |
Definition at line 1288 of file lan9646_driver.h.
◆ LAN9646_PORTn_STATUS_SPEED_1000MBPS
#define LAN9646_PORTn_STATUS_SPEED_1000MBPS 0x10 |
Definition at line 1291 of file lan9646_driver.h.
◆ LAN9646_PORTn_STATUS_SPEED_100MBPS
#define LAN9646_PORTn_STATUS_SPEED_100MBPS 0x08 |
Definition at line 1290 of file lan9646_driver.h.
◆ LAN9646_PORTn_STATUS_SPEED_10MBPS
#define LAN9646_PORTn_STATUS_SPEED_10MBPS 0x00 |
Definition at line 1289 of file lan9646_driver.h.
◆ LAN9646_PORTn_STATUS_TX_FLOW_CTRL_EN
#define LAN9646_PORTn_STATUS_TX_FLOW_CTRL_EN 0x02 |
Definition at line 1293 of file lan9646_driver.h.
◆ LAN9646_PORTn_TX_QUEUE_CTRL0
Definition at line 682 of file lan9646_driver.h.
◆ LAN9646_PORTn_TX_QUEUE_CTRL1
Definition at line 683 of file lan9646_driver.h.
◆ LAN9646_PORTn_TX_QUEUE_INDEX
Definition at line 680 of file lan9646_driver.h.
◆ LAN9646_PORTn_TX_QUEUE_PVID
Definition at line 681 of file lan9646_driver.h.
◆ LAN9646_PORTn_WRED_PKT_MEM_CTRL0
Definition at line 675 of file lan9646_driver.h.
◆ LAN9646_PORTn_WRED_PKT_MEM_CTRL1
Definition at line 676 of file lan9646_driver.h.
◆ LAN9646_PORTn_WRED_QUEUE_CTRL0
Definition at line 677 of file lan9646_driver.h.
◆ LAN9646_PORTn_WRED_QUEUE_CTRL1
Definition at line 678 of file lan9646_driver.h.
◆ LAN9646_PORTn_WRED_QUEUE_PERF_MON_CTRL
Definition at line 679 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL0
Definition at line 628 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL0_DUPLEX
#define LAN9646_PORTn_XMII_CTRL0_DUPLEX 0x40 |
Definition at line 1297 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL0_RX_FLOW_CTRL_EN
#define LAN9646_PORTn_XMII_CTRL0_RX_FLOW_CTRL_EN 0x08 |
Definition at line 1300 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL0_SPEED_10_100
#define LAN9646_PORTn_XMII_CTRL0_SPEED_10_100 0x10 |
Definition at line 1299 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL0_TX_FLOW_CTRL_EN
#define LAN9646_PORTn_XMII_CTRL0_TX_FLOW_CTRL_EN 0x20 |
Definition at line 1298 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL1
Definition at line 629 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL1_IF_TYPE
#define LAN9646_PORTn_XMII_CTRL1_IF_TYPE 0x03 |
Definition at line 1307 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL1_IF_TYPE_MII
#define LAN9646_PORTn_XMII_CTRL1_IF_TYPE_MII 0x03 |
Definition at line 1310 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL1_IF_TYPE_RGMII
#define LAN9646_PORTn_XMII_CTRL1_IF_TYPE_RGMII 0x00 |
Definition at line 1308 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL1_IF_TYPE_RMII
#define LAN9646_PORTn_XMII_CTRL1_IF_TYPE_RMII 0x01 |
Definition at line 1309 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL1_MII_RMII_MODE
#define LAN9646_PORTn_XMII_CTRL1_MII_RMII_MODE 0x04 |
Definition at line 1306 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL1_RGMII_ID_EG
#define LAN9646_PORTn_XMII_CTRL1_RGMII_ID_EG 0x08 |
Definition at line 1305 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL1_RGMII_ID_IG
#define LAN9646_PORTn_XMII_CTRL1_RGMII_ID_IG 0x10 |
Definition at line 1304 of file lan9646_driver.h.
◆ LAN9646_PORTn_XMII_CTRL1_SPEED_1000
#define LAN9646_PORTn_XMII_CTRL1_SPEED_1000 0x40 |
Definition at line 1303 of file lan9646_driver.h.
◆ LAN9646_PWR_DOWN_CTRL0
#define LAN9646_PWR_DOWN_CTRL0 0x0201 |
Definition at line 122 of file lan9646_driver.h.
◆ LAN9646_PWR_DOWN_CTRL0_PLL_PWR_DOWN
#define LAN9646_PWR_DOWN_CTRL0_PLL_PWR_DOWN 0x20 |
Definition at line 973 of file lan9646_driver.h.
◆ LAN9646_PWR_DOWN_CTRL0_PWR_MGMT_MODE
#define LAN9646_PWR_DOWN_CTRL0_PWR_MGMT_MODE 0x18 |
Definition at line 974 of file lan9646_driver.h.
◆ LAN9646_PWR_DOWN_CTRL0_PWR_MGMT_MODE_EDPD
#define LAN9646_PWR_DOWN_CTRL0_PWR_MGMT_MODE_EDPD 0x08 |
Definition at line 976 of file lan9646_driver.h.
◆ LAN9646_PWR_DOWN_CTRL0_PWR_MGMT_MODE_NORMAL
#define LAN9646_PWR_DOWN_CTRL0_PWR_MGMT_MODE_NORMAL 0x00 |
Definition at line 975 of file lan9646_driver.h.
◆ LAN9646_PWR_DOWN_CTRL0_PWR_MGMT_MODE_SOFT_PWR_DOWN
#define LAN9646_PWR_DOWN_CTRL0_PWR_MGMT_MODE_SOFT_PWR_DOWN 0x10 |
Definition at line 977 of file lan9646_driver.h.
◆ LAN9646_QUEUE_MGMT_CTRL0
#define LAN9646_QUEUE_MGMT_CTRL0 0x0390 |
Definition at line 191 of file lan9646_driver.h.
◆ LAN9646_QUEUE_MGMT_CTRL0_PRIORITY_2Q
#define LAN9646_QUEUE_MGMT_CTRL0_PRIORITY_2Q 0x000000C0 |
Definition at line 1138 of file lan9646_driver.h.
◆ LAN9646_QUEUE_MGMT_CTRL0_UNICAST_PORT_VLAN_DISCARD
#define LAN9646_QUEUE_MGMT_CTRL0_UNICAST_PORT_VLAN_DISCARD 0x00000002 |
Definition at line 1139 of file lan9646_driver.h.
◆ LAN9646_RES_MCAST_TABLE_ENTRY2
#define LAN9646_RES_MCAST_TABLE_ENTRY2 0x0424 |
Definition at line 205 of file lan9646_driver.h.
◆ LAN9646_RES_MCAST_TABLE_ENTRY2_PORT1_FORWARD
#define LAN9646_RES_MCAST_TABLE_ENTRY2_PORT1_FORWARD 0x00000001 |
Definition at line 1261 of file lan9646_driver.h.
◆ LAN9646_RES_MCAST_TABLE_ENTRY2_PORT2_FORWARD
#define LAN9646_RES_MCAST_TABLE_ENTRY2_PORT2_FORWARD 0x00000002 |
Definition at line 1260 of file lan9646_driver.h.
◆ LAN9646_RES_MCAST_TABLE_ENTRY2_PORT3_FORWARD
#define LAN9646_RES_MCAST_TABLE_ENTRY2_PORT3_FORWARD 0x00000004 |
Definition at line 1259 of file lan9646_driver.h.
◆ LAN9646_RES_MCAST_TABLE_ENTRY2_PORT4_FORWARD
#define LAN9646_RES_MCAST_TABLE_ENTRY2_PORT4_FORWARD 0x00000008 |
Definition at line 1258 of file lan9646_driver.h.
◆ LAN9646_RES_MCAST_TABLE_ENTRY2_PORT6_FORWARD
#define LAN9646_RES_MCAST_TABLE_ENTRY2_PORT6_FORWARD 0x00000020 |
Definition at line 1257 of file lan9646_driver.h.
◆ LAN9646_RES_MCAST_TABLE_ENTRY2_PORT7_FORWARD
#define LAN9646_RES_MCAST_TABLE_ENTRY2_PORT7_FORWARD 0x00000040 |
Definition at line 1256 of file lan9646_driver.h.
◆ LAN9646_RES_MCAST_TABLE_ENTRY2_PORT_FORWARD
#define LAN9646_RES_MCAST_TABLE_ENTRY2_PORT_FORWARD 0x0000007F |
Definition at line 1255 of file lan9646_driver.h.
◆ LAN9646_RLB
#define LAN9646_RLB 0x11 |
Definition at line 93 of file lan9646_driver.h.
◆ LAN9646_RLB_REMOTE_LOOPBACK
#define LAN9646_RLB_REMOTE_LOOPBACK 0x0100 |
Definition at line 803 of file lan9646_driver.h.
◆ LAN9646_RXERCTR
#define LAN9646_RXERCTR 0x15 |
Definition at line 96 of file lan9646_driver.h.
◆ LAN9646_SERIAL_IO_CTRL
#define LAN9646_SERIAL_IO_CTRL 0x0100 |
Definition at line 115 of file lan9646_driver.h.
◆ LAN9646_SERIAL_IO_CTRL_AUTO_SPI_DATA_OUT_EDGE_SEL
#define LAN9646_SERIAL_IO_CTRL_AUTO_SPI_DATA_OUT_EDGE_SEL 0x02 |
Definition at line 904 of file lan9646_driver.h.
◆ LAN9646_SERIAL_IO_CTRL_MIIM_PREAMBLE_SUPPR
#define LAN9646_SERIAL_IO_CTRL_MIIM_PREAMBLE_SUPPR 0x04 |
Definition at line 903 of file lan9646_driver.h.
◆ LAN9646_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL
#define LAN9646_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL 0x01 |
Definition at line 905 of file lan9646_driver.h.
◆ LAN9646_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL_FALLING
#define LAN9646_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL_FALLING 0x00 |
Definition at line 906 of file lan9646_driver.h.
◆ LAN9646_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL_RISING
#define LAN9646_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL_RISING 0x01 |
Definition at line 907 of file lan9646_driver.h.
◆ LAN9646_SPI_CMD_ADDR
#define LAN9646_SPI_CMD_ADDR 0x001FFFE0 |
Definition at line 57 of file lan9646_driver.h.
◆ LAN9646_SPI_CMD_READ
#define LAN9646_SPI_CMD_READ 0x60000000 |
Definition at line 56 of file lan9646_driver.h.
◆ LAN9646_SPI_CMD_WRITE
#define LAN9646_SPI_CMD_WRITE 0x40000000 |
Definition at line 55 of file lan9646_driver.h.
◆ LAN9646_STATIC_MAC_TABLE_SIZE
#define LAN9646_STATIC_MAC_TABLE_SIZE 16 |
Definition at line 60 of file lan9646_driver.h.
◆ LAN9646_STATIC_MCAST_TABLE_CTRL
#define LAN9646_STATIC_MCAST_TABLE_CTRL 0x041C |
Definition at line 200 of file lan9646_driver.h.
◆ LAN9646_STATIC_MCAST_TABLE_CTRL_ACTION
#define LAN9646_STATIC_MCAST_TABLE_CTRL_ACTION 0x00000001 |
Definition at line 1200 of file lan9646_driver.h.
◆ LAN9646_STATIC_MCAST_TABLE_CTRL_ACTION_READ
#define LAN9646_STATIC_MCAST_TABLE_CTRL_ACTION_READ 0x00000000 |
Definition at line 1201 of file lan9646_driver.h.
◆ LAN9646_STATIC_MCAST_TABLE_CTRL_ACTION_WRITE
#define LAN9646_STATIC_MCAST_TABLE_CTRL_ACTION_WRITE 0x00000001 |
Definition at line 1202 of file lan9646_driver.h.
◆ LAN9646_STATIC_MCAST_TABLE_CTRL_START_FINISH
#define LAN9646_STATIC_MCAST_TABLE_CTRL_START_FINISH 0x00000080 |
Definition at line 1198 of file lan9646_driver.h.
◆ LAN9646_STATIC_MCAST_TABLE_CTRL_TABLE_INDEX
#define LAN9646_STATIC_MCAST_TABLE_CTRL_TABLE_INDEX 0x003F0000 |
Definition at line 1197 of file lan9646_driver.h.
◆ LAN9646_STATIC_MCAST_TABLE_CTRL_TABLE_SELECT
#define LAN9646_STATIC_MCAST_TABLE_CTRL_TABLE_SELECT 0x00000002 |
Definition at line 1199 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY1
#define LAN9646_STATIC_TABLE_ENTRY1 0x0420 |
Definition at line 202 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY1_DES_FILTER
#define LAN9646_STATIC_TABLE_ENTRY1_DES_FILTER 0x20000000 |
Definition at line 1232 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY1_MSTP
#define LAN9646_STATIC_TABLE_ENTRY1_MSTP 0x00000007 |
Definition at line 1234 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY1_PRIORITY
#define LAN9646_STATIC_TABLE_ENTRY1_PRIORITY 0x1C000000 |
Definition at line 1233 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY1_SRC_FILTER
#define LAN9646_STATIC_TABLE_ENTRY1_SRC_FILTER 0x40000000 |
Definition at line 1231 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY1_VALID
#define LAN9646_STATIC_TABLE_ENTRY1_VALID 0x80000000 |
Definition at line 1230 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY2
#define LAN9646_STATIC_TABLE_ENTRY2 0x0424 |
Definition at line 204 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY2_OVERRIDE
#define LAN9646_STATIC_TABLE_ENTRY2_OVERRIDE 0x80000000 |
Definition at line 1237 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY2_PORT1_FORWARD
#define LAN9646_STATIC_TABLE_ENTRY2_PORT1_FORWARD 0x00000001 |
Definition at line 1245 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY2_PORT2_FORWARD
#define LAN9646_STATIC_TABLE_ENTRY2_PORT2_FORWARD 0x00000002 |
Definition at line 1244 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY2_PORT3_FORWARD
#define LAN9646_STATIC_TABLE_ENTRY2_PORT3_FORWARD 0x00000004 |
Definition at line 1243 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY2_PORT4_FORWARD
#define LAN9646_STATIC_TABLE_ENTRY2_PORT4_FORWARD 0x00000008 |
Definition at line 1242 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY2_PORT6_FORWARD
#define LAN9646_STATIC_TABLE_ENTRY2_PORT6_FORWARD 0x00000020 |
Definition at line 1241 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY2_PORT7_FORWARD
#define LAN9646_STATIC_TABLE_ENTRY2_PORT7_FORWARD 0x00000040 |
Definition at line 1240 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY2_PORT_FORWARD
#define LAN9646_STATIC_TABLE_ENTRY2_PORT_FORWARD 0x0000007F |
Definition at line 1239 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY2_USE_FID
#define LAN9646_STATIC_TABLE_ENTRY2_USE_FID 0x40000000 |
Definition at line 1238 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY3
#define LAN9646_STATIC_TABLE_ENTRY3 0x0428 |
Definition at line 207 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY3_FID
#define LAN9646_STATIC_TABLE_ENTRY3_FID 0x007F0000 |
Definition at line 1248 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY3_MAC_ADDR_MSB
#define LAN9646_STATIC_TABLE_ENTRY3_MAC_ADDR_MSB 0x0000FFFF |
Definition at line 1249 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY4
#define LAN9646_STATIC_TABLE_ENTRY4 0x042C |
Definition at line 209 of file lan9646_driver.h.
◆ LAN9646_STATIC_TABLE_ENTRY4_MAC_ADDR_LSB
#define LAN9646_STATIC_TABLE_ENTRY4_MAC_ADDR_LSB 0xFFFFFFFF |
Definition at line 1252 of file lan9646_driver.h.
◆ LAN9646_SWITCH_ISP_TPID
#define LAN9646_SWITCH_ISP_TPID 0x030A |
Definition at line 132 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL0
#define LAN9646_SWITCH_LUE_CTRL0 0x0310 |
Definition at line 133 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL0_AGE_COUNT
#define LAN9646_SWITCH_LUE_CTRL0_AGE_COUNT 0x38 |
Definition at line 1004 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL0_AGE_COUNT_DEFAULT
#define LAN9646_SWITCH_LUE_CTRL0_AGE_COUNT_DEFAULT 0x20 |
Definition at line 1005 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL0_DROP_INVALID_VID
#define LAN9646_SWITCH_LUE_CTRL0_DROP_INVALID_VID 0x40 |
Definition at line 1003 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL0_HASH_OPTION
#define LAN9646_SWITCH_LUE_CTRL0_HASH_OPTION 0x03 |
Definition at line 1007 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL0_HASH_OPTION_CRC
#define LAN9646_SWITCH_LUE_CTRL0_HASH_OPTION_CRC 0x01 |
Definition at line 1009 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL0_HASH_OPTION_NONE
#define LAN9646_SWITCH_LUE_CTRL0_HASH_OPTION_NONE 0x00 |
Definition at line 1008 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL0_HASH_OPTION_XOR
#define LAN9646_SWITCH_LUE_CTRL0_HASH_OPTION_XOR 0x02 |
Definition at line 1010 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL0_RESERVED_MCAST_LOOKUP_EN
#define LAN9646_SWITCH_LUE_CTRL0_RESERVED_MCAST_LOOKUP_EN 0x04 |
Definition at line 1006 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL0_VLAN_EN
#define LAN9646_SWITCH_LUE_CTRL0_VLAN_EN 0x80 |
Definition at line 1002 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL1
#define LAN9646_SWITCH_LUE_CTRL1 0x0311 |
Definition at line 134 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL1_AGING_EN
#define LAN9646_SWITCH_LUE_CTRL1_AGING_EN 0x04 |
Definition at line 1018 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL1_FAST_AGING
#define LAN9646_SWITCH_LUE_CTRL1_FAST_AGING 0x02 |
Definition at line 1019 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL1_FLUSH_ALU_TABLE
#define LAN9646_SWITCH_LUE_CTRL1_FLUSH_ALU_TABLE 0x20 |
Definition at line 1015 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL1_FLUSH_MSTP_ENTRIES
#define LAN9646_SWITCH_LUE_CTRL1_FLUSH_MSTP_ENTRIES 0x10 |
Definition at line 1016 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL1_LINK_DOWN_FLUSH
#define LAN9646_SWITCH_LUE_CTRL1_LINK_DOWN_FLUSH 0x01 |
Definition at line 1020 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL1_MCAST_SRC_ADDR_FILT
#define LAN9646_SWITCH_LUE_CTRL1_MCAST_SRC_ADDR_FILT 0x08 |
Definition at line 1017 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL1_SELF_ADDR_FILT
#define LAN9646_SWITCH_LUE_CTRL1_SELF_ADDR_FILT 0x40 |
Definition at line 1014 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL1_UNICAST_LEARNING_DIS
#define LAN9646_SWITCH_LUE_CTRL1_UNICAST_LEARNING_DIS 0x80 |
Definition at line 1013 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL2
#define LAN9646_SWITCH_LUE_CTRL2 0x0312 |
Definition at line 135 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL2_DOUBLE_TAG_MCAST_TRAP
#define LAN9646_SWITCH_LUE_CTRL2_DOUBLE_TAG_MCAST_TRAP 0x40 |
Definition at line 1023 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL2_DYNAMIC_ENTRY_EG_VLAN_FILT
#define LAN9646_SWITCH_LUE_CTRL2_DYNAMIC_ENTRY_EG_VLAN_FILT 0x20 |
Definition at line 1024 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL2_FLUSH_OPTION
#define LAN9646_SWITCH_LUE_CTRL2_FLUSH_OPTION 0x0C |
Definition at line 1026 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL2_FLUSH_OPTION_BOTH
#define LAN9646_SWITCH_LUE_CTRL2_FLUSH_OPTION_BOTH 0x0C |
Definition at line 1030 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL2_FLUSH_OPTION_DYNAMIC
#define LAN9646_SWITCH_LUE_CTRL2_FLUSH_OPTION_DYNAMIC 0x04 |
Definition at line 1028 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL2_FLUSH_OPTION_NONE
#define LAN9646_SWITCH_LUE_CTRL2_FLUSH_OPTION_NONE 0x00 |
Definition at line 1027 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL2_FLUSH_OPTION_STATIC
#define LAN9646_SWITCH_LUE_CTRL2_FLUSH_OPTION_STATIC 0x08 |
Definition at line 1029 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL2_MAC_ADDR_PRIORITY
#define LAN9646_SWITCH_LUE_CTRL2_MAC_ADDR_PRIORITY 0x03 |
Definition at line 1031 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL2_STATIC_ENTRY_EG_VLAN_FILT
#define LAN9646_SWITCH_LUE_CTRL2_STATIC_ENTRY_EG_VLAN_FILT 0x10 |
Definition at line 1025 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL3
#define LAN9646_SWITCH_LUE_CTRL3 0x0313 |
Definition at line 136 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL3_AGE_PERIOD
#define LAN9646_SWITCH_LUE_CTRL3_AGE_PERIOD 0xFF |
Definition at line 1034 of file lan9646_driver.h.
◆ LAN9646_SWITCH_LUE_CTRL3_AGE_PERIOD_DEFAULT
#define LAN9646_SWITCH_LUE_CTRL3_AGE_PERIOD_DEFAULT 0x4B |
Definition at line 1035 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_ADDR0
#define LAN9646_SWITCH_MAC_ADDR0 0x0302 |
Definition at line 125 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_ADDR1
#define LAN9646_SWITCH_MAC_ADDR1 0x0303 |
Definition at line 126 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_ADDR2
#define LAN9646_SWITCH_MAC_ADDR2 0x0304 |
Definition at line 127 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_ADDR3
#define LAN9646_SWITCH_MAC_ADDR3 0x0305 |
Definition at line 128 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_ADDR4
#define LAN9646_SWITCH_MAC_ADDR4 0x0306 |
Definition at line 129 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_ADDR5
#define LAN9646_SWITCH_MAC_ADDR5 0x0307 |
Definition at line 130 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL0
#define LAN9646_SWITCH_MAC_CTRL0 0x0330 |
Definition at line 145 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL0_AGGRESSIVE_BACK_OFF_EN
#define LAN9646_SWITCH_MAC_CTRL0_AGGRESSIVE_BACK_OFF_EN 0x01 |
Definition at line 1094 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL0_ALT_BACK_OFF_MODE
#define LAN9646_SWITCH_MAC_CTRL0_ALT_BACK_OFF_MODE 0x80 |
Definition at line 1091 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL0_FLOW_CTRL_PKT_DROP_MODE
#define LAN9646_SWITCH_MAC_CTRL0_FLOW_CTRL_PKT_DROP_MODE 0x02 |
Definition at line 1093 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL0_FRAME_LEN_CHECK_EN
#define LAN9646_SWITCH_MAC_CTRL0_FRAME_LEN_CHECK_EN 0x08 |
Definition at line 1092 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL1
#define LAN9646_SWITCH_MAC_CTRL1 0x0331 |
Definition at line 146 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL1_BACK_PRESSURE_MODE
#define LAN9646_SWITCH_MAC_CTRL1_BACK_PRESSURE_MODE 0x20 |
Definition at line 1098 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL1_FLOW_CTRL_FAIR_MODE
#define LAN9646_SWITCH_MAC_CTRL1_FLOW_CTRL_FAIR_MODE 0x10 |
Definition at line 1099 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL1_JUMBO_PKT_SUPPORT
#define LAN9646_SWITCH_MAC_CTRL1_JUMBO_PKT_SUPPORT 0x04 |
Definition at line 1101 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL1_MAX_PKT_SIZE_CHECK_DIS
#define LAN9646_SWITCH_MAC_CTRL1_MAX_PKT_SIZE_CHECK_DIS 0x02 |
Definition at line 1102 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL1_MCAST_STORM_PROTECT_DIS
#define LAN9646_SWITCH_MAC_CTRL1_MCAST_STORM_PROTECT_DIS 0x40 |
Definition at line 1097 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL1_NO_EXCESSIVE_COL_DROP
#define LAN9646_SWITCH_MAC_CTRL1_NO_EXCESSIVE_COL_DROP 0x08 |
Definition at line 1100 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL1_PASS_SHORT_PKT
#define LAN9646_SWITCH_MAC_CTRL1_PASS_SHORT_PKT 0x01 |
Definition at line 1103 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL2
#define LAN9646_SWITCH_MAC_CTRL2 0x0332 |
Definition at line 147 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL2_BCAST_STORM_PROTECT_RATE_MSB
#define LAN9646_SWITCH_MAC_CTRL2_BCAST_STORM_PROTECT_RATE_MSB 0x07 |
Definition at line 1107 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL2_NULL_VID_REPLACEMENT
#define LAN9646_SWITCH_MAC_CTRL2_NULL_VID_REPLACEMENT 0x08 |
Definition at line 1106 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL3
#define LAN9646_SWITCH_MAC_CTRL3 0x0333 |
Definition at line 148 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL3_BCAST_STORM_PROTECT_RATE_LSB
#define LAN9646_SWITCH_MAC_CTRL3_BCAST_STORM_PROTECT_RATE_LSB 0xFF |
Definition at line 1110 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL4
#define LAN9646_SWITCH_MAC_CTRL4 0x0334 |
Definition at line 149 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL4_PASS_FLOW_CTRL_PKT
#define LAN9646_SWITCH_MAC_CTRL4_PASS_FLOW_CTRL_PKT 0x01 |
Definition at line 1113 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL5
#define LAN9646_SWITCH_MAC_CTRL5 0x0335 |
Definition at line 150 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD
#define LAN9646_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD 0x30 |
Definition at line 1116 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_16MS
#define LAN9646_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_16MS 0x00 |
Definition at line 1117 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_256MS
#define LAN9646_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_256MS 0x20 |
Definition at line 1119 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_64MS
#define LAN9646_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_64MS 0x10 |
Definition at line 1118 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MAC_CTRL5_QUEUE_BASED_EG_RATE_LIMITE_EN
#define LAN9646_SWITCH_MAC_CTRL5_QUEUE_BASED_EG_RATE_LIMITE_EN 0x08 |
Definition at line 1120 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MIB_CTRL
#define LAN9646_SWITCH_MIB_CTRL 0x0336 |
Definition at line 151 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MIB_CTRL_FLUSH
#define LAN9646_SWITCH_MIB_CTRL_FLUSH 0x80 |
Definition at line 1123 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MIB_CTRL_FREEZE
#define LAN9646_SWITCH_MIB_CTRL_FREEZE 0x40 |
Definition at line 1124 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MTU
#define LAN9646_SWITCH_MTU 0x0308 |
Definition at line 131 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MTU_MTU
#define LAN9646_SWITCH_MTU_MTU 0x3FFF |
Definition at line 998 of file lan9646_driver.h.
◆ LAN9646_SWITCH_MTU_MTU_DEFAULT
#define LAN9646_SWITCH_MTU_MTU_DEFAULT 0x07D0 |
Definition at line 999 of file lan9646_driver.h.
◆ LAN9646_SWITCH_OP
#define LAN9646_SWITCH_OP 0x0300 |
Definition at line 124 of file lan9646_driver.h.
◆ LAN9646_SWITCH_OP_DOUBLE_TAG_EN
#define LAN9646_SWITCH_OP_DOUBLE_TAG_EN 0x80 |
Definition at line 993 of file lan9646_driver.h.
◆ LAN9646_SWITCH_OP_SOFT_HARD_RESET
#define LAN9646_SWITCH_OP_SOFT_HARD_RESET 0x02 |
Definition at line 994 of file lan9646_driver.h.
◆ LAN9646_SWITCH_OP_START_SWITCH
#define LAN9646_SWITCH_OP_START_SWITCH 0x01 |
Definition at line 995 of file lan9646_driver.h.
◆ LAN9646_TAIL_TAG_DEST_PORT1
#define LAN9646_TAIL_TAG_DEST_PORT1 0x0001 |
Definition at line 72 of file lan9646_driver.h.
◆ LAN9646_TAIL_TAG_DEST_PORT2
#define LAN9646_TAIL_TAG_DEST_PORT2 0x0002 |
Definition at line 71 of file lan9646_driver.h.
◆ LAN9646_TAIL_TAG_DEST_PORT3
#define LAN9646_TAIL_TAG_DEST_PORT3 0x0004 |
Definition at line 70 of file lan9646_driver.h.
◆ LAN9646_TAIL_TAG_DEST_PORT4
#define LAN9646_TAIL_TAG_DEST_PORT4 0x0008 |
Definition at line 69 of file lan9646_driver.h.
◆ LAN9646_TAIL_TAG_DEST_PORT6
#define LAN9646_TAIL_TAG_DEST_PORT6 0x0020 |
Definition at line 68 of file lan9646_driver.h.
◆ LAN9646_TAIL_TAG_DEST_PORT7
#define LAN9646_TAIL_TAG_DEST_PORT7 0x0040 |
Definition at line 67 of file lan9646_driver.h.
◆ LAN9646_TAIL_TAG_NORMAL_ADDR_LOOKUP
#define LAN9646_TAIL_TAG_NORMAL_ADDR_LOOKUP 0x0400 |
Definition at line 64 of file lan9646_driver.h.
◆ LAN9646_TAIL_TAG_PORT_BLOCKING_OVERRIDE
#define LAN9646_TAIL_TAG_PORT_BLOCKING_OVERRIDE 0x0200 |
Definition at line 65 of file lan9646_driver.h.
◆ LAN9646_TAIL_TAG_PRIORITY
#define LAN9646_TAIL_TAG_PRIORITY 0x0180 |
Definition at line 66 of file lan9646_driver.h.
◆ LAN9646_TAIL_TAG_PTP_MSG
#define LAN9646_TAIL_TAG_PTP_MSG 0x80 |
Definition at line 75 of file lan9646_driver.h.
◆ LAN9646_TAIL_TAG_SRC_PORT
#define LAN9646_TAIL_TAG_SRC_PORT 0x07 |
Definition at line 76 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_UNICAST_CTRL
#define LAN9646_UNKNOWN_UNICAST_CTRL 0x0320 |
Definition at line 142 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_UNICAST_CTRL_FWD
#define LAN9646_UNKNOWN_UNICAST_CTRL_FWD 0x80000000 |
Definition at line 1058 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP
#define LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP 0x0000007F |
Definition at line 1059 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_ALL
#define LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_ALL 0x0000007F |
Definition at line 1066 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT1
#define LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT1 0x00000001 |
Definition at line 1060 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT2
#define LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT2 0x00000002 |
Definition at line 1061 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT3
#define LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT3 0x00000004 |
Definition at line 1062 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT4
#define LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT4 0x00000008 |
Definition at line 1063 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT6
#define LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT6 0x00000020 |
Definition at line 1064 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT7
#define LAN9646_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT7 0x00000040 |
Definition at line 1065 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_VLAN_ID_CTRL
#define LAN9646_UNKNOWN_VLAN_ID_CTRL 0x0328 |
Definition at line 144 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD
#define LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD 0x80000000 |
Definition at line 1080 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP
#define LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP 0x0000007F |
Definition at line 1081 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_ALL
#define LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_ALL 0x0000007F |
Definition at line 1088 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT1
#define LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT1 0x00000001 |
Definition at line 1082 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT2
#define LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT2 0x00000002 |
Definition at line 1083 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT3
#define LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT3 0x00000004 |
Definition at line 1084 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT4
#define LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT4 0x00000008 |
Definition at line 1085 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT6
#define LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT6 0x00000020 |
Definition at line 1086 of file lan9646_driver.h.
◆ LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT7
#define LAN9646_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT7 0x00000040 |
Definition at line 1087 of file lan9646_driver.h.
◆ LAN9646_UNKONWN_MULTICAST_CTRL
#define LAN9646_UNKONWN_MULTICAST_CTRL 0x0324 |
Definition at line 143 of file lan9646_driver.h.
◆ LAN9646_UNKONWN_MULTICAST_CTRL_FWD
#define LAN9646_UNKONWN_MULTICAST_CTRL_FWD 0x80000000 |
Definition at line 1069 of file lan9646_driver.h.
◆ LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP
#define LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP 0x0000007F |
Definition at line 1070 of file lan9646_driver.h.
◆ LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_ALL
#define LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_ALL 0x0000007F |
Definition at line 1077 of file lan9646_driver.h.
◆ LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT1
#define LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT1 0x00000001 |
Definition at line 1071 of file lan9646_driver.h.
◆ LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT2
#define LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT2 0x00000002 |
Definition at line 1072 of file lan9646_driver.h.
◆ LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT3
#define LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT3 0x00000004 |
Definition at line 1073 of file lan9646_driver.h.
◆ LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT4
#define LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT4 0x00000008 |
Definition at line 1074 of file lan9646_driver.h.
◆ LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT6
#define LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT6 0x00000020 |
Definition at line 1075 of file lan9646_driver.h.
◆ LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT7
#define LAN9646_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT7 0x00000040 |
Definition at line 1076 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ACCESS_CTRL
#define LAN9646_VLAN_TABLE_ACCESS_CTRL 0x040E |
Definition at line 196 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ACCESS_CTRL_ACTION
#define LAN9646_VLAN_TABLE_ACCESS_CTRL_ACTION 0x03 |
Definition at line 1171 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ACCESS_CTRL_ACTION_CLEAR
#define LAN9646_VLAN_TABLE_ACCESS_CTRL_ACTION_CLEAR 0x03 |
Definition at line 1175 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ACCESS_CTRL_ACTION_NOP
#define LAN9646_VLAN_TABLE_ACCESS_CTRL_ACTION_NOP 0x00 |
Definition at line 1172 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ACCESS_CTRL_ACTION_READ
#define LAN9646_VLAN_TABLE_ACCESS_CTRL_ACTION_READ 0x02 |
Definition at line 1174 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ACCESS_CTRL_ACTION_WRITE
#define LAN9646_VLAN_TABLE_ACCESS_CTRL_ACTION_WRITE 0x01 |
Definition at line 1173 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ACCESS_CTRL_START_FINISH
#define LAN9646_VLAN_TABLE_ACCESS_CTRL_START_FINISH 0x80 |
Definition at line 1170 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY0
#define LAN9646_VLAN_TABLE_ENTRY0 0x0400 |
Definition at line 192 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY0_FID
#define LAN9646_VLAN_TABLE_ENTRY0_FID 0x0000007F |
Definition at line 1146 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY0_FORWARD_OPTION
#define LAN9646_VLAN_TABLE_ENTRY0_FORWARD_OPTION 0x08000000 |
Definition at line 1143 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY0_MSTP_INDEX
#define LAN9646_VLAN_TABLE_ENTRY0_MSTP_INDEX 0x00007000 |
Definition at line 1145 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY0_PRIORITY
#define LAN9646_VLAN_TABLE_ENTRY0_PRIORITY 0x07000000 |
Definition at line 1144 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY0_VALID
#define LAN9646_VLAN_TABLE_ENTRY0_VALID 0x80000000 |
Definition at line 1142 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY1
#define LAN9646_VLAN_TABLE_ENTRY1 0x0404 |
Definition at line 193 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY1_PORT1_UNTAG
#define LAN9646_VLAN_TABLE_ENTRY1_PORT1_UNTAG 0x00000001 |
Definition at line 1155 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY1_PORT2_UNTAG
#define LAN9646_VLAN_TABLE_ENTRY1_PORT2_UNTAG 0x00000002 |
Definition at line 1154 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY1_PORT3_UNTAG
#define LAN9646_VLAN_TABLE_ENTRY1_PORT3_UNTAG 0x00000004 |
Definition at line 1153 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY1_PORT4_UNTAG
#define LAN9646_VLAN_TABLE_ENTRY1_PORT4_UNTAG 0x00000008 |
Definition at line 1152 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY1_PORT6_UNTAG
#define LAN9646_VLAN_TABLE_ENTRY1_PORT6_UNTAG 0x00000020 |
Definition at line 1151 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY1_PORT7_UNTAG
#define LAN9646_VLAN_TABLE_ENTRY1_PORT7_UNTAG 0x00000040 |
Definition at line 1150 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY1_PORT_UNTAG
#define LAN9646_VLAN_TABLE_ENTRY1_PORT_UNTAG 0x0000007F |
Definition at line 1149 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY2
#define LAN9646_VLAN_TABLE_ENTRY2 0x0408 |
Definition at line 194 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY2_PORT1_FORWARD
#define LAN9646_VLAN_TABLE_ENTRY2_PORT1_FORWARD 0x00000001 |
Definition at line 1164 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY2_PORT2_FORWARD
#define LAN9646_VLAN_TABLE_ENTRY2_PORT2_FORWARD 0x00000002 |
Definition at line 1163 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY2_PORT3_FORWARD
#define LAN9646_VLAN_TABLE_ENTRY2_PORT3_FORWARD 0x00000004 |
Definition at line 1162 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY2_PORT4_FORWARD
#define LAN9646_VLAN_TABLE_ENTRY2_PORT4_FORWARD 0x00000008 |
Definition at line 1161 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY2_PORT6_FORWARD
#define LAN9646_VLAN_TABLE_ENTRY2_PORT6_FORWARD 0x00000020 |
Definition at line 1160 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY2_PORT7_FORWARD
#define LAN9646_VLAN_TABLE_ENTRY2_PORT7_FORWARD 0x00000040 |
Definition at line 1159 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_ENTRY2_PORT_FORWARD
#define LAN9646_VLAN_TABLE_ENTRY2_PORT_FORWARD 0x0000007F |
Definition at line 1158 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_INDEX
#define LAN9646_VLAN_TABLE_INDEX 0x040C |
Definition at line 195 of file lan9646_driver.h.
◆ LAN9646_VLAN_TABLE_INDEX_VLAN_INDEX
#define LAN9646_VLAN_TABLE_INDEX_VLAN_INDEX 0x0FFF |
Definition at line 1167 of file lan9646_driver.h.
◆ LAN9646_WRED_DIFFSERV_COLOR_MAPPING
#define LAN9646_WRED_DIFFSERV_COLOR_MAPPING 0x0378 |
Definition at line 190 of file lan9646_driver.h.
◆ LAN9646_WRED_DIFFSERV_COLOR_MAPPING_GREEN
#define LAN9646_WRED_DIFFSERV_COLOR_MAPPING_GREEN 0x03 |
Definition at line 1135 of file lan9646_driver.h.
◆ LAN9646_WRED_DIFFSERV_COLOR_MAPPING_RED
#define LAN9646_WRED_DIFFSERV_COLOR_MAPPING_RED 0x30 |
Definition at line 1133 of file lan9646_driver.h.
◆ LAN9646_WRED_DIFFSERV_COLOR_MAPPING_YELLOW
#define LAN9646_WRED_DIFFSERV_COLOR_MAPPING_YELLOW 0x0C |
Definition at line 1134 of file lan9646_driver.h.
Function Documentation
◆ lan9646AddStaticFdbEntry()
error_t lan9646AddStaticFdbEntry | ( | NetInterface * | interface, |
const SwitchFdbEntry * | entry | ||
) |
Add a new entry to the static MAC table.
- Parameters
-
[in] interface Underlying network interface [in] entry Pointer to the forwarding database entry
- Returns
- Error code
Definition at line 1005 of file lan9646_driver.c.
◆ lan9646DeleteStaticFdbEntry()
error_t lan9646DeleteStaticFdbEntry | ( | NetInterface * | interface, |
const SwitchFdbEntry * | entry | ||
) |
Remove an entry from the static MAC table.
- Parameters
-
[in] interface Underlying network interface [in] entry Forwarding database entry to remove from the table
- Returns
- Error code
Definition at line 1127 of file lan9646_driver.c.
◆ lan9646DisableIrq()
void lan9646DisableIrq | ( | NetInterface * | interface | ) |
Disable interrupts.
- Parameters
-
[in] interface Underlying network interface
Definition at line 337 of file lan9646_driver.c.
◆ lan9646DumpPhyReg()
void lan9646DumpPhyReg | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Dump PHY registers for debugging purpose.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
Definition at line 1619 of file lan9646_driver.c.
◆ lan9646EnableIgmpSnooping()
void lan9646EnableIgmpSnooping | ( | NetInterface * | interface, |
bool_t | enable | ||
) |
Enable IGMP snooping.
- Parameters
-
[in] interface Underlying network interface [in] enable Enable or disable IGMP snooping
Definition at line 916 of file lan9646_driver.c.
◆ lan9646EnableIrq()
void lan9646EnableIrq | ( | NetInterface * | interface | ) |
Enable interrupts.
- Parameters
-
[in] interface Underlying network interface
Definition at line 327 of file lan9646_driver.c.
◆ lan9646EnableMldSnooping()
void lan9646EnableMldSnooping | ( | NetInterface * | interface, |
bool_t | enable | ||
) |
Enable MLD snooping.
- Parameters
-
[in] interface Underlying network interface [in] enable Enable or disable MLD snooping
Definition at line 946 of file lan9646_driver.c.
◆ lan9646EnableRsvdMcastTable()
void lan9646EnableRsvdMcastTable | ( | NetInterface * | interface, |
bool_t | enable | ||
) |
Enable reserved multicast table.
- Parameters
-
[in] interface Underlying network interface [in] enable Enable or disable reserved group addresses
Definition at line 976 of file lan9646_driver.c.
◆ lan9646EventHandler()
void lan9646EventHandler | ( | NetInterface * | interface | ) |
LAN9646 event handler.
- Parameters
-
[in] interface Underlying network interface
Definition at line 347 of file lan9646_driver.c.
◆ lan9646FlushDynamicFdbTable()
void lan9646FlushDynamicFdbTable | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Flush dynamic MAC table.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
Definition at line 1457 of file lan9646_driver.c.
◆ lan9646FlushStaticFdbTable()
void lan9646FlushStaticFdbTable | ( | NetInterface * | interface | ) |
Flush static MAC table.
- Parameters
-
[in] interface Underlying network interface
Definition at line 1304 of file lan9646_driver.c.
◆ lan9646GetDuplexMode()
NicDuplexMode lan9646GetDuplexMode | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Get duplex mode.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
- Returns
- Duplex mode
Definition at line 712 of file lan9646_driver.c.
◆ lan9646GetDynamicFdbEntry()
error_t lan9646GetDynamicFdbEntry | ( | NetInterface * | interface, |
uint_t | index, | ||
SwitchFdbEntry * | entry | ||
) |
Read an entry from the dynamic MAC table.
- Parameters
-
[in] interface Underlying network interface [in] index Zero-based index of the entry to read [out] entry Pointer to the forwarding database entry
- Returns
- Error code
Definition at line 1353 of file lan9646_driver.c.
◆ lan9646GetLinkSpeed()
uint32_t lan9646GetLinkSpeed | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Get link speed.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
- Returns
- Link speed
Definition at line 617 of file lan9646_driver.c.
◆ lan9646GetLinkState()
bool_t lan9646GetLinkState | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Get link state.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
- Returns
- Link state
Definition at line 583 of file lan9646_driver.c.
◆ lan9646GetPortState()
SwitchPortState lan9646GetPortState | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Get port state.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
- Returns
- Port state
Definition at line 832 of file lan9646_driver.c.
◆ lan9646GetStaticFdbEntry()
error_t lan9646GetStaticFdbEntry | ( | NetInterface * | interface, |
uint_t | index, | ||
SwitchFdbEntry * | entry | ||
) |
Read an entry from the static MAC table.
- Parameters
-
[in] interface Underlying network interface [in] index Zero-based index of the entry to read [out] entry Pointer to the forwarding database entry
- Returns
- Error code
Definition at line 1207 of file lan9646_driver.c.
◆ lan9646Init()
error_t lan9646Init | ( | NetInterface * | interface | ) |
LAN9646 Ethernet switch initialization.
- Parameters
-
[in] interface Underlying network interface
- Returns
- Error code
Definition at line 93 of file lan9646_driver.c.
◆ lan9646InitHook()
void lan9646InitHook | ( | NetInterface * | interface | ) |
LAN9646 custom configuration.
- Parameters
-
[in] interface Underlying network interface
Definition at line 247 of file lan9646_driver.c.
◆ lan9646ReadMmdReg()
uint16_t lan9646ReadMmdReg | ( | NetInterface * | interface, |
uint8_t | port, | ||
uint8_t | devAddr, | ||
uint16_t | regAddr | ||
) |
Read MMD register.
- Parameters
-
[in] interface Underlying network interface [in] port Port number [in] devAddr Device address [in] regAddr Register address
- Returns
- Register value
Definition at line 1673 of file lan9646_driver.c.
◆ lan9646ReadPhyReg()
uint16_t lan9646ReadPhyReg | ( | NetInterface * | interface, |
uint8_t | port, | ||
uint8_t | address | ||
) |
Read PHY register.
- Parameters
-
[in] interface Underlying network interface [in] port Port number [in] address PHY register address
- Returns
- Register value
Definition at line 1583 of file lan9646_driver.c.
◆ lan9646ReadSwitchReg16()
uint16_t lan9646ReadSwitchReg16 | ( | NetInterface * | interface, |
uint16_t | address | ||
) |
Read switch register (16 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address
- Returns
- Register value
Definition at line 1833 of file lan9646_driver.c.
◆ lan9646ReadSwitchReg32()
uint32_t lan9646ReadSwitchReg32 | ( | NetInterface * | interface, |
uint16_t | address | ||
) |
Read switch register (32 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address
- Returns
- Register value
Definition at line 1927 of file lan9646_driver.c.
◆ lan9646ReadSwitchReg8()
uint8_t lan9646ReadSwitchReg8 | ( | NetInterface * | interface, |
uint16_t | address | ||
) |
Read switch register (8 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address
- Returns
- Register value
Definition at line 1742 of file lan9646_driver.c.
◆ lan9646SetAgingTime()
void lan9646SetAgingTime | ( | NetInterface * | interface, |
uint32_t | agingTime | ||
) |
Set aging time for dynamic filtering entries.
- Parameters
-
[in] interface Underlying network interface [in] agingTime Aging time, in seconds
Definition at line 895 of file lan9646_driver.c.
◆ lan9646SetPortState()
void lan9646SetPortState | ( | NetInterface * | interface, |
uint8_t | port, | ||
SwitchPortState | state | ||
) |
Set port state.
- Parameters
-
[in] interface Underlying network interface [in] port Port number [in] state Port state
Definition at line 776 of file lan9646_driver.c.
◆ lan9646SetUnknownMcastFwdPorts()
void lan9646SetUnknownMcastFwdPorts | ( | NetInterface * | interface, |
bool_t | enable, | ||
uint32_t | forwardPorts | ||
) |
Set forward ports for unknown multicast packets.
- Parameters
-
[in] interface Underlying network interface [in] enable Enable or disable forwarding of unknown multicast packets [in] forwardPorts Port map
Definition at line 1504 of file lan9646_driver.c.
◆ lan9646TagFrame()
error_t lan9646TagFrame | ( | NetInterface * | interface, |
NetBuffer * | buffer, | ||
size_t * | offset, | ||
NetTxAncillary * | ancillary | ||
) |
Add tail tag to Ethernet frame.
- Parameters
-
[in] interface Underlying network interface [in] buffer Multi-part buffer containing the payload [in,out] offset Offset to the first payload byte [in] ancillary Additional options passed to the stack along with the packet
- Returns
- Error code
Definition at line 472 of file lan9646_driver.c.
◆ lan9646Tick()
void lan9646Tick | ( | NetInterface * | interface | ) |
LAN9646 timer handler.
- Parameters
-
[in] interface Underlying network interface
Definition at line 257 of file lan9646_driver.c.
◆ lan9646UntagFrame()
error_t lan9646UntagFrame | ( | NetInterface * | interface, |
uint8_t ** | frame, | ||
size_t * | length, | ||
NetRxAncillary * | ancillary | ||
) |
Decode tail tag from incoming Ethernet frame.
- Parameters
-
[in] interface Underlying network interface [in,out] frame Pointer to the received Ethernet frame [in,out] length Length of the frame, in bytes [in,out] ancillary Additional options passed to the stack along with the packet
- Returns
- Error code
Definition at line 531 of file lan9646_driver.c.
◆ lan9646WriteMmdReg()
void lan9646WriteMmdReg | ( | NetInterface * | interface, |
uint8_t | port, | ||
uint8_t | devAddr, | ||
uint16_t | regAddr, | ||
uint16_t | data | ||
) |
Write MMD register.
- Parameters
-
[in] interface Underlying network interface [in] port Port number [in] devAddr Device address [in] regAddr Register address [in] data Register value
Definition at line 1645 of file lan9646_driver.c.
◆ lan9646WritePhyReg()
void lan9646WritePhyReg | ( | NetInterface * | interface, |
uint8_t | port, | ||
uint8_t | address, | ||
uint16_t | data | ||
) |
Write PHY register.
- Parameters
-
[in] interface Underlying network interface [in] port Port number [in] address PHY register address [in] data Register value
Definition at line 1549 of file lan9646_driver.c.
◆ lan9646WriteSwitchReg16()
void lan9646WriteSwitchReg16 | ( | NetInterface * | interface, |
uint16_t | address, | ||
uint16_t | data | ||
) |
Write switch register (16 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address [in] data Register value
Definition at line 1789 of file lan9646_driver.c.
◆ lan9646WriteSwitchReg32()
void lan9646WriteSwitchReg32 | ( | NetInterface * | interface, |
uint16_t | address, | ||
uint32_t | data | ||
) |
Write switch register (32 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address [in] data Register value
Definition at line 1881 of file lan9646_driver.c.
◆ lan9646WriteSwitchReg8()
void lan9646WriteSwitchReg8 | ( | NetInterface * | interface, |
uint16_t | address, | ||
uint8_t | data | ||
) |
Write switch register (8 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address [in] data Register value
Definition at line 1699 of file lan9646_driver.c.
Variable Documentation
◆ lan9646SwitchDriver
|
extern |
LAN9646 Ethernet switch driver.
Definition at line 45 of file lan9646_driver.c.