Lines Matching +full:vsc9953 +full:- +full:switch
1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Driver for the Vitesse VSC9953 L2 Switch
177 (port) < VSC9953_MAX_PORTS - 2 || (port) >= VSC9953_MAX_PORTS \
189 #define VSC9953_BITMASK(offset) ((BIT(offset)) - 1)
229 #define BITS_TO_DWORD(in) (1 + (((in) - 1) / 32))
237 #define IS2_ACT_WIDTH BITS_TO_DWORD(103 - 2 * VSC9953_PORT_OFFSET)
264 /* VSC9953 ANA structure */
371 /* END VSC9953 ANA structure t*/
373 /* VSC9953 DEV_GMII structure */
400 /* END VSC9953 DEV_GMII structure */
402 /* VSC9953 QSYS structure */
462 /* END VSC9953 QSYS structure */
464 /* VSC9953 SYS structure */
608 /* END VSC9953 SYS structure */
610 /* VSC9953 REW structure */
632 /* END VSC9953 REW structure */
634 /* VSC9953 DEVCPU_GCB structure */
672 /* END VSC9953 DEVCPU_GCB structure */
674 /* VSC9953 IS* structure */
685 /* END VSC9953 IS* structure */
698 /* Structure to describe a VSC9953 port */
709 /* Structure to describe a VSC9953 switch */