Lines Matching +full:chip +full:- +full:wide
1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
18 * 4. Neither the name of the author nor the names of any co-contributors
37 * chip. The Pegasus uses a total of four USB endpoints: the control
42 * are 8 bits wide.
186 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
212 #define AUE_FLAG_PII 0x0004 /* Pegasus II chip */
214 #define AUE_FLAG_VER_2 0x0200 /* chip is version 2 */
215 #define AUE_FLAG_DUAL_PHY 0x0400 /* chip has two transcivers */
218 #define AUE_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx)
219 #define AUE_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx)
220 #define AUE_LOCK_ASSERT(_sc, t) mtx_assert(&(_sc)->sc_mtx, t)