1 /******************************************************************************/
3 /* Broadcom BCM5700 Linux Network Driver, Copyright (c) 2000 - 2004 Broadcom */
5 /* All rights reserved. */
7 /* This program is free software; you can redistribute it and/or modify */
8 /* it under the terms of the GNU General Public License as published by */
9 /* the Free Software Foundation, located in the file LICENSE. */
12 /* 02/25/00 Hav Khauv Initial version. */
13 /******************************************************************************/
20 /******************************************************************************/
21 /* Bit Mask definitions */
22 /******************************************************************************/
41 #define BIT_16 0x010000
42 #define BIT_17 0x020000
43 #define BIT_18 0x040000
44 #define BIT_19 0x080000
45 #define BIT_20 0x100000
46 #define BIT_21 0x200000
47 #define BIT_22 0x400000
48 #define BIT_23 0x800000
49 #define BIT_24 0x01000000
50 #define BIT_25 0x02000000
51 #define BIT_26 0x04000000
52 #define BIT_27 0x08000000
53 #define BIT_28 0x10000000
54 #define BIT_29 0x20000000
55 #define BIT_30 0x40000000
56 #define BIT_31 0x80000000
This page took 0.044417 seconds and 5 git commands to generate.