Lines Matching +full:0 +full:x8004
20 #define AR_MIBC 0x0040
21 #define AR_MIBC_COW 0x00000001
22 #define AR_MIBC_FMC 0x00000002
23 #define AR_MIBC_CMC 0x00000004
24 #define AR_MIBC_MCS 0x00000008
26 #define AR_STA_ID0 0x8000
27 #define AR_STA_ID1 0x8004
28 #define AR_STA_ID1_SADH_MASK 0x0000ffff
34 #define AR_BSSMSKL 0x80e0
35 #define AR_BSSMSKU 0x80e4
37 #define AR_TFCNT 0x80ec
38 #define AR_RFCNT 0x80f0
39 #define AR_RCCNT 0x80f4
40 #define AR_CCCNT 0x80f8
42 #define AR_KEYTABLE_0 0x8800
46 #define AR_KEY_TYPE 0x00000007
47 #define AR_KEYTABLE_TYPE_40 0x00000000
48 #define AR_KEYTABLE_TYPE_104 0x00000001
49 #define AR_KEYTABLE_TYPE_128 0x00000003
50 #define AR_KEYTABLE_TYPE_TKIP 0x00000004
51 #define AR_KEYTABLE_TYPE_AES 0x00000005
52 #define AR_KEYTABLE_TYPE_CCM 0x00000006
53 #define AR_KEYTABLE_TYPE_CLR 0x00000007
54 #define AR_KEYTABLE_ANT 0x00000008
55 #define AR_KEYTABLE_VALID 0x00008000
56 #define AR_KEYTABLE_KEY0(_n) (AR_KEYTABLE(_n) + 0)