Lines Matching +full:full +full:- +full:speed
1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
19 * 4. Neither the name of the author nor the names of any co-contributors
49 #define NSGPHY_STRAPOPT_1000HDX 0x0010 /* Advertise 1000 half-duplex */
50 #define NSGPHY_STRAPOPT_1000FDX 0x0008 /* Advertise 1000 full-duplex */
51 #define NSGPHY_STRAPOPT_100_ADV 0x0004 /* Advertise 100 full/half-duplex */
52 #define NSGPHY_STRAPOPT_SPEED1 0x0002 /* speed selection */
53 #define NSGPHY_STRAPOPT_SPEED0 0x0001 /* speed selection */
57 #define PHY_SUP_SPEED1 0x0010 /* speed bit 1 */
58 #define PHY_SUP_SPEED0 0x0008 /* speed bit 1 */
59 #define NSGPHY_PHYSUP_SPEED1 0x0010 /* speed status */
60 #define NSGPHY_PHYSUP_SPEED0 0x0008 /* speed status */
64 #define PHY_SUP_DUPLEX 0x0002 /* 1 == full-duplex */
65 #define NSGPHY_PHYSUP_DUPSTS 0x0002 /* duplex status 1 == full */