Lines Matching +full:ethernet +full:- +full:phy +full:- +full:package
1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (C) 2011-2012 Gabor Juhos <juhosg@openwrt.org>
63 /* This reg is only valid for QCA832x and toggle the package
92 #define QCA8K_LED_COUNT ((QCA8K_NUM_PORTS - QCA8K_NUM_CPU_PORTS) * QCA8K_LED_PORT_COUNT)
97 #define QCA8K_LED_PHY123_PATTERN_EN_SHIFT(_phy, _led) ((((_phy) - 1) * 6) + 8 + (2 * (_led)))
280 /* 0x704 for TRUNK 0-1 --- 0x708 for TRUNK 2-3 */
463 struct net_device *mgmt_conduit; /* Track if mdio/mib Ethernet is available */
489 * Port 0 has no internal phy. in qca8k_port_to_phy()
490 * Port 1 has an internal PHY at MDIO address 0. in qca8k_port_to_phy()
491 * Port 2 has an internal PHY at MDIO address 1. in qca8k_port_to_phy()
493 * Port 5 has an internal PHY at MDIO address 4. in qca8k_port_to_phy()
494 * Port 6 has no internal PHY. in qca8k_port_to_phy()
497 return port - 1; in qca8k_port_to_phy()
542 struct phy_device *phy);