Lines Matching +full:revision +full:- +full:id
1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
33 * PCI-MAC Configuration registers (AR2315+)
61 #define AR5315_WREV (-0xefbfe0) /* Revision ID register offset */
62 #define AR5315_WREV_S 0 /* Shift for WMAC revision info */
63 #define AR5315_WREV_ID 0x000000FF /* Mask for WMAC revision info */
64 #define AR5315_WREV_ID_S 4 /* Shift for WMAC Rev ID */
75 * PCI-MAC Configuration registers (AR5312)
116 #define AR5312_WREV 0x0090 /* Revision ID register offset */
117 #define AR5312_WREV_S 8 /* Shift for WMAC revision info */
118 #define AR5312_WREV_ID 0x000000FF /* Mask for WMAC revision info */
119 #define AR5312_WREV_ID_S 4 /* Shift for WMAC Rev ID */