1*572ff6f6SMatthew Dillon /* 2*572ff6f6SMatthew Dillon * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 3*572ff6f6SMatthew Dillon * Copyright (c) 2002-2006 Atheros Communications, Inc. 4*572ff6f6SMatthew Dillon * 5*572ff6f6SMatthew Dillon * Permission to use, copy, modify, and/or distribute this software for any 6*572ff6f6SMatthew Dillon * purpose with or without fee is hereby granted, provided that the above 7*572ff6f6SMatthew Dillon * copyright notice and this permission notice appear in all copies. 8*572ff6f6SMatthew Dillon * 9*572ff6f6SMatthew Dillon * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10*572ff6f6SMatthew Dillon * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11*572ff6f6SMatthew Dillon * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12*572ff6f6SMatthew Dillon * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13*572ff6f6SMatthew Dillon * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14*572ff6f6SMatthew Dillon * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15*572ff6f6SMatthew Dillon * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16*572ff6f6SMatthew Dillon * 17*572ff6f6SMatthew Dillon * $FreeBSD$ 18*572ff6f6SMatthew Dillon */ 19*572ff6f6SMatthew Dillon #ifndef _DEV_ATH_AR5211REG_H 20*572ff6f6SMatthew Dillon #define _DEV_ATH_AR5211REG_H 21*572ff6f6SMatthew Dillon 22*572ff6f6SMatthew Dillon /* 23*572ff6f6SMatthew Dillon * Definitions for the Atheros AR5211/5311 chipset. 24*572ff6f6SMatthew Dillon */ 25*572ff6f6SMatthew Dillon 26*572ff6f6SMatthew Dillon /* 27*572ff6f6SMatthew Dillon * Maui2/Spirit specific registers/fields are indicated by AR5311. 28*572ff6f6SMatthew Dillon * Oahu specific registers/fields are indicated by AR5211. 29*572ff6f6SMatthew Dillon */ 30*572ff6f6SMatthew Dillon 31*572ff6f6SMatthew Dillon /* DMA Control and Interrupt Registers */ 32*572ff6f6SMatthew Dillon #define AR_CR 0x0008 /* control register */ 33*572ff6f6SMatthew Dillon #define AR_RXDP 0x000C /* receive queue descriptor pointer */ 34*572ff6f6SMatthew Dillon #define AR_CFG 0x0014 /* configuration and status register */ 35*572ff6f6SMatthew Dillon #define AR_IER 0x0024 /* Interrupt enable register */ 36*572ff6f6SMatthew Dillon #define AR_RTSD0 0x0028 /* RTS Duration Parameters 0 */ 37*572ff6f6SMatthew Dillon #define AR_RTSD1 0x002c /* RTS Duration Parameters 1 */ 38*572ff6f6SMatthew Dillon #define AR_TXCFG 0x0030 /* tx DMA size config register */ 39*572ff6f6SMatthew Dillon #define AR_RXCFG 0x0034 /* rx DMA size config register */ 40*572ff6f6SMatthew Dillon #define AR5211_JUMBO_LAST 0x0038 /* Jumbo descriptor last address */ 41*572ff6f6SMatthew Dillon #define AR_MIBC 0x0040 /* MIB control register */ 42*572ff6f6SMatthew Dillon #define AR_TOPS 0x0044 /* timeout prescale count */ 43*572ff6f6SMatthew Dillon #define AR_RXNPTO 0x0048 /* no frame received timeout */ 44*572ff6f6SMatthew Dillon #define AR_TXNPTO 0x004C /* no frame trasmitted timeout */ 45*572ff6f6SMatthew Dillon #define AR_RFGTO 0x0050 /* receive frame gap timeout */ 46*572ff6f6SMatthew Dillon #define AR_RFCNT 0x0054 /* receive frame count limit */ 47*572ff6f6SMatthew Dillon #define AR_MACMISC 0x0058 /* miscellaneous control/status */ 48*572ff6f6SMatthew Dillon #define AR5311_QDCLKGATE 0x005c /* QCU/DCU clock gating control */ 49*572ff6f6SMatthew Dillon #define AR_ISR 0x0080 /* Primary interrupt status register */ 50*572ff6f6SMatthew Dillon #define AR_ISR_S0 0x0084 /* Secondary interrupt status reg 0 */ 51*572ff6f6SMatthew Dillon #define AR_ISR_S1 0x0088 /* Secondary interrupt status reg 1 */ 52*572ff6f6SMatthew Dillon #define AR_ISR_S2 0x008c /* Secondary interrupt status reg 2 */ 53*572ff6f6SMatthew Dillon #define AR_ISR_S3 0x0090 /* Secondary interrupt status reg 3 */ 54*572ff6f6SMatthew Dillon #define AR_ISR_S4 0x0094 /* Secondary interrupt status reg 4 */ 55*572ff6f6SMatthew Dillon #define AR_IMR 0x00a0 /* Primary interrupt mask register */ 56*572ff6f6SMatthew Dillon #define AR_IMR_S0 0x00a4 /* Secondary interrupt mask reg 0 */ 57*572ff6f6SMatthew Dillon #define AR_IMR_S1 0x00a8 /* Secondary interrupt mask reg 1 */ 58*572ff6f6SMatthew Dillon #define AR_IMR_S2 0x00ac /* Secondary interrupt mask reg 2 */ 59*572ff6f6SMatthew Dillon #define AR_IMR_S3 0x00b0 /* Secondary interrupt mask reg 3 */ 60*572ff6f6SMatthew Dillon #define AR_IMR_S4 0x00b4 /* Secondary interrupt mask reg 4 */ 61*572ff6f6SMatthew Dillon #define AR_ISR_RAC 0x00c0 /* Primary interrupt status reg, */ 62*572ff6f6SMatthew Dillon /* Shadow copies with read-and-clear access */ 63*572ff6f6SMatthew Dillon #define AR_ISR_S0_S 0x00c4 /* Secondary interrupt status reg 0 */ 64*572ff6f6SMatthew Dillon #define AR_ISR_S1_S 0x00c8 /* Secondary interrupt status reg 1 */ 65*572ff6f6SMatthew Dillon #define AR_ISR_S2_S 0x00cc /* Secondary interrupt status reg 2 */ 66*572ff6f6SMatthew Dillon #define AR_ISR_S3_S 0x00d0 /* Secondary interrupt status reg 3 */ 67*572ff6f6SMatthew Dillon #define AR_ISR_S4_S 0x00d4 /* Secondary interrupt status reg 4 */ 68*572ff6f6SMatthew Dillon 69*572ff6f6SMatthew Dillon #define AR_Q0_TXDP 0x0800 /* Transmit Queue descriptor pointer */ 70*572ff6f6SMatthew Dillon #define AR_Q1_TXDP 0x0804 /* Transmit Queue descriptor pointer */ 71*572ff6f6SMatthew Dillon #define AR_Q2_TXDP 0x0808 /* Transmit Queue descriptor pointer */ 72*572ff6f6SMatthew Dillon #define AR_Q3_TXDP 0x080c /* Transmit Queue descriptor pointer */ 73*572ff6f6SMatthew Dillon #define AR_Q4_TXDP 0x0810 /* Transmit Queue descriptor pointer */ 74*572ff6f6SMatthew Dillon #define AR_Q5_TXDP 0x0814 /* Transmit Queue descriptor pointer */ 75*572ff6f6SMatthew Dillon #define AR_Q6_TXDP 0x0818 /* Transmit Queue descriptor pointer */ 76*572ff6f6SMatthew Dillon #define AR_Q7_TXDP 0x081c /* Transmit Queue descriptor pointer */ 77*572ff6f6SMatthew Dillon #define AR_Q8_TXDP 0x0820 /* Transmit Queue descriptor pointer */ 78*572ff6f6SMatthew Dillon #define AR_Q9_TXDP 0x0824 /* Transmit Queue descriptor pointer */ 79*572ff6f6SMatthew Dillon #define AR_QTXDP(i) (AR_Q0_TXDP + ((i)<<2)) 80*572ff6f6SMatthew Dillon 81*572ff6f6SMatthew Dillon #define AR_Q_TXE 0x0840 /* Transmit Queue enable */ 82*572ff6f6SMatthew Dillon #define AR_Q_TXD 0x0880 /* Transmit Queue disable */ 83*572ff6f6SMatthew Dillon 84*572ff6f6SMatthew Dillon #define AR_Q0_CBRCFG 0x08c0 /* CBR configuration */ 85*572ff6f6SMatthew Dillon #define AR_Q1_CBRCFG 0x08c4 /* CBR configuration */ 86*572ff6f6SMatthew Dillon #define AR_Q2_CBRCFG 0x08c8 /* CBR configuration */ 87*572ff6f6SMatthew Dillon #define AR_Q3_CBRCFG 0x08cc /* CBR configuration */ 88*572ff6f6SMatthew Dillon #define AR_Q4_CBRCFG 0x08d0 /* CBR configuration */ 89*572ff6f6SMatthew Dillon #define AR_Q5_CBRCFG 0x08d4 /* CBR configuration */ 90*572ff6f6SMatthew Dillon #define AR_Q6_CBRCFG 0x08d8 /* CBR configuration */ 91*572ff6f6SMatthew Dillon #define AR_Q7_CBRCFG 0x08dc /* CBR configuration */ 92*572ff6f6SMatthew Dillon #define AR_Q8_CBRCFG 0x08e0 /* CBR configuration */ 93*572ff6f6SMatthew Dillon #define AR_Q9_CBRCFG 0x08e4 /* CBR configuration */ 94*572ff6f6SMatthew Dillon #define AR_QCBRCFG(i) (AR_Q0_CBRCFG + ((i)<<2)) 95*572ff6f6SMatthew Dillon 96*572ff6f6SMatthew Dillon #define AR_Q0_RDYTIMECFG 0x0900 /* ReadyTime configuration */ 97*572ff6f6SMatthew Dillon #define AR_Q1_RDYTIMECFG 0x0904 /* ReadyTime configuration */ 98*572ff6f6SMatthew Dillon #define AR_Q2_RDYTIMECFG 0x0908 /* ReadyTime configuration */ 99*572ff6f6SMatthew Dillon #define AR_Q3_RDYTIMECFG 0x090c /* ReadyTime configuration */ 100*572ff6f6SMatthew Dillon #define AR_Q4_RDYTIMECFG 0x0910 /* ReadyTime configuration */ 101*572ff6f6SMatthew Dillon #define AR_Q5_RDYTIMECFG 0x0914 /* ReadyTime configuration */ 102*572ff6f6SMatthew Dillon #define AR_Q6_RDYTIMECFG 0x0918 /* ReadyTime configuration */ 103*572ff6f6SMatthew Dillon #define AR_Q7_RDYTIMECFG 0x091c /* ReadyTime configuration */ 104*572ff6f6SMatthew Dillon #define AR_Q8_RDYTIMECFG 0x0920 /* ReadyTime configuration */ 105*572ff6f6SMatthew Dillon #define AR_Q9_RDYTIMECFG 0x0924 /* ReadyTime configuration */ 106*572ff6f6SMatthew Dillon #define AR_QRDYTIMECFG(i) (AR_Q0_RDYTIMECFG + ((i)<<2)) 107*572ff6f6SMatthew Dillon 108*572ff6f6SMatthew Dillon #define AR_Q_ONESHOTARM_SC 0x0940 /* OneShotArm set control */ 109*572ff6f6SMatthew Dillon #define AR_Q_ONESHOTARM_CC 0x0980 /* OneShotArm clear control */ 110*572ff6f6SMatthew Dillon 111*572ff6f6SMatthew Dillon #define AR_Q0_MISC 0x09c0 /* Miscellaneous QCU settings */ 112*572ff6f6SMatthew Dillon #define AR_Q1_MISC 0x09c4 /* Miscellaneous QCU settings */ 113*572ff6f6SMatthew Dillon #define AR_Q2_MISC 0x09c8 /* Miscellaneous QCU settings */ 114*572ff6f6SMatthew Dillon #define AR_Q3_MISC 0x09cc /* Miscellaneous QCU settings */ 115*572ff6f6SMatthew Dillon #define AR_Q4_MISC 0x09d0 /* Miscellaneous QCU settings */ 116*572ff6f6SMatthew Dillon #define AR_Q5_MISC 0x09d4 /* Miscellaneous QCU settings */ 117*572ff6f6SMatthew Dillon #define AR_Q6_MISC 0x09d8 /* Miscellaneous QCU settings */ 118*572ff6f6SMatthew Dillon #define AR_Q7_MISC 0x09dc /* Miscellaneous QCU settings */ 119*572ff6f6SMatthew Dillon #define AR_Q8_MISC 0x09e0 /* Miscellaneous QCU settings */ 120*572ff6f6SMatthew Dillon #define AR_Q9_MISC 0x09e4 /* Miscellaneous QCU settings */ 121*572ff6f6SMatthew Dillon #define AR_QMISC(i) (AR_Q0_MISC + ((i)<<2)) 122*572ff6f6SMatthew Dillon 123*572ff6f6SMatthew Dillon #define AR_Q0_STS 0x0a00 /* Miscellaneous QCU status */ 124*572ff6f6SMatthew Dillon #define AR_Q1_STS 0x0a04 /* Miscellaneous QCU status */ 125*572ff6f6SMatthew Dillon #define AR_Q2_STS 0x0a08 /* Miscellaneous QCU status */ 126*572ff6f6SMatthew Dillon #define AR_Q3_STS 0x0a0c /* Miscellaneous QCU status */ 127*572ff6f6SMatthew Dillon #define AR_Q4_STS 0x0a10 /* Miscellaneous QCU status */ 128*572ff6f6SMatthew Dillon #define AR_Q5_STS 0x0a14 /* Miscellaneous QCU status */ 129*572ff6f6SMatthew Dillon #define AR_Q6_STS 0x0a18 /* Miscellaneous QCU status */ 130*572ff6f6SMatthew Dillon #define AR_Q7_STS 0x0a1c /* Miscellaneous QCU status */ 131*572ff6f6SMatthew Dillon #define AR_Q8_STS 0x0a20 /* Miscellaneous QCU status */ 132*572ff6f6SMatthew Dillon #define AR_Q9_STS 0x0a24 /* Miscellaneous QCU status */ 133*572ff6f6SMatthew Dillon #define AR_QSTS(i) (AR_Q0_STS + ((i)<<2)) 134*572ff6f6SMatthew Dillon 135*572ff6f6SMatthew Dillon #define AR_Q_RDYTIMESHDN 0x0a40 /* ReadyTimeShutdown status */ 136*572ff6f6SMatthew Dillon #define AR_D0_QCUMASK 0x1000 /* QCU Mask */ 137*572ff6f6SMatthew Dillon #define AR_D1_QCUMASK 0x1004 /* QCU Mask */ 138*572ff6f6SMatthew Dillon #define AR_D2_QCUMASK 0x1008 /* QCU Mask */ 139*572ff6f6SMatthew Dillon #define AR_D3_QCUMASK 0x100c /* QCU Mask */ 140*572ff6f6SMatthew Dillon #define AR_D4_QCUMASK 0x1010 /* QCU Mask */ 141*572ff6f6SMatthew Dillon #define AR_D5_QCUMASK 0x1014 /* QCU Mask */ 142*572ff6f6SMatthew Dillon #define AR_D6_QCUMASK 0x1018 /* QCU Mask */ 143*572ff6f6SMatthew Dillon #define AR_D7_QCUMASK 0x101c /* QCU Mask */ 144*572ff6f6SMatthew Dillon #define AR_D8_QCUMASK 0x1020 /* QCU Mask */ 145*572ff6f6SMatthew Dillon #define AR_D9_QCUMASK 0x1024 /* QCU Mask */ 146*572ff6f6SMatthew Dillon #define AR_DQCUMASK(i) (AR_D0_QCUMASK + ((i)<<2)) 147*572ff6f6SMatthew Dillon 148*572ff6f6SMatthew Dillon #define AR_D0_LCL_IFS 0x1040 /* DCU-specific IFS settings */ 149*572ff6f6SMatthew Dillon #define AR_D1_LCL_IFS 0x1044 /* DCU-specific IFS settings */ 150*572ff6f6SMatthew Dillon #define AR_D2_LCL_IFS 0x1048 /* DCU-specific IFS settings */ 151*572ff6f6SMatthew Dillon #define AR_D3_LCL_IFS 0x104c /* DCU-specific IFS settings */ 152*572ff6f6SMatthew Dillon #define AR_D4_LCL_IFS 0x1050 /* DCU-specific IFS settings */ 153*572ff6f6SMatthew Dillon #define AR_D5_LCL_IFS 0x1054 /* DCU-specific IFS settings */ 154*572ff6f6SMatthew Dillon #define AR_D6_LCL_IFS 0x1058 /* DCU-specific IFS settings */ 155*572ff6f6SMatthew Dillon #define AR_D7_LCL_IFS 0x105c /* DCU-specific IFS settings */ 156*572ff6f6SMatthew Dillon #define AR_D8_LCL_IFS 0x1060 /* DCU-specific IFS settings */ 157*572ff6f6SMatthew Dillon #define AR_D9_LCL_IFS 0x1064 /* DCU-specific IFS settings */ 158*572ff6f6SMatthew Dillon #define AR_DLCL_IFS(i) (AR_D0_LCL_IFS + ((i)<<2)) 159*572ff6f6SMatthew Dillon 160*572ff6f6SMatthew Dillon #define AR_D0_RETRY_LIMIT 0x1080 /* Retry limits */ 161*572ff6f6SMatthew Dillon #define AR_D1_RETRY_LIMIT 0x1084 /* Retry limits */ 162*572ff6f6SMatthew Dillon #define AR_D2_RETRY_LIMIT 0x1088 /* Retry limits */ 163*572ff6f6SMatthew Dillon #define AR_D3_RETRY_LIMIT 0x108c /* Retry limits */ 164*572ff6f6SMatthew Dillon #define AR_D4_RETRY_LIMIT 0x1090 /* Retry limits */ 165*572ff6f6SMatthew Dillon #define AR_D5_RETRY_LIMIT 0x1094 /* Retry limits */ 166*572ff6f6SMatthew Dillon #define AR_D6_RETRY_LIMIT 0x1098 /* Retry limits */ 167*572ff6f6SMatthew Dillon #define AR_D7_RETRY_LIMIT 0x109c /* Retry limits */ 168*572ff6f6SMatthew Dillon #define AR_D8_RETRY_LIMIT 0x10a0 /* Retry limits */ 169*572ff6f6SMatthew Dillon #define AR_D9_RETRY_LIMIT 0x10a4 /* Retry limits */ 170*572ff6f6SMatthew Dillon #define AR_DRETRY_LIMIT(i) (AR_D0_RETRY_LIMIT + ((i)<<2)) 171*572ff6f6SMatthew Dillon 172*572ff6f6SMatthew Dillon #define AR_D0_CHNTIME 0x10c0 /* ChannelTime settings */ 173*572ff6f6SMatthew Dillon #define AR_D1_CHNTIME 0x10c4 /* ChannelTime settings */ 174*572ff6f6SMatthew Dillon #define AR_D2_CHNTIME 0x10c8 /* ChannelTime settings */ 175*572ff6f6SMatthew Dillon #define AR_D3_CHNTIME 0x10cc /* ChannelTime settings */ 176*572ff6f6SMatthew Dillon #define AR_D4_CHNTIME 0x10d0 /* ChannelTime settings */ 177*572ff6f6SMatthew Dillon #define AR_D5_CHNTIME 0x10d4 /* ChannelTime settings */ 178*572ff6f6SMatthew Dillon #define AR_D6_CHNTIME 0x10d8 /* ChannelTime settings */ 179*572ff6f6SMatthew Dillon #define AR_D7_CHNTIME 0x10dc /* ChannelTime settings */ 180*572ff6f6SMatthew Dillon #define AR_D8_CHNTIME 0x10e0 /* ChannelTime settings */ 181*572ff6f6SMatthew Dillon #define AR_D9_CHNTIME 0x10e4 /* ChannelTime settings */ 182*572ff6f6SMatthew Dillon #define AR_DCHNTIME(i) (AR_D0_CHNTIME + ((i)<<2)) 183*572ff6f6SMatthew Dillon 184*572ff6f6SMatthew Dillon #define AR_D0_MISC 0x1100 /* Misc DCU-specific settings */ 185*572ff6f6SMatthew Dillon #define AR_D1_MISC 0x1104 /* Misc DCU-specific settings */ 186*572ff6f6SMatthew Dillon #define AR_D2_MISC 0x1108 /* Misc DCU-specific settings */ 187*572ff6f6SMatthew Dillon #define AR_D3_MISC 0x110c /* Misc DCU-specific settings */ 188*572ff6f6SMatthew Dillon #define AR_D4_MISC 0x1110 /* Misc DCU-specific settings */ 189*572ff6f6SMatthew Dillon #define AR_D5_MISC 0x1114 /* Misc DCU-specific settings */ 190*572ff6f6SMatthew Dillon #define AR_D6_MISC 0x1118 /* Misc DCU-specific settings */ 191*572ff6f6SMatthew Dillon #define AR_D7_MISC 0x111c /* Misc DCU-specific settings */ 192*572ff6f6SMatthew Dillon #define AR_D8_MISC 0x1120 /* Misc DCU-specific settings */ 193*572ff6f6SMatthew Dillon #define AR_D9_MISC 0x1124 /* Misc DCU-specific settings */ 194*572ff6f6SMatthew Dillon #define AR_DMISC(i) (AR_D0_MISC + ((i)<<2)) 195*572ff6f6SMatthew Dillon 196*572ff6f6SMatthew Dillon #define AR_D0_SEQNUM 0x1140 /* Frame seqnum control/status */ 197*572ff6f6SMatthew Dillon #define AR_D1_SEQNUM 0x1144 /* Frame seqnum control/status */ 198*572ff6f6SMatthew Dillon #define AR_D2_SEQNUM 0x1148 /* Frame seqnum control/status */ 199*572ff6f6SMatthew Dillon #define AR_D3_SEQNUM 0x114c /* Frame seqnum control/status */ 200*572ff6f6SMatthew Dillon #define AR_D4_SEQNUM 0x1150 /* Frame seqnum control/status */ 201*572ff6f6SMatthew Dillon #define AR_D5_SEQNUM 0x1154 /* Frame seqnum control/status */ 202*572ff6f6SMatthew Dillon #define AR_D6_SEQNUM 0x1158 /* Frame seqnum control/status */ 203*572ff6f6SMatthew Dillon #define AR_D7_SEQNUM 0x115c /* Frame seqnum control/status */ 204*572ff6f6SMatthew Dillon #define AR_D8_SEQNUM 0x1160 /* Frame seqnum control/status */ 205*572ff6f6SMatthew Dillon #define AR_D9_SEQNUM 0x1164 /* Frame seqnum control/status */ 206*572ff6f6SMatthew Dillon #define AR_DSEQNUM(i) (AR_D0_SEQNUM + ((i<<2))) 207*572ff6f6SMatthew Dillon 208*572ff6f6SMatthew Dillon /* MAC DCU-global IFS settings */ 209*572ff6f6SMatthew Dillon #define AR_D_GBL_IFS_SIFS 0x1030 /* DCU global SIFS settings */ 210*572ff6f6SMatthew Dillon #define AR_D_GBL_IFS_SLOT 0x1070 /* DC global slot interval */ 211*572ff6f6SMatthew Dillon #define AR_D_GBL_IFS_EIFS 0x10b0 /* DCU global EIFS setting */ 212*572ff6f6SMatthew Dillon #define AR_D_GBL_IFS_MISC 0x10f0 /* DCU global misc. IFS settings */ 213*572ff6f6SMatthew Dillon #define AR_D_FPCTL 0x1230 /* DCU frame prefetch settings */ 214*572ff6f6SMatthew Dillon #define AR_D_TXPSE 0x1270 /* DCU transmit pause control/status */ 215*572ff6f6SMatthew Dillon #define AR_D_TXBLK_CMD 0x1038 /* DCU transmit filter cmd (w/only) */ 216*572ff6f6SMatthew Dillon #define AR_D_TXBLK_DATA(i) (AR_D_TXBLK_CMD+(i)) /* DCU transmit filter data */ 217*572ff6f6SMatthew Dillon #define AR_D_TXBLK_CLR 0x143c /* DCU clear tx filter (w/only) */ 218*572ff6f6SMatthew Dillon #define AR_D_TXBLK_SET 0x147c /* DCU set tx filter (w/only) */ 219*572ff6f6SMatthew Dillon 220*572ff6f6SMatthew Dillon #define AR_D_TXPSE 0x1270 /* DCU transmit pause control/status */ 221*572ff6f6SMatthew Dillon 222*572ff6f6SMatthew Dillon #define AR_RC 0x4000 /* Warm reset control register */ 223*572ff6f6SMatthew Dillon #define AR_SCR 0x4004 /* Sleep control register */ 224*572ff6f6SMatthew Dillon #define AR_INTPEND 0x4008 /* Interrupt Pending register */ 225*572ff6f6SMatthew Dillon #define AR_SFR 0x400C /* Sleep force register */ 226*572ff6f6SMatthew Dillon #define AR_PCICFG 0x4010 /* PCI configuration register */ 227*572ff6f6SMatthew Dillon #define AR_GPIOCR 0x4014 /* GPIO control register */ 228*572ff6f6SMatthew Dillon #define AR_GPIODO 0x4018 /* GPIO data output access register */ 229*572ff6f6SMatthew Dillon #define AR_GPIODI 0x401C /* GPIO data input access register */ 230*572ff6f6SMatthew Dillon #define AR_SREV 0x4020 /* Silicon Revision register */ 231*572ff6f6SMatthew Dillon 232*572ff6f6SMatthew Dillon #define AR_EEPROM_ADDR 0x6000 /* EEPROM address register (10 bit) */ 233*572ff6f6SMatthew Dillon #define AR_EEPROM_DATA 0x6004 /* EEPROM data register (16 bit) */ 234*572ff6f6SMatthew Dillon #define AR_EEPROM_CMD 0x6008 /* EEPROM command register */ 235*572ff6f6SMatthew Dillon #define AR_EEPROM_STS 0x600c /* EEPROM status register */ 236*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG 0x6010 /* EEPROM configuration register */ 237*572ff6f6SMatthew Dillon 238*572ff6f6SMatthew Dillon #define AR_STA_ID0 0x8000 /* station ID0 - low 32 bits */ 239*572ff6f6SMatthew Dillon #define AR_STA_ID1 0x8004 /* station ID1 - upper 16 bits */ 240*572ff6f6SMatthew Dillon #define AR_BSS_ID0 0x8008 /* BSSID low 32 bits */ 241*572ff6f6SMatthew Dillon #define AR_BSS_ID1 0x800C /* BSSID upper 16 bits / AID */ 242*572ff6f6SMatthew Dillon #define AR_SLOT_TIME 0x8010 /* Time-out after a collision */ 243*572ff6f6SMatthew Dillon #define AR_TIME_OUT 0x8014 /* ACK & CTS time-out */ 244*572ff6f6SMatthew Dillon #define AR_RSSI_THR 0x8018 /* RSSI warning & missed beacon threshold */ 245*572ff6f6SMatthew Dillon #define AR_USEC 0x801c /* transmit latency register */ 246*572ff6f6SMatthew Dillon #define AR_BEACON 0x8020 /* beacon control value/mode bits */ 247*572ff6f6SMatthew Dillon #define AR_CFP_PERIOD 0x8024 /* CFP Interval (TU/msec) */ 248*572ff6f6SMatthew Dillon #define AR_TIMER0 0x8028 /* Next beacon time (TU/msec) */ 249*572ff6f6SMatthew Dillon #define AR_TIMER1 0x802c /* DMA beacon alert time (1/8 TU) */ 250*572ff6f6SMatthew Dillon #define AR_TIMER2 0x8030 /* Software beacon alert (1/8 TU) */ 251*572ff6f6SMatthew Dillon #define AR_TIMER3 0x8034 /* ATIM window time */ 252*572ff6f6SMatthew Dillon #define AR_CFP_DUR 0x8038 /* maximum CFP duration in TU */ 253*572ff6f6SMatthew Dillon #define AR_RX_FILTER 0x803C /* receive filter register */ 254*572ff6f6SMatthew Dillon #define AR_MCAST_FIL0 0x8040 /* multicast filter lower 32 bits */ 255*572ff6f6SMatthew Dillon #define AR_MCAST_FIL1 0x8044 /* multicast filter upper 32 bits */ 256*572ff6f6SMatthew Dillon #define AR_DIAG_SW 0x8048 /* PCU control register */ 257*572ff6f6SMatthew Dillon #define AR_TSF_L32 0x804c /* local clock lower 32 bits */ 258*572ff6f6SMatthew Dillon #define AR_TSF_U32 0x8050 /* local clock upper 32 bits */ 259*572ff6f6SMatthew Dillon #define AR_TST_ADDAC 0x8054 /* ADDAC test register */ 260*572ff6f6SMatthew Dillon #define AR_DEF_ANTENNA 0x8058 /* default antenna register */ 261*572ff6f6SMatthew Dillon 262*572ff6f6SMatthew Dillon #define AR_LAST_TSTP 0x8080 /* Time stamp of the last beacon rcvd */ 263*572ff6f6SMatthew Dillon #define AR_NAV 0x8084 /* current NAV value */ 264*572ff6f6SMatthew Dillon #define AR_RTS_OK 0x8088 /* RTS exchange success counter */ 265*572ff6f6SMatthew Dillon #define AR_RTS_FAIL 0x808c /* RTS exchange failure counter */ 266*572ff6f6SMatthew Dillon #define AR_ACK_FAIL 0x8090 /* ACK failure counter */ 267*572ff6f6SMatthew Dillon #define AR_FCS_FAIL 0x8094 /* FCS check failure counter */ 268*572ff6f6SMatthew Dillon #define AR_BEACON_CNT 0x8098 /* Valid beacon counter */ 269*572ff6f6SMatthew Dillon 270*572ff6f6SMatthew Dillon #define AR_KEYTABLE_0 0x8800 /* Encryption key table */ 271*572ff6f6SMatthew Dillon #define AR_KEYTABLE(n) (AR_KEYTABLE_0 + ((n)*32)) 272*572ff6f6SMatthew Dillon 273*572ff6f6SMatthew Dillon #define AR_CR_RXE 0x00000004 /* Receive enable */ 274*572ff6f6SMatthew Dillon #define AR_CR_RXD 0x00000020 /* Receive disable */ 275*572ff6f6SMatthew Dillon #define AR_CR_SWI 0x00000040 /* One-shot software interrupt */ 276*572ff6f6SMatthew Dillon #define AR_CR_BITS "\20\3RXE\6RXD\7SWI" 277*572ff6f6SMatthew Dillon 278*572ff6f6SMatthew Dillon #define AR_CFG_SWTD 0x00000001 /* byteswap tx descriptor words */ 279*572ff6f6SMatthew Dillon #define AR_CFG_SWTB 0x00000002 /* byteswap tx data buffer words */ 280*572ff6f6SMatthew Dillon #define AR_CFG_SWRD 0x00000004 /* byteswap rx descriptor words */ 281*572ff6f6SMatthew Dillon #define AR_CFG_SWRB 0x00000008 /* byteswap rx data buffer words */ 282*572ff6f6SMatthew Dillon #define AR_CFG_SWRG 0x00000010 /* byteswap register access data words */ 283*572ff6f6SMatthew Dillon #define AR_CFG_AP_ADHOC_INDICATION 0x00000020 /* AP/adhoc indication (0-AP, 1-Adhoc) */ 284*572ff6f6SMatthew Dillon #define AR_CFG_PHOK 0x00000100 /* PHY OK status */ 285*572ff6f6SMatthew Dillon #define AR_CFG_EEBS 0x00000200 /* EEPROM busy */ 286*572ff6f6SMatthew Dillon #define AR_CFG_CLK_GATE_DIS 0x00000400 /* Clock gating disable (Oahu only) */ 287*572ff6f6SMatthew Dillon #define AR_CFG_PCI_MASTER_REQ_Q_THRESH_M 0x00060000 /* Mask of PCI core master request queue full threshold */ 288*572ff6f6SMatthew Dillon #define AR_CFG_PCI_MASTER_REQ_Q_THRESH_S 17 /* Shift for PCI core master request queue full threshold */ 289*572ff6f6SMatthew Dillon #define AR_CFG_BITS \ 290*572ff6f6SMatthew Dillon "\20\1SWTD\2SWTB\3SWRD\4SWRB\5SWRG\10PHYOK11EEBS" 291*572ff6f6SMatthew Dillon 292*572ff6f6SMatthew Dillon #define AR_IER_ENABLE 0x00000001 /* Global interrupt enable */ 293*572ff6f6SMatthew Dillon #define AR_IER_DISABLE 0x00000000 /* Global interrupt disable */ 294*572ff6f6SMatthew Dillon #define AR_IER_BITS "\20\1ENABLE" 295*572ff6f6SMatthew Dillon 296*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_6_M 0x000000FF 297*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_6_S 0 298*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_9_M 0x0000FF00 299*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_9_S 8 300*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_12_M 0x00FF0000 301*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_12_S 16 302*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_18_M 0xFF000000 303*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_18_S 24 304*572ff6f6SMatthew Dillon 305*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_24_M 0x000000FF 306*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_24_S 0 307*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_36_M 0x0000FF00 308*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_36_S 8 309*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_48_M 0x00FF0000 310*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_48_S 16 311*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_54_M 0xFF000000 312*572ff6f6SMatthew Dillon #define AR_RTSD0_RTS_DURATION_54_S 24 313*572ff6f6SMatthew Dillon 314*572ff6f6SMatthew Dillon #define AR_DMASIZE_4B 0x00000000 /* DMA size 4 bytes (TXCFG + RXCFG) */ 315*572ff6f6SMatthew Dillon #define AR_DMASIZE_8B 0x00000001 /* DMA size 8 bytes */ 316*572ff6f6SMatthew Dillon #define AR_DMASIZE_16B 0x00000002 /* DMA size 16 bytes */ 317*572ff6f6SMatthew Dillon #define AR_DMASIZE_32B 0x00000003 /* DMA size 32 bytes */ 318*572ff6f6SMatthew Dillon #define AR_DMASIZE_64B 0x00000004 /* DMA size 64 bytes */ 319*572ff6f6SMatthew Dillon #define AR_DMASIZE_128B 0x00000005 /* DMA size 128 bytes */ 320*572ff6f6SMatthew Dillon #define AR_DMASIZE_256B 0x00000006 /* DMA size 256 bytes */ 321*572ff6f6SMatthew Dillon #define AR_DMASIZE_512B 0x00000007 /* DMA size 512 bytes */ 322*572ff6f6SMatthew Dillon 323*572ff6f6SMatthew Dillon #define AR_TXCFG_FTRIG_M 0x000003F0 /* Mask for Frame trigger level */ 324*572ff6f6SMatthew Dillon #define AR_TXCFG_FTRIG_S 4 /* Shift for Frame trigger level */ 325*572ff6f6SMatthew Dillon #define AR_TXCFG_FTRIG_IMMED 0x00000000 /* bytes in PCU TX FIFO before air */ 326*572ff6f6SMatthew Dillon #define AR_TXCFG_FTRIG_64B 0x00000010 /* default */ 327*572ff6f6SMatthew Dillon #define AR_TXCFG_FTRIG_128B 0x00000020 328*572ff6f6SMatthew Dillon #define AR_TXCFG_FTRIG_192B 0x00000030 329*572ff6f6SMatthew Dillon #define AR_TXCFG_FTRIG_256B 0x00000040 /* 5 bits total */ 330*572ff6f6SMatthew Dillon #define AR_TXCFG_BITS "\20" 331*572ff6f6SMatthew Dillon 332*572ff6f6SMatthew Dillon #define AR5311_RXCFG_DEF_RX_ANTENNA 0x00000008 /* Default Receive Antenna */ 333*572ff6f6SMatthew Dillon /* Maui2/Spirit only - reserved on Oahu */ 334*572ff6f6SMatthew Dillon #define AR_RXCFG_ZLFDMA 0x00000010 /* Enable DMA of zero-length frame */ 335*572ff6f6SMatthew Dillon #define AR_RXCFG_EN_JUM 0x00000020 /* Enable jumbo rx descriptors */ 336*572ff6f6SMatthew Dillon #define AR_RXCFG_WR_JUM 0x00000040 /* Wrap jumbo rx descriptors */ 337*572ff6f6SMatthew Dillon 338*572ff6f6SMatthew Dillon #define AR_MIBC_COW 0x00000001 /* counter overflow warning */ 339*572ff6f6SMatthew Dillon #define AR_MIBC_FMC 0x00000002 /* freeze MIB counters */ 340*572ff6f6SMatthew Dillon #define AR_MIBC_CMC 0x00000004 /* clear MIB counters */ 341*572ff6f6SMatthew Dillon #define AR_MIBC_MCS 0x00000008 /* MIB counter strobe, increment all */ 342*572ff6f6SMatthew Dillon 343*572ff6f6SMatthew Dillon #define AR_TOPS_MASK 0x0000FFFF /* Mask for timeout prescale */ 344*572ff6f6SMatthew Dillon 345*572ff6f6SMatthew Dillon #define AR_RXNPTO_MASK 0x000003FF /* Mask for no frame received timeout */ 346*572ff6f6SMatthew Dillon 347*572ff6f6SMatthew Dillon #define AR_TXNPTO_MASK 0x000003FF /* Mask for no frame transmitted timeout */ 348*572ff6f6SMatthew Dillon #define AR_TXNPTO_QCU_MASK 0x03FFFC00 /* Mask indicating the set of QCUs */ 349*572ff6f6SMatthew Dillon /* for which frame completions will cause */ 350*572ff6f6SMatthew Dillon /* a reset of the no frame transmitted timeout */ 351*572ff6f6SMatthew Dillon 352*572ff6f6SMatthew Dillon #define AR_RPGTO_MASK 0x000003FF /* Mask for receive frame gap timeout */ 353*572ff6f6SMatthew Dillon 354*572ff6f6SMatthew Dillon #define AR_RPCNT_MASK 0x0000001F /* Mask for receive frame count limit */ 355*572ff6f6SMatthew Dillon 356*572ff6f6SMatthew Dillon #define AR_MACMISC_DMA_OBS_M 0x000001E0 /* Mask for DMA observation bus mux select */ 357*572ff6f6SMatthew Dillon #define AR_MACMISC_DMA_OBS_S 5 /* Shift for DMA observation bus mux select */ 358*572ff6f6SMatthew Dillon #define AR_MACMISC_MISC_OBS_M 0x00000E00 /* Mask for MISC observation bus mux select */ 359*572ff6f6SMatthew Dillon #define AR_MACMISC_MISC_OBS_S 9 /* Shift for MISC observation bus mux select */ 360*572ff6f6SMatthew Dillon #define AR_MACMISC_MAC_OBS_BUS_LSB_M 0x00007000 /* Mask for MAC observation bus mux select (lsb) */ 361*572ff6f6SMatthew Dillon #define AR_MACMISC_MAC_OBS_BUS_LSB_S 12 /* Shift for MAC observation bus mux select (lsb) */ 362*572ff6f6SMatthew Dillon #define AR_MACMISC_MAC_OBS_BUS_MSB_M 0x00038000 /* Mask for MAC observation bus mux select (msb) */ 363*572ff6f6SMatthew Dillon #define AR_MACMISC_MAC_OBS_BUS_MSB_S 15 /* Shift for MAC observation bus mux select (msb) */ 364*572ff6f6SMatthew Dillon 365*572ff6f6SMatthew Dillon /* Maui2/Spirit only. */ 366*572ff6f6SMatthew Dillon #define AR5311_QDCLKGATE_QCU_M 0x0000FFFF /* Mask for QCU clock disable */ 367*572ff6f6SMatthew Dillon #define AR5311_QDCLKGATE_DCU_M 0x07FF0000 /* Mask for DCU clock disable */ 368*572ff6f6SMatthew Dillon 369*572ff6f6SMatthew Dillon /* Interrupt Status Registers */ 370*572ff6f6SMatthew Dillon #define AR_ISR_RXOK 0x00000001 /* At least one frame received sans errors */ 371*572ff6f6SMatthew Dillon #define AR_ISR_RXDESC 0x00000002 /* Receive interrupt request */ 372*572ff6f6SMatthew Dillon #define AR_ISR_RXERR 0x00000004 /* Receive error interrupt */ 373*572ff6f6SMatthew Dillon #define AR_ISR_RXNOPKT 0x00000008 /* No frame received within timeout clock */ 374*572ff6f6SMatthew Dillon #define AR_ISR_RXEOL 0x00000010 /* Received descriptor empty interrupt */ 375*572ff6f6SMatthew Dillon #define AR_ISR_RXORN 0x00000020 /* Receive FIFO overrun interrupt */ 376*572ff6f6SMatthew Dillon #define AR_ISR_TXOK 0x00000040 /* Transmit okay interrupt */ 377*572ff6f6SMatthew Dillon #define AR_ISR_TXDESC 0x00000080 /* Transmit interrupt request */ 378*572ff6f6SMatthew Dillon #define AR_ISR_TXERR 0x00000100 /* Transmit error interrupt */ 379*572ff6f6SMatthew Dillon #define AR_ISR_TXNOPKT 0x00000200 /* No frame transmitted interrupt */ 380*572ff6f6SMatthew Dillon #define AR_ISR_TXEOL 0x00000400 /* Transmit descriptor empty interrupt */ 381*572ff6f6SMatthew Dillon #define AR_ISR_TXURN 0x00000800 /* Transmit FIFO underrun interrupt */ 382*572ff6f6SMatthew Dillon #define AR_ISR_MIB 0x00001000 /* MIB interrupt - see MIBC */ 383*572ff6f6SMatthew Dillon #define AR_ISR_SWI 0x00002000 /* Software interrupt */ 384*572ff6f6SMatthew Dillon #define AR_ISR_RXPHY 0x00004000 /* PHY receive error interrupt */ 385*572ff6f6SMatthew Dillon #define AR_ISR_RXKCM 0x00008000 /* Key-cache miss interrupt */ 386*572ff6f6SMatthew Dillon #define AR_ISR_SWBA 0x00010000 /* Software beacon alert interrupt */ 387*572ff6f6SMatthew Dillon #define AR_ISR_BRSSI 0x00020000 /* Beacon threshold interrupt */ 388*572ff6f6SMatthew Dillon #define AR_ISR_BMISS 0x00040000 /* Beacon missed interrupt */ 389*572ff6f6SMatthew Dillon #define AR_ISR_HIUERR 0x00080000 /* An unexpected bus error has occurred */ 390*572ff6f6SMatthew Dillon #define AR_ISR_BNR 0x00100000 /* Beacon not ready interrupt */ 391*572ff6f6SMatthew Dillon #define AR_ISR_TIM 0x00800000 /* TIM interrupt */ 392*572ff6f6SMatthew Dillon #define AR_ISR_GPIO 0x01000000 /* GPIO Interrupt */ 393*572ff6f6SMatthew Dillon #define AR_ISR_QCBROVF 0x02000000 /* QCU CBR overflow interrupt */ 394*572ff6f6SMatthew Dillon #define AR_ISR_QCBRURN 0x04000000 /* QCU CBR underrun interrupt */ 395*572ff6f6SMatthew Dillon #define AR_ISR_QTRIG 0x08000000 /* QCU scheduling trigger interrupt */ 396*572ff6f6SMatthew Dillon #define AR_ISR_RESV0 0xF0000000 /* Reserved */ 397*572ff6f6SMatthew Dillon 398*572ff6f6SMatthew Dillon #define AR_ISR_S0_QCU_TXOK_M 0x000003FF /* Mask for TXOK (QCU 0-9) */ 399*572ff6f6SMatthew Dillon #define AR_ISR_S0_QCU_TXDESC_M 0x03FF0000 /* Mask for TXDESC (QCU 0-9) */ 400*572ff6f6SMatthew Dillon 401*572ff6f6SMatthew Dillon #define AR_ISR_S1_QCU_TXERR_M 0x000003FF /* Mask for TXERR (QCU 0-9) */ 402*572ff6f6SMatthew Dillon #define AR_ISR_S1_QCU_TXEOL_M 0x03FF0000 /* Mask for TXEOL (QCU 0-9) */ 403*572ff6f6SMatthew Dillon 404*572ff6f6SMatthew Dillon #define AR_ISR_S2_QCU_TXURN_M 0x000003FF /* Mask for TXURN (QCU 0-9) */ 405*572ff6f6SMatthew Dillon #define AR_ISR_S2_MCABT 0x00010000 /* Master cycle abort interrupt */ 406*572ff6f6SMatthew Dillon #define AR_ISR_S2_SSERR 0x00020000 /* SERR interrupt */ 407*572ff6f6SMatthew Dillon #define AR_ISR_S2_DPERR 0x00040000 /* PCI bus parity error */ 408*572ff6f6SMatthew Dillon #define AR_ISR_S2_RESV0 0xFFF80000 /* Reserved */ 409*572ff6f6SMatthew Dillon 410*572ff6f6SMatthew Dillon #define AR_ISR_S3_QCU_QCBROVF_M 0x000003FF /* Mask for QCBROVF (QCU 0-9) */ 411*572ff6f6SMatthew Dillon #define AR_ISR_S3_QCU_QCBRURN_M 0x03FF0000 /* Mask for QCBRURN (QCU 0-9) */ 412*572ff6f6SMatthew Dillon 413*572ff6f6SMatthew Dillon #define AR_ISR_S4_QCU_QTRIG_M 0x000003FF /* Mask for QTRIG (QCU 0-9) */ 414*572ff6f6SMatthew Dillon #define AR_ISR_S4_RESV0 0xFFFFFC00 /* Reserved */ 415*572ff6f6SMatthew Dillon 416*572ff6f6SMatthew Dillon /* Interrupt Mask Registers */ 417*572ff6f6SMatthew Dillon #define AR_IMR_RXOK 0x00000001 /* At least one frame received sans errors */ 418*572ff6f6SMatthew Dillon #define AR_IMR_RXDESC 0x00000002 /* Receive interrupt request */ 419*572ff6f6SMatthew Dillon #define AR_IMR_RXERR 0x00000004 /* Receive error interrupt */ 420*572ff6f6SMatthew Dillon #define AR_IMR_RXNOPKT 0x00000008 /* No frame received within timeout clock */ 421*572ff6f6SMatthew Dillon #define AR_IMR_RXEOL 0x00000010 /* Received descriptor empty interrupt */ 422*572ff6f6SMatthew Dillon #define AR_IMR_RXORN 0x00000020 /* Receive FIFO overrun interrupt */ 423*572ff6f6SMatthew Dillon #define AR_IMR_TXOK 0x00000040 /* Transmit okay interrupt */ 424*572ff6f6SMatthew Dillon #define AR_IMR_TXDESC 0x00000080 /* Transmit interrupt request */ 425*572ff6f6SMatthew Dillon #define AR_IMR_TXERR 0x00000100 /* Transmit error interrupt */ 426*572ff6f6SMatthew Dillon #define AR_IMR_TXNOPKT 0x00000200 /* No frame transmitted interrupt */ 427*572ff6f6SMatthew Dillon #define AR_IMR_TXEOL 0x00000400 /* Transmit descriptor empty interrupt */ 428*572ff6f6SMatthew Dillon #define AR_IMR_TXURN 0x00000800 /* Transmit FIFO underrun interrupt */ 429*572ff6f6SMatthew Dillon #define AR_IMR_MIB 0x00001000 /* MIB interrupt - see MIBC */ 430*572ff6f6SMatthew Dillon #define AR_IMR_SWI 0x00002000 /* Software interrupt */ 431*572ff6f6SMatthew Dillon #define AR_IMR_RXPHY 0x00004000 /* PHY receive error interrupt */ 432*572ff6f6SMatthew Dillon #define AR_IMR_RXKCM 0x00008000 /* Key-cache miss interrupt */ 433*572ff6f6SMatthew Dillon #define AR_IMR_SWBA 0x00010000 /* Software beacon alert interrupt */ 434*572ff6f6SMatthew Dillon #define AR_IMR_BRSSI 0x00020000 /* Beacon threshold interrupt */ 435*572ff6f6SMatthew Dillon #define AR_IMR_BMISS 0x00040000 /* Beacon missed interrupt */ 436*572ff6f6SMatthew Dillon #define AR_IMR_HIUERR 0x00080000 /* An unexpected bus error has occurred */ 437*572ff6f6SMatthew Dillon #define AR_IMR_BNR 0x00100000 /* BNR interrupt */ 438*572ff6f6SMatthew Dillon #define AR_IMR_TIM 0x00800000 /* TIM interrupt */ 439*572ff6f6SMatthew Dillon #define AR_IMR_GPIO 0x01000000 /* GPIO Interrupt */ 440*572ff6f6SMatthew Dillon #define AR_IMR_QCBROVF 0x02000000 /* QCU CBR overflow interrupt */ 441*572ff6f6SMatthew Dillon #define AR_IMR_QCBRURN 0x04000000 /* QCU CBR underrun interrupt */ 442*572ff6f6SMatthew Dillon #define AR_IMR_QTRIG 0x08000000 /* QCU scheduling trigger interrupt */ 443*572ff6f6SMatthew Dillon #define AR_IMR_RESV0 0xF0000000 /* Reserved */ 444*572ff6f6SMatthew Dillon 445*572ff6f6SMatthew Dillon #define AR_IMR_S0_QCU_TXOK 0x000003FF /* Mask for TXOK (QCU 0-9) */ 446*572ff6f6SMatthew Dillon #define AR_IMR_S0_QCU_TXOK_S 0 447*572ff6f6SMatthew Dillon #define AR_IMR_S0_QCU_TXDESC 0x03FF0000 /* Mask for TXDESC (QCU 0-9) */ 448*572ff6f6SMatthew Dillon #define AR_IMR_S0_QCU_TXDESC_S 16 /* Shift for TXDESC (QCU 0-9) */ 449*572ff6f6SMatthew Dillon 450*572ff6f6SMatthew Dillon #define AR_IMR_S1_QCU_TXERR 0x000003FF /* Mask for TXERR (QCU 0-9) */ 451*572ff6f6SMatthew Dillon #define AR_IMR_S1_QCU_TXERR_S 0 452*572ff6f6SMatthew Dillon #define AR_IMR_S1_QCU_TXEOL 0x03FF0000 /* Mask for TXEOL (QCU 0-9) */ 453*572ff6f6SMatthew Dillon #define AR_IMR_S1_QCU_TXEOL_S 16 /* Shift for TXEOL (QCU 0-9) */ 454*572ff6f6SMatthew Dillon 455*572ff6f6SMatthew Dillon #define AR_IMR_S2_QCU_TXURN 0x000003FF /* Mask for TXURN (QCU 0-9) */ 456*572ff6f6SMatthew Dillon #define AR_IMR_S2_QCU_TXURN_S 0 457*572ff6f6SMatthew Dillon #define AR_IMR_S2_MCABT 0x00010000 /* Master cycle abort interrupt */ 458*572ff6f6SMatthew Dillon #define AR_IMR_S2_SSERR 0x00020000 /* SERR interrupt */ 459*572ff6f6SMatthew Dillon #define AR_IMR_S2_DPERR 0x00040000 /* PCI bus parity error */ 460*572ff6f6SMatthew Dillon #define AR_IMR_S2_RESV0 0xFFF80000 /* Reserved */ 461*572ff6f6SMatthew Dillon 462*572ff6f6SMatthew Dillon #define AR_IMR_S3_QCU_QCBROVF_M 0x000003FF /* Mask for QCBROVF (QCU 0-9) */ 463*572ff6f6SMatthew Dillon #define AR_IMR_S3_QCU_QCBRURN_M 0x03FF0000 /* Mask for QCBRURN (QCU 0-9) */ 464*572ff6f6SMatthew Dillon #define AR_IMR_S3_QCU_QCBRURN_S 16 /* Shift for QCBRURN (QCU 0-9) */ 465*572ff6f6SMatthew Dillon 466*572ff6f6SMatthew Dillon #define AR_IMR_S4_QCU_QTRIG_M 0x000003FF /* Mask for QTRIG (QCU 0-9) */ 467*572ff6f6SMatthew Dillon #define AR_IMR_S4_RESV0 0xFFFFFC00 /* Reserved */ 468*572ff6f6SMatthew Dillon 469*572ff6f6SMatthew Dillon /* Interrupt status registers (read-and-clear access, secondary shadow copies) */ 470*572ff6f6SMatthew Dillon 471*572ff6f6SMatthew Dillon /* QCU registers */ 472*572ff6f6SMatthew Dillon #define AR_NUM_QCU 10 /* Only use QCU 0-9 for forward QCU compatibility */ 473*572ff6f6SMatthew Dillon #define AR_QCU_0 0x0001 474*572ff6f6SMatthew Dillon #define AR_QCU_1 0x0002 475*572ff6f6SMatthew Dillon #define AR_QCU_2 0x0004 476*572ff6f6SMatthew Dillon #define AR_QCU_3 0x0008 477*572ff6f6SMatthew Dillon #define AR_QCU_4 0x0010 478*572ff6f6SMatthew Dillon #define AR_QCU_5 0x0020 479*572ff6f6SMatthew Dillon #define AR_QCU_6 0x0040 480*572ff6f6SMatthew Dillon #define AR_QCU_7 0x0080 481*572ff6f6SMatthew Dillon #define AR_QCU_8 0x0100 482*572ff6f6SMatthew Dillon #define AR_QCU_9 0x0200 483*572ff6f6SMatthew Dillon 484*572ff6f6SMatthew Dillon #define AR_Q_TXE_M 0x000003FF /* Mask for TXE (QCU 0-9) */ 485*572ff6f6SMatthew Dillon 486*572ff6f6SMatthew Dillon #define AR_Q_TXD_M 0x000003FF /* Mask for TXD (QCU 0-9) */ 487*572ff6f6SMatthew Dillon 488*572ff6f6SMatthew Dillon #define AR_Q_CBRCFG_CBR_INTERVAL 0x00FFFFFF /* Mask for CBR interval (us) */ 489*572ff6f6SMatthew Dillon #define AR_Q_CBRCFG_CBR_INTERVAL_S 0 /* Shift for CBR interval */ 490*572ff6f6SMatthew Dillon #define AR_Q_CBRCFG_CBR_OVF_THRESH 0xFF000000 /* Mask for CBR overflow threshold */ 491*572ff6f6SMatthew Dillon #define AR_Q_CBRCFG_CBR_OVF_THRESH_S 24 /* Shift for " " " */ 492*572ff6f6SMatthew Dillon 493*572ff6f6SMatthew Dillon #define AR_Q_RDYTIMECFG_INT 0x00FFFFFF /* CBR interval (us) */ 494*572ff6f6SMatthew Dillon #define AR_Q_RDYTIMECFG_INT_S 0 /* Shift for ReadyTime Interval (us) */ 495*572ff6f6SMatthew Dillon #define AR_Q_RDYTIMECFG_DURATION_M 0x00FFFFFF /* Mask for CBR interval (us) */ 496*572ff6f6SMatthew Dillon #define AR_Q_RDYTIMECFG_EN 0x01000000 /* ReadyTime enable */ 497*572ff6f6SMatthew Dillon #define AR_Q_RDYTIMECFG_RESV0 0xFE000000 /* Reserved */ 498*572ff6f6SMatthew Dillon 499*572ff6f6SMatthew Dillon #define AR_Q_ONESHOTARM_SC_M 0x0000FFFF /* Mask for MAC_Q_ONESHOTARM_SC (QCU 0-15) */ 500*572ff6f6SMatthew Dillon #define AR_Q_ONESHOTARM_SC_RESV0 0xFFFF0000 /* Reserved */ 501*572ff6f6SMatthew Dillon 502*572ff6f6SMatthew Dillon #define AR_Q_ONESHOTARM_CC_M 0x0000FFFF /* Mask for MAC_Q_ONESHOTARM_CC (QCU 0-15) */ 503*572ff6f6SMatthew Dillon #define AR_Q_ONESHOTARM_CC_RESV0 0xFFFF0000 /* Reserved */ 504*572ff6f6SMatthew Dillon 505*572ff6f6SMatthew Dillon #define AR_Q_MISC_FSP_M 0x0000000F /* Mask for Frame Scheduling Policy */ 506*572ff6f6SMatthew Dillon #define AR_Q_MISC_FSP_ASAP 0 /* ASAP */ 507*572ff6f6SMatthew Dillon #define AR_Q_MISC_FSP_CBR 1 /* CBR */ 508*572ff6f6SMatthew Dillon #define AR_Q_MISC_FSP_DBA_GATED 2 /* DMA Beacon Alert gated */ 509*572ff6f6SMatthew Dillon #define AR_Q_MISC_FSP_TIM_GATED 3 /* TIM gated */ 510*572ff6f6SMatthew Dillon #define AR_Q_MISC_FSP_BEACON_SENT_GATED 4 /* Beacon-sent-gated */ 511*572ff6f6SMatthew Dillon #define AR_Q_MISC_ONE_SHOT_EN 0x00000010 /* OneShot enable */ 512*572ff6f6SMatthew Dillon #define AR_Q_MISC_CBR_INCR_DIS1 0x00000020 /* Disable CBR expired counter 513*572ff6f6SMatthew Dillon incr (empty q) */ 514*572ff6f6SMatthew Dillon #define AR_Q_MISC_CBR_INCR_DIS0 0x00000040 /* Disable CBR expired counter 515*572ff6f6SMatthew Dillon incr (empty beacon q) */ 516*572ff6f6SMatthew Dillon #define AR_Q_MISC_BEACON_USE 0x00000080 /* Beacon use indication */ 517*572ff6f6SMatthew Dillon #define AR_Q_MISC_CBR_EXP_CNTR_LIMIT 0x00000100 /* CBR expired counter limit enable */ 518*572ff6f6SMatthew Dillon #define AR_Q_MISC_RDYTIME_EXP_POLICY 0x00000200 /* Enable TXE cleared on ReadyTime expired or VEOL */ 519*572ff6f6SMatthew Dillon #define AR_Q_MISC_RESET_CBR_EXP_CTR 0x00000400 /* Reset CBR expired counter */ 520*572ff6f6SMatthew Dillon #define AR_Q_MISC_DCU_EARLY_TERM_REQ 0x00000800 /* DCU frame early termination request control */ 521*572ff6f6SMatthew Dillon #define AR_Q_MISC_RESV0 0xFFFFF000 /* Reserved */ 522*572ff6f6SMatthew Dillon 523*572ff6f6SMatthew Dillon #define AR_Q_STS_PEND_FR_CNT_M 0x00000003 /* Mask for Pending Frame Count */ 524*572ff6f6SMatthew Dillon #define AR_Q_STS_RESV0 0x000000FC /* Reserved */ 525*572ff6f6SMatthew Dillon #define AR_Q_STS_CBR_EXP_CNT_M 0x0000FF00 /* Mask for CBR expired counter */ 526*572ff6f6SMatthew Dillon #define AR_Q_STS_RESV1 0xFFFF0000 /* Reserved */ 527*572ff6f6SMatthew Dillon 528*572ff6f6SMatthew Dillon #define AR_Q_RDYTIMESHDN_M 0x000003FF /* Mask for ReadyTimeShutdown status (QCU 0-9) */ 529*572ff6f6SMatthew Dillon 530*572ff6f6SMatthew Dillon /* DCU registers */ 531*572ff6f6SMatthew Dillon #define AR_NUM_DCU 10 /* Only use 10 DCU's for forward QCU/DCU compatibility */ 532*572ff6f6SMatthew Dillon #define AR_DCU_0 0x0001 533*572ff6f6SMatthew Dillon #define AR_DCU_1 0x0002 534*572ff6f6SMatthew Dillon #define AR_DCU_2 0x0004 535*572ff6f6SMatthew Dillon #define AR_DCU_3 0x0008 536*572ff6f6SMatthew Dillon #define AR_DCU_4 0x0010 537*572ff6f6SMatthew Dillon #define AR_DCU_5 0x0020 538*572ff6f6SMatthew Dillon #define AR_DCU_6 0x0040 539*572ff6f6SMatthew Dillon #define AR_DCU_7 0x0080 540*572ff6f6SMatthew Dillon #define AR_DCU_8 0x0100 541*572ff6f6SMatthew Dillon #define AR_DCU_9 0x0200 542*572ff6f6SMatthew Dillon 543*572ff6f6SMatthew Dillon #define AR_D_QCUMASK_M 0x000003FF /* Mask for QCU Mask (QCU 0-9) */ 544*572ff6f6SMatthew Dillon #define AR_D_QCUMASK_RESV0 0xFFFFFC00 /* Reserved */ 545*572ff6f6SMatthew Dillon 546*572ff6f6SMatthew Dillon #define AR_D_LCL_IFS_CWMIN 0x000003FF /* Mask for CW_MIN */ 547*572ff6f6SMatthew Dillon #define AR_D_LCL_IFS_CWMIN_S 0 /* Shift for CW_MIN */ 548*572ff6f6SMatthew Dillon #define AR_D_LCL_IFS_CWMAX 0x000FFC00 /* Mask for CW_MAX */ 549*572ff6f6SMatthew Dillon #define AR_D_LCL_IFS_CWMAX_S 10 /* Shift for CW_MAX */ 550*572ff6f6SMatthew Dillon #define AR_D_LCL_IFS_AIFS 0x0FF00000 /* Mask for AIFS */ 551*572ff6f6SMatthew Dillon #define AR_D_LCL_IFS_AIFS_S 20 /* Shift for AIFS */ 552*572ff6f6SMatthew Dillon #define AR_D_LCL_IFS_RESV0 0xF0000000 /* Reserved */ 553*572ff6f6SMatthew Dillon 554*572ff6f6SMatthew Dillon #define AR_D_RETRY_LIMIT_FR_SH 0x0000000F /* Mask for frame short retry limit */ 555*572ff6f6SMatthew Dillon #define AR_D_RETRY_LIMIT_FR_SH_S 0 /* Shift for frame short retry limit */ 556*572ff6f6SMatthew Dillon #define AR_D_RETRY_LIMIT_FR_LG 0x000000F0 /* Mask for frame long retry limit */ 557*572ff6f6SMatthew Dillon #define AR_D_RETRY_LIMIT_FR_LG_S 4 /* Shift for frame long retry limit */ 558*572ff6f6SMatthew Dillon #define AR_D_RETRY_LIMIT_STA_SH 0x00003F00 /* Mask for station short retry limit */ 559*572ff6f6SMatthew Dillon #define AR_D_RETRY_LIMIT_STA_SH_S 8 /* Shift for station short retry limit */ 560*572ff6f6SMatthew Dillon #define AR_D_RETRY_LIMIT_STA_LG 0x000FC000 /* Mask for station short retry limit */ 561*572ff6f6SMatthew Dillon #define AR_D_RETRY_LIMIT_STA_LG_S 14 /* Shift for station short retry limit */ 562*572ff6f6SMatthew Dillon #define AR_D_RETRY_LIMIT_RESV0 0xFFF00000 /* Reserved */ 563*572ff6f6SMatthew Dillon 564*572ff6f6SMatthew Dillon #define AR_D_CHNTIME_EN 0x00100000 /* ChannelTime enable */ 565*572ff6f6SMatthew Dillon #define AR_D_CHNTIME_RESV0 0xFFE00000 /* Reserved */ 566*572ff6f6SMatthew Dillon #define AR_D_CHNTIME_DUR 0x000FFFFF /* Mask for ChannelTime duration (us) */ 567*572ff6f6SMatthew Dillon #define AR_D_CHNTIME_DUR_S 0 /* Shift for ChannelTime duration */ 568*572ff6f6SMatthew Dillon 569*572ff6f6SMatthew Dillon #define AR_D_MISC_BKOFF_THRESH_M 0x000007FF /* Mask for Backoff threshold setting */ 570*572ff6f6SMatthew Dillon #define AR_D_MISC_FRAG_BKOFF_EN 0x00000200 /* Backoff during a frag burst */ 571*572ff6f6SMatthew Dillon #define AR_D_MISC_HCF_POLL_EN 0x00000800 /* HFC poll enable */ 572*572ff6f6SMatthew Dillon #define AR_D_MISC_BKOFF_PERSISTENCE 0x00001000 /* Backoff persistence factor setting */ 573*572ff6f6SMatthew Dillon #define AR_D_MISC_FR_PREFETCH_EN 0x00002000 /* Frame prefetch enable */ 574*572ff6f6SMatthew Dillon #define AR_D_MISC_VIR_COL_HANDLING_M 0x0000C000 /* Mask for Virtual collision handling policy */ 575*572ff6f6SMatthew Dillon #define AR_D_MISC_VIR_COL_HANDLING_NORMAL 0 /* Normal */ 576*572ff6f6SMatthew Dillon #define AR_D_MISC_VIR_COL_HANDLING_MODIFIED 1 /* Modified */ 577*572ff6f6SMatthew Dillon #define AR_D_MISC_VIR_COL_HANDLING_IGNORE 2 /* Ignore */ 578*572ff6f6SMatthew Dillon #define AR_D_MISC_BEACON_USE 0x00010000 /* Beacon use indication */ 579*572ff6f6SMatthew Dillon #define AR_D_MISC_ARB_LOCKOUT_CNTRL 0x00060000 /* Mask for DCU arbiter lockout control */ 580*572ff6f6SMatthew Dillon #define AR_D_MISC_ARB_LOCKOUT_CNTRL_S 17 /* Shift for DCU arbiter lockout control */ 581*572ff6f6SMatthew Dillon #define AR_D_MISC_ARB_LOCKOUT_CNTRL_NONE 0 /* No lockout */ 582*572ff6f6SMatthew Dillon #define AR_D_MISC_ARB_LOCKOUT_CNTRL_INTRA_FR 1 /* Intra-frame */ 583*572ff6f6SMatthew Dillon #define AR_D_MISC_ARB_LOCKOUT_CNTRL_GLOBAL 2 /* Global */ 584*572ff6f6SMatthew Dillon #define AR_D_MISC_ARB_LOCKOUT_IGNORE 0x00080000 /* DCU arbiter lockout ignore control */ 585*572ff6f6SMatthew Dillon #define AR_D_MISC_SEQ_NUM_INCR_DIS 0x00100000 /* Sequence number increment disable */ 586*572ff6f6SMatthew Dillon #define AR_D_MISC_POST_FR_BKOFF_DIS 0x00200000 /* Post-frame backoff disable */ 587*572ff6f6SMatthew Dillon #define AR_D_MISC_VIRT_COLL_POLICY 0x00400000 /* Virtual coll. handling policy */ 588*572ff6f6SMatthew Dillon #define AR_D_MISC_BLOWN_IFS_POLICY 0x00800000 /* Blown IFS handling policy */ 589*572ff6f6SMatthew Dillon #define AR5311_D_MISC_SEQ_NUM_CONTROL 0x01000000 /* Sequence Number local or global */ 590*572ff6f6SMatthew Dillon /* Maui2/Spirit only, reserved on Oahu */ 591*572ff6f6SMatthew Dillon #define AR_D_MISC_RESV0 0xFE000000 /* Reserved */ 592*572ff6f6SMatthew Dillon 593*572ff6f6SMatthew Dillon #define AR_D_SEQNUM_M 0x00000FFF /* Mask for value of sequence number */ 594*572ff6f6SMatthew Dillon #define AR_D_SEQNUM_RESV0 0xFFFFF000 /* Reserved */ 595*572ff6f6SMatthew Dillon 596*572ff6f6SMatthew Dillon #define AR_D_GBL_IFS_MISC_LFSR_SLICE_SEL 0x00000007 /* Mask forLFSR slice select */ 597*572ff6f6SMatthew Dillon #define AR_D_GBL_IFS_MISC_TURBO_MODE 0x00000008 /* Turbo mode indication */ 598*572ff6f6SMatthew Dillon #define AR_D_GBL_IFS_MISC_SIFS_DURATION_USEC 0x000003F0 /* Mask for SIFS duration (us) */ 599*572ff6f6SMatthew Dillon #define AR_D_GBL_IFS_MISC_USEC_DURATION 0x000FFC00 /* Mask for microsecond duration */ 600*572ff6f6SMatthew Dillon #define AR_D_GBL_IFS_MISC_DCU_ARBITER_DLY 0x00300000 /* Mask for DCU arbiter delay */ 601*572ff6f6SMatthew Dillon #define AR_D_GBL_IFS_MISC_RESV0 0xFFC00000 /* Reserved */ 602*572ff6f6SMatthew Dillon 603*572ff6f6SMatthew Dillon /* Oahu only */ 604*572ff6f6SMatthew Dillon #define AR_D_TXPSE_CTRL_M 0x000003FF /* Mask of DCUs to pause (DCUs 0-9) */ 605*572ff6f6SMatthew Dillon #define AR_D_TXPSE_RESV0 0x0000FC00 /* Reserved */ 606*572ff6f6SMatthew Dillon #define AR_D_TXPSE_STATUS 0x00010000 /* Transmit pause status */ 607*572ff6f6SMatthew Dillon #define AR_D_TXPSE_RESV1 0xFFFE0000 /* Reserved */ 608*572ff6f6SMatthew Dillon 609*572ff6f6SMatthew Dillon /* DMA & PCI Registers in PCI space (usable during sleep) */ 610*572ff6f6SMatthew Dillon #define AR_RC_MAC 0x00000001 /* MAC reset */ 611*572ff6f6SMatthew Dillon #define AR_RC_BB 0x00000002 /* Baseband reset */ 612*572ff6f6SMatthew Dillon #define AR_RC_RESV0 0x00000004 /* Reserved */ 613*572ff6f6SMatthew Dillon #define AR_RC_RESV1 0x00000008 /* Reserved */ 614*572ff6f6SMatthew Dillon #define AR_RC_PCI 0x00000010 /* PCI-core reset */ 615*572ff6f6SMatthew Dillon #define AR_RC_BITS "\20\1MAC\2BB\3RESV0\4RESV1\5RPCI" 616*572ff6f6SMatthew Dillon 617*572ff6f6SMatthew Dillon #define AR_SCR_SLDUR 0x0000ffff /* sleep duration mask, units of 128us */ 618*572ff6f6SMatthew Dillon #define AR_SCR_SLDUR_S 0 619*572ff6f6SMatthew Dillon #define AR_SCR_SLE 0x00030000 /* sleep enable mask */ 620*572ff6f6SMatthew Dillon #define AR_SCR_SLE_S 16 /* sleep enable bits shift */ 621*572ff6f6SMatthew Dillon /* 622*572ff6f6SMatthew Dillon * The previous values for the following three defines were: 623*572ff6f6SMatthew Dillon * 624*572ff6f6SMatthew Dillon * AR_SCR_SLE_WAKE 0x00000000 625*572ff6f6SMatthew Dillon * AR_SCR_SLE_SLP 0x00010000 626*572ff6f6SMatthew Dillon * AR_SCR_SLE_NORM 0x00020000 627*572ff6f6SMatthew Dillon * 628*572ff6f6SMatthew Dillon * However, these have been pre-shifted with AR_SCR_SLE_S. The 629*572ff6f6SMatthew Dillon * OS_REG_READ() macro would attempt to shift them again, effectively 630*572ff6f6SMatthew Dillon * shifting out any of the set bits completely. 631*572ff6f6SMatthew Dillon */ 632*572ff6f6SMatthew Dillon #define AR_SCR_SLE_WAKE 0 /* force wake */ 633*572ff6f6SMatthew Dillon #define AR_SCR_SLE_SLP 1 /* force sleep */ 634*572ff6f6SMatthew Dillon #define AR_SCR_SLE_NORM 2 /* sleep logic normal operation */ 635*572ff6f6SMatthew Dillon #define AR_SCR_SLE_UNITS 0x00000008 /* SCR units/TU */ 636*572ff6f6SMatthew Dillon #define AR_SCR_BITS "\20\20SLE_SLP\21SLE" 637*572ff6f6SMatthew Dillon 638*572ff6f6SMatthew Dillon #define AR_INTPEND_TRUE 0x00000001 /* interrupt pending */ 639*572ff6f6SMatthew Dillon #define AR_INTPEND_BITS "\20\1IP" 640*572ff6f6SMatthew Dillon 641*572ff6f6SMatthew Dillon #define AR_SFR_SLEEP 0x00000001 /* force sleep */ 642*572ff6f6SMatthew Dillon 643*572ff6f6SMatthew Dillon #define AR_PCICFG_CLKRUNEN 0x00000004 /* enable PCI CLKRUN function */ 644*572ff6f6SMatthew Dillon #define AR_PCICFG_EEPROM_SIZE_M 0x00000018 /* Mask for EEPROM size */ 645*572ff6f6SMatthew Dillon #define AR_PCICFG_EEPROM_SIZE_S 3 /* Mask for EEPROM size */ 646*572ff6f6SMatthew Dillon #define AR_PCICFG_EEPROM_SIZE_4K 0 /* EEPROM size 4 Kbit */ 647*572ff6f6SMatthew Dillon #define AR_PCICFG_EEPROM_SIZE_8K 1 /* EEPROM size 8 Kbit */ 648*572ff6f6SMatthew Dillon #define AR_PCICFG_EEPROM_SIZE_16K 2 /* EEPROM size 16 Kbit */ 649*572ff6f6SMatthew Dillon #define AR_PCICFG_EEPROM_SIZE_FAILED 3 /* Failure */ 650*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDCTL 0x00000060 /* LED control Status */ 651*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDCTL_NONE 0x00000000 /* STA is not associated or trying */ 652*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDCTL_PEND 0x00000020 /* STA is trying to associate */ 653*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDCTL_ASSOC 0x00000040 /* STA is associated */ 654*572ff6f6SMatthew Dillon #define AR_PCICFG_PCI_BUS_SEL_M 0x00000380 /* Mask for PCI observation bus mux select */ 655*572ff6f6SMatthew Dillon #define AR_PCICFG_DIS_CBE_FIX 0x00000400 /* Disable fix for bad PCI CBE# generation */ 656*572ff6f6SMatthew Dillon #define AR_PCICFG_SL_INTEN 0x00000800 /* enable interrupt line assertion when asleep */ 657*572ff6f6SMatthew Dillon #define AR_PCICFG_RESV0 0x00001000 /* Reserved */ 658*572ff6f6SMatthew Dillon #define AR_PCICFG_SL_INPEN 0x00002000 /* Force asleep when an interrupt is pending */ 659*572ff6f6SMatthew Dillon #define AR_PCICFG_RESV1 0x0000C000 /* Reserved */ 660*572ff6f6SMatthew Dillon #define AR_PCICFG_SPWR_DN 0x00010000 /* mask for sleep/awake indication */ 661*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDMODE 0x000E0000 /* LED mode */ 662*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDMODE_PROP 0x00000000 /* Blink prop to filtered tx/rx */ 663*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDMODE_RPROP 0x00020000 /* Blink prop to unfiltered tx/rx */ 664*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDMODE_SPLIT 0x00040000 /* Blink power for tx/net for rx */ 665*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDMODE_RAND 0x00060000 /* Blink randomly */ 666*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDBLINK 0x00700000 /* LED blink threshold select */ 667*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDBLINK_S 20 668*572ff6f6SMatthew Dillon #define AR_PCICFG_LEDSLOW 0x00800000 /* LED slowest blink rate mode */ 669*572ff6f6SMatthew Dillon #define AR_PCICFG_RESV2 0xFF000000 /* Reserved */ 670*572ff6f6SMatthew Dillon #define AR_PCICFG_BITS "\20\3CLKRUNEN\13SL_INTEN" 671*572ff6f6SMatthew Dillon 672*572ff6f6SMatthew Dillon #define AR_GPIOCR_CR_SHIFT 2 /* Each CR is 2 bits */ 673*572ff6f6SMatthew Dillon #define AR_GPIOCR_0_CR_N 0x00000000 /* Input only mode for GPIODO[0] */ 674*572ff6f6SMatthew Dillon #define AR_GPIOCR_0_CR_0 0x00000001 /* Output only if GPIODO[0] = 0 */ 675*572ff6f6SMatthew Dillon #define AR_GPIOCR_0_CR_1 0x00000002 /* Output only if GPIODO[0] = 1 */ 676*572ff6f6SMatthew Dillon #define AR_GPIOCR_0_CR_A 0x00000003 /* Always output */ 677*572ff6f6SMatthew Dillon #define AR_GPIOCR_1_CR_N 0x00000000 /* Input only mode for GPIODO[1] */ 678*572ff6f6SMatthew Dillon #define AR_GPIOCR_1_CR_0 0x00000004 /* Output only if GPIODO[1] = 0 */ 679*572ff6f6SMatthew Dillon #define AR_GPIOCR_1_CR_1 0x00000008 /* Output only if GPIODO[1] = 1 */ 680*572ff6f6SMatthew Dillon #define AR_GPIOCR_1_CR_A 0x0000000C /* Always output */ 681*572ff6f6SMatthew Dillon #define AR_GPIOCR_2_CR_N 0x00000000 /* Input only mode for GPIODO[2] */ 682*572ff6f6SMatthew Dillon #define AR_GPIOCR_2_CR_0 0x00000010 /* Output only if GPIODO[2] = 0 */ 683*572ff6f6SMatthew Dillon #define AR_GPIOCR_2_CR_1 0x00000020 /* Output only if GPIODO[2] = 1 */ 684*572ff6f6SMatthew Dillon #define AR_GPIOCR_2_CR_A 0x00000030 /* Always output */ 685*572ff6f6SMatthew Dillon #define AR_GPIOCR_3_CR_N 0x00000000 /* Input only mode for GPIODO[3] */ 686*572ff6f6SMatthew Dillon #define AR_GPIOCR_3_CR_0 0x00000040 /* Output only if GPIODO[3] = 0 */ 687*572ff6f6SMatthew Dillon #define AR_GPIOCR_3_CR_1 0x00000080 /* Output only if GPIODO[3] = 1 */ 688*572ff6f6SMatthew Dillon #define AR_GPIOCR_3_CR_A 0x000000C0 /* Always output */ 689*572ff6f6SMatthew Dillon #define AR_GPIOCR_4_CR_N 0x00000000 /* Input only mode for GPIODO[4] */ 690*572ff6f6SMatthew Dillon #define AR_GPIOCR_4_CR_0 0x00000100 /* Output only if GPIODO[4] = 0 */ 691*572ff6f6SMatthew Dillon #define AR_GPIOCR_4_CR_1 0x00000200 /* Output only if GPIODO[4] = 1 */ 692*572ff6f6SMatthew Dillon #define AR_GPIOCR_4_CR_A 0x00000300 /* Always output */ 693*572ff6f6SMatthew Dillon #define AR_GPIOCR_5_CR_N 0x00000000 /* Input only mode for GPIODO[5] */ 694*572ff6f6SMatthew Dillon #define AR_GPIOCR_5_CR_0 0x00000400 /* Output only if GPIODO[5] = 0 */ 695*572ff6f6SMatthew Dillon #define AR_GPIOCR_5_CR_1 0x00000800 /* Output only if GPIODO[5] = 1 */ 696*572ff6f6SMatthew Dillon #define AR_GPIOCR_5_CR_A 0x00000C00 /* Always output */ 697*572ff6f6SMatthew Dillon #define AR_GPIOCR_INT_SHIFT 12 /* Interrupt select field shifter */ 698*572ff6f6SMatthew Dillon #define AR_GPIOCR_INT_MASK 0x00007000 /* Interrupt select field mask */ 699*572ff6f6SMatthew Dillon #define AR_GPIOCR_INT_SEL0 0x00000000 /* Select Interrupt Pin GPIO_0 */ 700*572ff6f6SMatthew Dillon #define AR_GPIOCR_INT_SEL1 0x00001000 /* Select Interrupt Pin GPIO_1 */ 701*572ff6f6SMatthew Dillon #define AR_GPIOCR_INT_SEL2 0x00002000 /* Select Interrupt Pin GPIO_2 */ 702*572ff6f6SMatthew Dillon #define AR_GPIOCR_INT_SEL3 0x00003000 /* Select Interrupt Pin GPIO_3 */ 703*572ff6f6SMatthew Dillon #define AR_GPIOCR_INT_SEL4 0x00004000 /* Select Interrupt Pin GPIO_4 */ 704*572ff6f6SMatthew Dillon #define AR_GPIOCR_INT_SEL5 0x00005000 /* Select Interrupt Pin GPIO_5 */ 705*572ff6f6SMatthew Dillon #define AR_GPIOCR_INT_ENA 0x00008000 /* Enable GPIO Interrupt */ 706*572ff6f6SMatthew Dillon #define AR_GPIOCR_INT_SELL 0x00000000 /* Generate Interrupt if selected pin is low */ 707*572ff6f6SMatthew Dillon #define AR_GPIOCR_INT_SELH 0x00010000 /* Generate Interrupt if selected pin is high */ 708*572ff6f6SMatthew Dillon 709*572ff6f6SMatthew Dillon #define AR_SREV_ID_M 0x000000FF /* Mask to read SREV info */ 710*572ff6f6SMatthew Dillon #define AR_PCICFG_EEPROM_SIZE_16K 2 /* EEPROM size 16 Kbit */ 711*572ff6f6SMatthew Dillon #define AR_SREV_ID_S 4 /* Major Rev Info */ 712*572ff6f6SMatthew Dillon #define AR_SREV_REVISION_M 0x0000000F /* Chip revision level */ 713*572ff6f6SMatthew Dillon #define AR_SREV_FPGA 1 714*572ff6f6SMatthew Dillon #define AR_SREV_D2PLUS 2 715*572ff6f6SMatthew Dillon #define AR_SREV_D2PLUS_MS 3 /* metal spin */ 716*572ff6f6SMatthew Dillon #define AR_SREV_CRETE 4 717*572ff6f6SMatthew Dillon #define AR_SREV_CRETE_MS 5 /* FCS metal spin */ 718*572ff6f6SMatthew Dillon #define AR_SREV_CRETE_MS23 7 /* 2.3 metal spin (6 skipped) */ 719*572ff6f6SMatthew Dillon #define AR_SREV_CRETE_23 8 /* 2.3 full tape out */ 720*572ff6f6SMatthew Dillon #define AR_SREV_VERSION_M 0x000000F0 /* Chip version indication */ 721*572ff6f6SMatthew Dillon #define AR_SREV_VERSION_CRETE 0 722*572ff6f6SMatthew Dillon #define AR_SREV_VERSION_MAUI_1 1 723*572ff6f6SMatthew Dillon #define AR_SREV_VERSION_MAUI_2 2 724*572ff6f6SMatthew Dillon #define AR_SREV_VERSION_SPIRIT 3 725*572ff6f6SMatthew Dillon #define AR_SREV_VERSION_OAHU 4 726*572ff6f6SMatthew Dillon #define AR_SREV_OAHU_ES 0 /* Engineering Sample */ 727*572ff6f6SMatthew Dillon #define AR_SREV_OAHU_PROD 2 /* Production */ 728*572ff6f6SMatthew Dillon 729*572ff6f6SMatthew Dillon #define RAD5_SREV_MAJOR 0x10 /* All current supported ar5211 5 GHz radios are rev 0x10 */ 730*572ff6f6SMatthew Dillon #define RAD5_SREV_PROD 0x15 /* Current production level radios */ 731*572ff6f6SMatthew Dillon #define RAD2_SREV_MAJOR 0x20 /* All current supported ar5211 2 GHz radios are rev 0x10 */ 732*572ff6f6SMatthew Dillon 733*572ff6f6SMatthew Dillon /* EEPROM Registers in the MAC */ 734*572ff6f6SMatthew Dillon #define AR_EEPROM_CMD_READ 0x00000001 735*572ff6f6SMatthew Dillon #define AR_EEPROM_CMD_WRITE 0x00000002 736*572ff6f6SMatthew Dillon #define AR_EEPROM_CMD_RESET 0x00000004 737*572ff6f6SMatthew Dillon 738*572ff6f6SMatthew Dillon #define AR_EEPROM_STS_READ_ERROR 0x00000001 739*572ff6f6SMatthew Dillon #define AR_EEPROM_STS_READ_COMPLETE 0x00000002 740*572ff6f6SMatthew Dillon #define AR_EEPROM_STS_WRITE_ERROR 0x00000004 741*572ff6f6SMatthew Dillon #define AR_EEPROM_STS_WRITE_COMPLETE 0x00000008 742*572ff6f6SMatthew Dillon 743*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_SIZE_M 0x00000003 /* Mask for EEPROM size determination override */ 744*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_SIZE_AUTO 0 745*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_SIZE_4KBIT 1 746*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_SIZE_8KBIT 2 747*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_SIZE_16KBIT 3 748*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_DIS_WAIT_WRITE_COMPL 0x00000004 /* Disable wait for write completion */ 749*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_CLOCK_M 0x00000018 /* Mask for EEPROM clock rate control */ 750*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_CLOCK_S 3 /* Shift for EEPROM clock rate control */ 751*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_CLOCK_156KHZ 0 752*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_CLOCK_312KHZ 1 753*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_CLOCK_625KHZ 2 754*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_RESV0 0x000000E0 /* Reserved */ 755*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_PROT_KEY_M 0x00FFFF00 /* Mask for EEPROM protection key */ 756*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_PROT_KEY_S 8 /* Shift for EEPROM protection key */ 757*572ff6f6SMatthew Dillon #define AR_EEPROM_CFG_EN_L 0x01000000 /* EPRM_EN_L setting */ 758*572ff6f6SMatthew Dillon 759*572ff6f6SMatthew Dillon /* MAC PCU Registers */ 760*572ff6f6SMatthew Dillon #define AR_STA_ID1_SADH_MASK 0x0000FFFF /* Mask for upper 16 bits of MAC addr */ 761*572ff6f6SMatthew Dillon #define AR_STA_ID1_STA_AP 0x00010000 /* Device is AP */ 762*572ff6f6SMatthew Dillon #define AR_STA_ID1_ADHOC 0x00020000 /* Device is ad-hoc */ 763*572ff6f6SMatthew Dillon #define AR_STA_ID1_PWR_SAV 0x00040000 /* Power save reporting in self-generated frames */ 764*572ff6f6SMatthew Dillon #define AR_STA_ID1_KSRCHDIS 0x00080000 /* Key search disable */ 765*572ff6f6SMatthew Dillon #define AR_STA_ID1_PCF 0x00100000 /* Observe PCF */ 766*572ff6f6SMatthew Dillon #define AR_STA_ID1_DEFAULT_ANTENNA 0x00200000 /* Use default antenna */ 767*572ff6f6SMatthew Dillon #define AR_STA_ID1_DESC_ANTENNA 0x00400000 /* Update default antenna w/ TX antenna */ 768*572ff6f6SMatthew Dillon #define AR_STA_ID1_RTS_USE_DEF 0x00800000 /* Use default antenna to send RTS */ 769*572ff6f6SMatthew Dillon #define AR_STA_ID1_ACKCTS_6MB 0x01000000 /* Use 6Mb/s rate for ACK & CTS */ 770*572ff6f6SMatthew Dillon #define AR_STA_ID1_BASE_RATE_11B 0x02000000 /* Use 11b base rate for ACK & CTS */ 771*572ff6f6SMatthew Dillon #define AR_STA_ID1_BITS \ 772*572ff6f6SMatthew Dillon "\20\20AP\21ADHOC\22PWR_SAV\23KSRCHDIS\25PCF" 773*572ff6f6SMatthew Dillon 774*572ff6f6SMatthew Dillon #define AR_BSS_ID1_U16_M 0x0000FFFF /* Mask for upper 16 bits of BSSID */ 775*572ff6f6SMatthew Dillon #define AR_BSS_ID1_AID_M 0xFFFF0000 /* Mask for association ID */ 776*572ff6f6SMatthew Dillon #define AR_BSS_ID1_AID_S 16 /* Shift for association ID */ 777*572ff6f6SMatthew Dillon 778*572ff6f6SMatthew Dillon #define AR_SLOT_TIME_MASK 0x000007FF /* Slot time mask */ 779*572ff6f6SMatthew Dillon 780*572ff6f6SMatthew Dillon #define AR_TIME_OUT_ACK 0x00001FFF /* Mask for ACK time-out */ 781*572ff6f6SMatthew Dillon #define AR_TIME_OUT_ACK_S 0 /* Shift for ACK time-out */ 782*572ff6f6SMatthew Dillon #define AR_TIME_OUT_CTS 0x1FFF0000 /* Mask for CTS time-out */ 783*572ff6f6SMatthew Dillon #define AR_TIME_OUT_CTS_S 16 /* Shift for CTS time-out */ 784*572ff6f6SMatthew Dillon 785*572ff6f6SMatthew Dillon #define AR_RSSI_THR_MASK 0x000000FF /* Mask for Beacon RSSI warning threshold */ 786*572ff6f6SMatthew Dillon #define AR_RSSI_THR_BM_THR 0x0000FF00 /* Mask for Missed beacon threshold */ 787*572ff6f6SMatthew Dillon #define AR_RSSI_THR_BM_THR_S 8 /* Shift for Missed beacon threshold */ 788*572ff6f6SMatthew Dillon 789*572ff6f6SMatthew Dillon #define AR_USEC_M 0x0000007F /* Mask for clock cycles in 1 usec */ 790*572ff6f6SMatthew Dillon #define AR_USEC_32_M 0x00003F80 /* Mask for number of 32MHz clock cycles in 1 usec */ 791*572ff6f6SMatthew Dillon #define AR_USEC_32_S 7 /* Shift for number of 32MHz clock cycles in 1 usec */ 792*572ff6f6SMatthew Dillon /* 793*572ff6f6SMatthew Dillon * Tx/Rx latencies are to signal start and are in usecs. 794*572ff6f6SMatthew Dillon * 795*572ff6f6SMatthew Dillon * NOTE: AR5211/AR5311 difference: on Oahu, the TX latency field 796*572ff6f6SMatthew Dillon * has increased from 6 bits to 9 bits. The RX latency field 797*572ff6f6SMatthew Dillon * is unchanged, but is shifted over 3 bits. 798*572ff6f6SMatthew Dillon */ 799*572ff6f6SMatthew Dillon #define AR5311_USEC_TX_LAT_M 0x000FC000 /* Tx latency */ 800*572ff6f6SMatthew Dillon #define AR5311_USEC_TX_LAT_S 14 801*572ff6f6SMatthew Dillon #define AR5311_USEC_RX_LAT_M 0x03F00000 /* Rx latency */ 802*572ff6f6SMatthew Dillon #define AR5311_USEC_RX_LAT_S 20 803*572ff6f6SMatthew Dillon 804*572ff6f6SMatthew Dillon #define AR5211_USEC_TX_LAT_M 0x007FC000 /* Tx latency */ 805*572ff6f6SMatthew Dillon #define AR5211_USEC_TX_LAT_S 14 806*572ff6f6SMatthew Dillon #define AR5211_USEC_RX_LAT_M 0x1F800000 /* Rx latency */ 807*572ff6f6SMatthew Dillon #define AR5211_USEC_RX_LAT_S 23 808*572ff6f6SMatthew Dillon 809*572ff6f6SMatthew Dillon 810*572ff6f6SMatthew Dillon #define AR_BEACON_PERIOD 0x0000FFFF /* Beacon period in TU/msec */ 811*572ff6f6SMatthew Dillon #define AR_BEACON_PERIOD_S 0 /* Byte offset of PERIOD start*/ 812*572ff6f6SMatthew Dillon #define AR_BEACON_TIM 0x007F0000 /* Byte offset of TIM start */ 813*572ff6f6SMatthew Dillon #define AR_BEACON_TIM_S 16 /* Byte offset of TIM start */ 814*572ff6f6SMatthew Dillon #define AR_BEACON_EN 0x00800000 /* beacon enable */ 815*572ff6f6SMatthew Dillon #define AR_BEACON_RESET_TSF 0x01000000 /* Clears TSF to 0 */ 816*572ff6f6SMatthew Dillon #define AR_BEACON_BITS "\20\27ENABLE\30RESET_TSF" 817*572ff6f6SMatthew Dillon 818*572ff6f6SMatthew Dillon #define AR_RX_FILTER_ALL 0x00000000 /* Disallow all frames */ 819*572ff6f6SMatthew Dillon #define AR_RX_UCAST 0x00000001 /* Allow unicast frames */ 820*572ff6f6SMatthew Dillon #define AR_RX_MCAST 0x00000002 /* Allow multicast frames */ 821*572ff6f6SMatthew Dillon #define AR_RX_BCAST 0x00000004 /* Allow broadcast frames */ 822*572ff6f6SMatthew Dillon #define AR_RX_CONTROL 0x00000008 /* Allow control frames */ 823*572ff6f6SMatthew Dillon #define AR_RX_BEACON 0x00000010 /* Allow beacon frames */ 824*572ff6f6SMatthew Dillon #define AR_RX_PROM 0x00000020 /* Promiscuous mode */ 825*572ff6f6SMatthew Dillon #define AR_RX_PHY_ERR 0x00000040 /* Allow all phy errors */ 826*572ff6f6SMatthew Dillon #define AR_RX_PHY_RADAR 0x00000080 /* Allow radar phy errors */ 827*572ff6f6SMatthew Dillon #define AR_RX_FILTER_BITS \ 828*572ff6f6SMatthew Dillon "\20\1UCAST\2MCAST\3BCAST\4CONTROL\5BEACON\6PROMISC\7PHY_ERR\10PHY_RADAR" 829*572ff6f6SMatthew Dillon 830*572ff6f6SMatthew Dillon #define AR_DIAG_SW_CACHE_ACK 0x00000001 /* disable ACK if no valid key*/ 831*572ff6f6SMatthew Dillon #define AR_DIAG_SW_DIS_ACK 0x00000002 /* disable ACK generation */ 832*572ff6f6SMatthew Dillon #define AR_DIAG_SW_DIS_CTS 0x00000004 /* disable CTS generation */ 833*572ff6f6SMatthew Dillon #define AR_DIAG_SW_DIS_ENCRYPT 0x00000008 /* disable encryption */ 834*572ff6f6SMatthew Dillon #define AR_DIAG_SW_DIS_DECRYPT 0x00000010 /* disable decryption */ 835*572ff6f6SMatthew Dillon #define AR_DIAG_SW_DIS_RX 0x00000020 /* disable receive */ 836*572ff6f6SMatthew Dillon #define AR_DIAG_SW_CORR_FCS 0x00000080 /* corrupt FCS */ 837*572ff6f6SMatthew Dillon #define AR_DIAG_SW_CHAN_INFO 0x00000100 /* dump channel info */ 838*572ff6f6SMatthew Dillon #define AR_DIAG_SW_EN_SCRAMSD 0x00000200 /* enable fixed scrambler seed*/ 839*572ff6f6SMatthew Dillon #define AR5311_DIAG_SW_USE_ECO 0x00000400 /* "super secret" use ECO enable bit */ 840*572ff6f6SMatthew Dillon #define AR_DIAG_SW_SCRAM_SEED_M 0x0001FC00 /* Fixed scrambler seed mask */ 841*572ff6f6SMatthew Dillon #define AR_DIAG_SW_SCRAM_SEED_S 10 /* Fixed scrambler seed shfit */ 842*572ff6f6SMatthew Dillon #define AR_DIAG_SW_FRAME_NV0 0x00020000 /* accept frames of non-zero protocol version */ 843*572ff6f6SMatthew Dillon #define AR_DIAG_SW_OBS_PT_SEL_M 0x000C0000 /* Observation point select */ 844*572ff6f6SMatthew Dillon #define AR_DIAG_SW_OBS_PT_SEL_S 18 /* Observation point select */ 845*572ff6f6SMatthew Dillon #define AR_DIAG_SW_BITS \ 846*572ff6f6SMatthew Dillon "\20\1DIS_CACHE_ACK\2DIS_ACK\3DIS_CTS\4DIS_ENC\5DIS_DEC\6DIS_RX"\ 847*572ff6f6SMatthew Dillon "\11CORR_FCS\12CHAN_INFO\13EN_SCRAM_SEED\14USE_ECO\24FRAME_NV0" 848*572ff6f6SMatthew Dillon 849*572ff6f6SMatthew Dillon #define AR_KEYTABLE_KEY0(n) (AR_KEYTABLE(n) + 0) /* key bit 0-31 */ 850*572ff6f6SMatthew Dillon #define AR_KEYTABLE_KEY1(n) (AR_KEYTABLE(n) + 4) /* key bit 32-47 */ 851*572ff6f6SMatthew Dillon #define AR_KEYTABLE_KEY2(n) (AR_KEYTABLE(n) + 8) /* key bit 48-79 */ 852*572ff6f6SMatthew Dillon #define AR_KEYTABLE_KEY3(n) (AR_KEYTABLE(n) + 12) /* key bit 80-95 */ 853*572ff6f6SMatthew Dillon #define AR_KEYTABLE_KEY4(n) (AR_KEYTABLE(n) + 16) /* key bit 96-127 */ 854*572ff6f6SMatthew Dillon #define AR_KEYTABLE_TYPE(n) (AR_KEYTABLE(n) + 20) /* key type */ 855*572ff6f6SMatthew Dillon #define AR_KEYTABLE_TYPE_40 0x00000000 /* WEP 40 bit key */ 856*572ff6f6SMatthew Dillon #define AR_KEYTABLE_TYPE_104 0x00000001 /* WEP 104 bit key */ 857*572ff6f6SMatthew Dillon #define AR_KEYTABLE_TYPE_128 0x00000003 /* WEP 128 bit key */ 858*572ff6f6SMatthew Dillon #define AR_KEYTABLE_TYPE_AES 0x00000005 /* AES 128 bit key */ 859*572ff6f6SMatthew Dillon #define AR_KEYTABLE_TYPE_CLR 0x00000007 /* no encryption */ 860*572ff6f6SMatthew Dillon #define AR_KEYTABLE_MAC0(n) (AR_KEYTABLE(n) + 24) /* MAC address 1-32 */ 861*572ff6f6SMatthew Dillon #define AR_KEYTABLE_MAC1(n) (AR_KEYTABLE(n) + 28) /* MAC address 33-47 */ 862*572ff6f6SMatthew Dillon #define AR_KEYTABLE_VALID 0x00008000 /* key and MAC address valid */ 863*572ff6f6SMatthew Dillon 864*572ff6f6SMatthew Dillon #endif /* _DEV_ATH_AR5211REG_H */ 865