1 /****************************************************************************** 2 * 3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms of version 2 of the GNU General Public License as 7 * published by the Free Software Foundation. 8 * 9 * This program is distributed in the hope that it will be useful, but WITHOUT 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 * more details. 13 * 14 * You should have received a copy of the GNU General Public License along with 15 * this program; if not, write to the Free Software Foundation, Inc., 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 * 18 *******************************************************************************/ 19 #ifndef __RTL8814A_SPEC_H__ 20 #define __RTL8814A_SPEC_H__ 21 22 #include <drv_conf.h> 23 24 25 /* ************************************************************ 26 * 27 * ************************************************************ */ 28 29 /* ----------------------------------------------------- 30 * 31 * 0x0000h ~ 0x00FFh System Configuration 32 * 33 * ----------------------------------------------------- */ 34 #define REG_SYS_ISO_CTRL_8814A 0x0000 /* 2 Byte */ 35 #define REG_SYS_FUNC_EN_8814A 0x0002 /* 2 Byte */ 36 #define REG_SYS_PW_CTRL_8814A 0x0004 /* 4 Byte */ 37 #define REG_SYS_CLKR_8814A 0x0008 /* 2 Byte */ 38 #define REG_SYS_EEPROM_CTRL_8814A 0x000A /* 2 Byte */ 39 #define REG_EE_VPD_8814A 0x000C /* 2 Byte */ 40 #define REG_SYS_SWR_CTRL1_8814A 0x0010 /* 1 Byte */ 41 #define REG_SPS0_CTRL_8814A 0x0011 /* 7 Byte */ 42 #define REG_SYS_SWR_CTRL3_8814A 0x0018 /* 4 Byte */ 43 #define REG_RSV_CTRL_8814A 0x001C /* 3 Byte */ 44 #define REG_RF_CTRL0_8814A 0x001F /* 1 Byte */ 45 #define REG_RF_CTRL1_8814A 0x0020 /* 1 Byte */ 46 #define REG_RF_CTRL2_8814A 0x0021 /* 1 Byte */ 47 #define REG_LPLDO_CTRL_8814A 0x0023 /* 1 Byte */ 48 #define REG_AFE_CTRL1_8814A 0x0024 /* 4 Byte */ 49 #define REG_AFE_CTRL2_8814A 0x0028 /* 4 Byte */ 50 #define REG_AFE_CTRL3_8814A 0x002c /* 4 Byte */ 51 #define REG_EFUSE_CTRL_8814A 0x0030 52 #define REG_LDO_EFUSE_CTRL_8814A 0x0034 53 #define REG_PWR_DATA_8814A 0x0038 54 #define REG_CAL_TIMER_8814A 0x003C 55 #define REG_ACLK_MON_8814A 0x003E 56 #define REG_GPIO_MUXCFG_8814A 0x0040 57 #define REG_GPIO_IO_SEL_8814A 0x0042 58 #define REG_MAC_PINMUX_CFG_8814A 0x0043 59 #define REG_GPIO_PIN_CTRL_8814A 0x0044 60 #define REG_GPIO_INTM_8814A 0x0048 61 #define REG_LEDCFG0_8814A 0x004C 62 #define REG_LEDCFG1_8814A 0x004D 63 #define REG_LEDCFG2_8814A 0x004E 64 #define REG_LEDCFG3_8814A 0x004F 65 #define REG_FSIMR_8814A 0x0050 66 #define REG_FSISR_8814A 0x0054 67 #define REG_HSIMR_8814A 0x0058 68 #define REG_HSISR_8814A 0x005c 69 #define REG_GPIO_EXT_CTRL_8814A 0x0060 70 #define REG_GPIO_STATUS_8814A 0x006C 71 #define REG_SDIO_CTRL_8814A 0x0070 72 #define REG_HCI_OPT_CTRL_8814A 0x0074 73 #define REG_RF_CTRL3_8814A 0x0076 /* 1 Byte */ 74 #define REG_AFE_CTRL4_8814A 0x0078 75 #define REG_8051FW_CTRL_8814A 0x0080 76 #define REG_HIMR0_8814A 0x00B0 77 #define REG_HISR0_8814A 0x00B4 78 #define REG_HIMR1_8814A 0x00B8 79 #define REG_HISR1_8814A 0x00BC 80 #define REG_SYS_CFG1_8814A 0x00F0 81 #define REG_SYS_CFG2_8814A 0x00FC 82 #define REG_SYS_CFG3_8814A 0x1000 83 84 /* ----------------------------------------------------- 85 * 86 * 0x0100h ~ 0x01FFh MACTOP General Configuration 87 * 88 * ----------------------------------------------------- */ 89 #define REG_CR_8814A 0x0100 90 #define REG_PBP_8814A 0x0104 91 #define REG_PKT_BUFF_ACCESS_CTRL_8814A 0x0106 92 #define REG_TRXDMA_CTRL_8814A 0x010C 93 #define REG_TRXFF_BNDY_8814A 0x0114 94 #define REG_TRXFF_STATUS_8814A 0x0118 95 #define REG_RXFF_PTR_8814A 0x011C 96 #define REG_CPWM_8814A 0x012F 97 #define REG_FWIMR_8814A 0x0130 98 #define REG_FWISR_8814A 0x0134 99 #define REG_FTIMR_8814A 0x0138 100 #define REG_PKTBUF_DBG_CTRL_8814A 0x0140 101 #define REG_RXPKTBUF_CTRL_8814A 0x0142 102 #define REG_PKTBUF_DBG_DATA_L_8814A 0x0144 103 #define REG_PKTBUF_DBG_DATA_H_8814A 0x0148 104 105 #define REG_WOWLAN_WAKE_REASON REG_MCUTST_WOWLAN 106 107 #define REG_TC0_CTRL_8814A 0x0150 108 #define REG_TC1_CTRL_8814A 0x0154 109 #define REG_TC2_CTRL_8814A 0x0158 110 #define REG_TC3_CTRL_8814A 0x015C 111 #define REG_TC4_CTRL_8814A 0x0160 112 #define REG_TCUNIT_BASE_8814A 0x0164 113 #define REG_RSVD3_8814A 0x0168 114 #define REG_C2HEVT_MSG_NORMAL_8814A 0x01A0 115 #define REG_C2HEVT_CLEAR_8814A 0x01AF 116 #define REG_MCUTST_1_8814A 0x01C0 117 #define REG_MCUTST_WOWLAN_8814A 0x01C7 118 #define REG_FMETHR_8814A 0x01C8 119 #define REG_HMETFR_8814A 0x01CC 120 #define REG_HMEBOX_0_8814A 0x01D0 121 #define REG_HMEBOX_1_8814A 0x01D4 122 #define REG_HMEBOX_2_8814A 0x01D8 123 #define REG_HMEBOX_3_8814A 0x01DC 124 #define REG_LLT_INIT_8814A 0x01E0 125 #define REG_LLT_ADDR_8814A 0x01E4 /* 20130415 KaiYuan add for 8814 */ 126 #define REG_HMEBOX_EXT0_8814A 0x01F0 127 #define REG_HMEBOX_EXT1_8814A 0x01F4 128 #define REG_HMEBOX_EXT2_8814A 0x01F8 129 #define REG_HMEBOX_EXT3_8814A 0x01FC 130 131 /* ----------------------------------------------------- 132 * 133 * 0x0200h ~ 0x027Fh TXDMA Configuration 134 * 135 * ----------------------------------------------------- */ 136 #define REG_FIFOPAGE_CTRL_1_8814A 0x0200 137 #define REG_FIFOPAGE_CTRL_2_8814A 0x0204 138 #define REG_AUTO_LLT_8814A 0x0208 139 #define REG_TXDMA_OFFSET_CHK_8814A 0x020C 140 #define REG_TXDMA_STATUS_8814A 0x0210 141 #define REG_RQPN_NPQ_8814A 0x0214 142 #define REG_TQPNT1_8814A 0x0218 143 #define REG_TQPNT2_8814A 0x021C 144 #define REG_TQPNT3_8814A 0x0220 145 #define REG_TQPNT4_8814A 0x0224 146 #define REG_RQPN_CTRL_1_8814A 0x0228 147 #define REG_RQPN_CTRL_2_8814A 0x022C 148 #define REG_FIFOPAGE_INFO_1_8814A 0x0230 149 #define REG_FIFOPAGE_INFO_2_8814A 0x0234 150 #define REG_FIFOPAGE_INFO_3_8814A 0x0238 151 #define REG_FIFOPAGE_INFO_4_8814A 0x023C 152 #define REG_FIFOPAGE_INFO_5_8814A 0x0240 153 154 155 /* ----------------------------------------------------- 156 * 157 * 0x0280h ~ 0x02FFh RXDMA Configuration 158 * 159 * ----------------------------------------------------- */ 160 #define REG_RXDMA_AGG_PG_TH_8814A 0x0280 161 #define REG_RXPKT_NUM_8814A 0x0284 /* The number of packets in RXPKTBUF. */ 162 #define REG_RXDMA_CONTROL_8814A 0x0286 /* ?????? Control the RX DMA. */ 163 #define REG_RXDMA_STATUS_8814A 0x0288 164 #define REG_RXDMA_MODE_8814A 0x0290 /* ?????? */ 165 #define REG_EARLY_MODE_CONTROL_8814A 0x02BC /* ?????? */ 166 #define REG_RSVD5_8814A 0x02F0 /* ?????? */ 167 168 169 /* ----------------------------------------------------- 170 * 171 * 0x0300h ~ 0x03FFh PCIe 172 * 173 * ----------------------------------------------------- */ 174 #define REG_PCIE_CTRL_REG_8814A 0x0300 175 #define REG_INT_MIG_8814A 0x0304 /* Interrupt Migration */ 176 #define REG_BCNQ_TXBD_DESA_8814A 0x0308 /* TX Beacon Descriptor Address */ 177 #define REG_MGQ_TXBD_DESA_8814A 0x0310 /* TX Manage Queue Descriptor Address */ 178 #define REG_VOQ_TXBD_DESA_8814A 0x0318 /* TX VO Queue Descriptor Address */ 179 #define REG_VIQ_TXBD_DESA_8814A 0x0320 /* TX VI Queue Descriptor Address */ 180 #define REG_BEQ_TXBD_DESA_8814A 0x0328 /* TX BE Queue Descriptor Address */ 181 #define REG_BKQ_TXBD_DESA_8814A 0x0330 /* TX BK Queue Descriptor Address */ 182 #define REG_RXQ_RXBD_DESA_8814A 0x0338 /* RX Queue Descriptor Address */ 183 #define REG_HI0Q_TXBD_DESA_8814A 0x0340 184 #define REG_HI1Q_TXBD_DESA_8814A 0x0348 185 #define REG_HI2Q_TXBD_DESA_8814A 0x0350 186 #define REG_HI3Q_TXBD_DESA_8814A 0x0358 187 #define REG_HI4Q_TXBD_DESA_8814A 0x0360 188 #define REG_HI5Q_TXBD_DESA_8814A 0x0368 189 #define REG_HI6Q_TXBD_DESA_8814A 0x0370 190 #define REG_HI7Q_TXBD_DESA_8814A 0x0378 191 #define REG_MGQ_TXBD_NUM_8814A 0x0380 192 #define REG_RX_RXBD_NUM_8814A 0x0382 193 #define REG_VOQ_TXBD_NUM_8814A 0x0384 194 #define REG_VIQ_TXBD_NUM_8814A 0x0386 195 #define REG_BEQ_TXBD_NUM_8814A 0x0388 196 #define REG_BKQ_TXBD_NUM_8814A 0x038A 197 #define REG_HI0Q_TXBD_NUM_8814A 0x038C 198 #define REG_HI1Q_TXBD_NUM_8814A 0x038E 199 #define REG_HI2Q_TXBD_NUM_8814A 0x0390 200 #define REG_HI3Q_TXBD_NUM_8814A 0x0392 201 #define REG_HI4Q_TXBD_NUM_8814A 0x0394 202 #define REG_HI5Q_TXBD_NUM_8814A 0x0396 203 #define REG_HI6Q_TXBD_NUM_8814A 0x0398 204 #define REG_HI7Q_TXBD_NUM_8814A 0x039A 205 #define REG_TSFTIMER_HCI_8814A 0x039C 206 207 /* Read Write Point */ 208 #define REG_VOQ_TXBD_IDX_8814A 0x03A0 209 #define REG_VIQ_TXBD_IDX_8814A 0x03A4 210 #define REG_BEQ_TXBD_IDX_8814A 0x03A8 211 #define REG_BKQ_TXBD_IDX_8814A 0x03AC 212 #define REG_MGQ_TXBD_IDX_8814A 0x03B0 213 #define REG_RXQ_TXBD_IDX_8814A 0x03B4 214 #define REG_HI0Q_TXBD_IDX_8814A 0x03B8 215 #define REG_HI1Q_TXBD_IDX_8814A 0x03BC 216 #define REG_HI2Q_TXBD_IDX_8814A 0x03C0 217 #define REG_HI3Q_TXBD_IDX_8814A 0x03C4 218 #define REG_HI4Q_TXBD_IDX_8814A 0x03C8 219 #define REG_HI5Q_TXBD_IDX_8814A 0x03CC 220 #define REG_HI6Q_TXBD_IDX_8814A 0x03D0 221 #define REG_HI7Q_TXBD_IDX_8814A 0x03D4 222 #define REG_DBG_SEL_V1_8814A 0x03D8 223 #define REG_PCIE_HRPWM1_V1_8814A 0x03D9 224 #define REG_PCIE_HCPWM1_V1_8814A 0x03DA 225 #define REG_PCIE_CTRL2_8814A 0x03DB 226 #define REG_PCIE_HRPWM2_V1_8814A 0x03DC 227 #define REG_PCIE_HCPWM2_V1_8814A 0x03DE 228 #define REG_PCIE_H2C_MSG_V1_8814A 0x03E0 229 #define REG_PCIE_C2H_MSG_V1_8814A 0x03E4 230 #define REG_DBI_WDATA_V1_8814A 0x03E8 231 #define REG_DBI_RDATA_V1_8814A 0x03EC 232 #define REG_DBI_FLAG_V1_8814A 0x03F0 233 #define REG_MDIO_V1_8814A 0x03F4 234 #define REG_PCIE_MIX_CFG_8814A 0x03F8 235 #define REG_DBG_8814A 0x03FC 236 /* ----------------------------------------------------- 237 * 238 * 0x0400h ~ 0x047Fh Protocol Configuration 239 * 240 * ----------------------------------------------------- */ 241 #define REG_VOQ_INFORMATION_8814A 0x0400 242 #define REG_VIQ_INFORMATION_8814A 0x0404 243 #define REG_BEQ_INFORMATION_8814A 0x0408 244 #define REG_BKQ_INFORMATION_8814A 0x040C 245 #define REG_MGQ_INFORMATION_8814A 0x0410 246 #define REG_HGQ_INFORMATION_8814A 0x0414 247 #define REG_BCNQ_INFORMATION_8814A 0x0418 248 #define REG_TXPKT_EMPTY_8814A 0x041A 249 #define REG_CPU_MGQ_INFORMATION_8814A 0x041C 250 #define REG_FWHW_TXQ_CTRL_8814A 0x0420 251 #define REG_HWSEQ_CTRL_8814A 0x0423 252 #define REG_TXPKTBUF_BCNQ_BDNY_8814A 0x0424 253 /* #define REG_MGQ_BDNY_8814A 0x0425 */ 254 #define REG_LIFETIME_EN_8814A 0x0426 255 /* #define REG_FW_FREE_TAIL_8814A 0x0427 */ 256 #define REG_SPEC_SIFS_8814A 0x0428 257 #define REG_RETRY_LIMIT_8814A 0x042A 258 #define REG_TXBF_CTRL_8814A 0x042C 259 #define REG_DARFRC_8814A 0x0430 260 #define REG_RARFRC_8814A 0x0438 261 #define REG_RRSR_8814A 0x0440 262 #define REG_ARFR0_8814A 0x0444 263 #define REG_ARFR1_8814A 0x044C 264 #define REG_CCK_CHECK_8814A 0x0454 265 #define REG_AMPDU_MAX_TIME_8814A 0x0455 266 #define REG_TXPKTBUF_BCNQ1_BDNY_8814A 0x0456 267 #define REG_AMPDU_MAX_LENGTH_8814A 0x0458 268 #define REG_ACQ_STOP_8814A 0x045C 269 #define REG_NDPA_RATE_8814A 0x045D 270 #define REG_TX_HANG_CTRL_8814A 0x045E 271 #define REG_NDPA_OPT_CTRL_8814A 0x045F 272 #define REG_FAST_EDCA_CTRL_8814A 0x0460 273 #define REG_RD_RESP_PKT_TH_8814A 0x0463 274 #define REG_CMDQ_INFO_8814A 0x0464 275 #define REG_Q4_INFO_8814A 0x0468 276 #define REG_Q5_INFO_8814A 0x046C 277 #define REG_Q6_INFO_8814A 0x0470 278 #define REG_Q7_INFO_8814A 0x0474 279 #define REG_WMAC_LBK_BUF_HD_8814A 0x0478 280 #define REG_MGQ_PGBNDY_8814A 0x047A 281 #define REG_INIRTS_RATE_SEL_8814A 0x0480 282 #define REG_BASIC_CFEND_RATE_8814A 0x0481 283 #define REG_STBC_CFEND_RATE_8814A 0x0482 284 #define REG_DATA_SC_8814A 0x0483 285 #define REG_MACID_SLEEP3_8814A 0x0484 286 #define REG_MACID_SLEEP1_8814A 0x0488 287 #ifdef CONFIG_WOWLAN 288 #define REG_TXPKTBUF_IV_LOW 0x0484 289 #define REG_TXPKTBUF_IV_HIGH 0x0488 290 #endif /* CONFIG_WOWLAN */ 291 #define REG_ARFR2_8814A 0x048C 292 #define REG_ARFR3_8814A 0x0494 293 #define REG_ARFR4_8814A 0x049C 294 #define REG_ARFR5_8814A 0x04A4 295 #define REG_TXRPT_START_OFFSET_8814A 0x04AC 296 #define REG_TRYING_CNT_TH_8814A 0x04B0 297 #define REG_POWER_STAGE1_8814A 0x04B4 298 #define REG_POWER_STAGE2_8814A 0x04B8 299 #define REG_SW_AMPDU_BURST_MODE_CTRL_8814A 0x04BC 300 #define REG_PKT_LIFE_TIME_8814A 0x04C0 301 #define REG_PKT_BE_BK_LIFE_TIME_8814A 0x04C2 /* ?????? */ 302 #define REG_STBC_SETTING_8814A 0x04C4 303 #define REG_STBC_8814A 0x04C5 304 #define REG_QUEUE_CTRL_8814A 0x04C6 305 #define REG_SINGLE_AMPDU_CTRL_8814A 0x04C7 306 #define REG_PROT_MODE_CTRL_8814A 0x04C8 307 #define REG_MAX_AGGR_NUM_8814A 0x04CA 308 #define REG_RTS_MAX_AGGR_NUM_8814A 0x04CB 309 #define REG_BAR_MODE_CTRL_8814A 0x04CC 310 #define REG_RA_TRY_RATE_AGG_LMT_8814A 0x04CF 311 #define REG_MACID_SLEEP2_8814A 0x04D0 312 #define REG_MACID_SLEEP0_8814A 0x04D4 313 #define REG_HW_SEQ0_8814A 0x04D8 314 #define REG_HW_SEQ1_8814A 0x04DA 315 #define REG_HW_SEQ2_8814A 0x04DC 316 #define REG_HW_SEQ3_8814A 0x04DE 317 #define REG_NULL_PKT_STATUS_8814A 0x04E0 318 #define REG_PTCL_ERR_STATUS_8814A 0x04E2 319 #define REG_DROP_PKT_NUM_8814A 0x04EC 320 #define REG_PTCL_TX_RPT_8814A 0x04F0 321 #define REG_Dummy_8814A 0x04FC 322 323 324 /* ----------------------------------------------------- 325 * 326 * 0x0500h ~ 0x05FFh EDCA Configuration 327 * 328 * ----------------------------------------------------- */ 329 #define REG_EDCA_VO_PARAM_8814A 0x0500 330 #define REG_EDCA_VI_PARAM_8814A 0x0504 331 #define REG_EDCA_BE_PARAM_8814A 0x0508 332 #define REG_EDCA_BK_PARAM_8814A 0x050C 333 #define REG_BCNTCFG_8814A 0x0510 334 #define REG_PIFS_8814A 0x0512 335 #define REG_RDG_PIFS_8814A 0x0513 336 #define REG_SIFS_CTX_8814A 0x0514 337 #define REG_SIFS_TRX_8814A 0x0516 338 #define REG_AGGR_BREAK_TIME_8814A 0x051A 339 #define REG_SLOT_8814A 0x051B 340 #define REG_TX_PTCL_CTRL_8814A 0x0520 341 #define REG_TXPAUSE_8814A 0x0522 342 #define REG_DIS_TXREQ_CLR_8814A 0x0523 343 #define REG_RD_CTRL_8814A 0x0524 344 /* 345 * Format for offset 540h-542h: 346 * [3:0]: TBTT prohibit setup in unit of 32us. The time for HW getting beacon content before TBTT. 347 * [7:4]: Reserved. 348 * [19:8]: TBTT prohibit hold in unit of 32us. The time for HW holding to send the beacon packet. 349 * [23:20]: Reserved 350 * Description: 351 * | 352 * |<--Setup--|--Hold------------>| 353 * --------------|---------------------- 354 * | 355 * TBTT 356 * Note: We cannot update beacon content to HW or send any AC packets during the time between Setup and Hold. 357 * Described by Designer Tim and Bruce, 2011-01-14. 358 * */ 359 #define REG_TBTT_PROHIBIT_8814A 0x0540 360 #define REG_RD_NAV_NXT_8814A 0x0544 361 #define REG_NAV_PROT_LEN_8814A 0x0546 362 #define REG_BCN_CTRL_8814A 0x0550 363 #define REG_BCN_CTRL_1_8814A 0x0551 364 #define REG_MBID_NUM_8814A 0x0552 365 #define REG_DUAL_TSF_RST_8814A 0x0553 366 #define REG_MBSSID_BCN_SPACE_8814A 0x0554 367 #define REG_DRVERLYINT_8814A 0x0558 368 #define REG_BCNDMATIM_8814A 0x0559 369 #define REG_ATIMWND_8814A 0x055A 370 #define REG_USTIME_TSF_8814A 0x055C 371 #define REG_BCN_MAX_ERR_8814A 0x055D 372 #define REG_RXTSF_OFFSET_CCK_8814A 0x055E 373 #define REG_RXTSF_OFFSET_OFDM_8814A 0x055F 374 #define REG_TSFTR_8814A 0x0560 375 #define REG_CTWND_8814A 0x0572 376 #define REG_SECONDARY_CCA_CTRL_8814A 0x0577 /* ?????? */ 377 #define REG_PSTIMER_8814A 0x0580 378 #define REG_TIMER0_8814A 0x0584 379 #define REG_TIMER1_8814A 0x0588 380 #define REG_BCN_PREDL_ITV_8814A 0x058F /* Pre download beacon interval */ 381 #define REG_ACMHWCTRL_8814A 0x05C0 382 #define REG_P2P_RST_8814A 0x05F0 383 384 /* ----------------------------------------------------- 385 * 386 * 0x0600h ~ 0x07FFh WMAC Configuration 387 * 388 * ----------------------------------------------------- */ 389 #define REG_MAC_CR_8814A 0x0600 390 #define REG_TCR_8814A 0x0604 391 #define REG_RCR_8814A 0x0608 392 #define REG_RX_PKT_LIMIT_8814A 0x060C 393 #define REG_RX_DLK_TIME_8814A 0x060D 394 #define REG_RX_DRVINFO_SZ_8814A 0x060F 395 396 #define REG_MACID_8814A 0x0610 397 #define REG_BSSID_8814A 0x0618 398 #define REG_MAR_8814A 0x0620 399 #define REG_MBIDCAMCFG_8814A 0x0628 400 401 #define REG_USTIME_EDCA_8814A 0x0638 402 #define REG_MAC_SPEC_SIFS_8814A 0x063A 403 #define REG_RESP_SIFP_CCK_8814A 0x063C 404 #define REG_RESP_SIFS_OFDM_8814A 0x063E 405 #define REG_ACKTO_8814A 0x0640 406 #define REG_CTS2TO_8814A 0x0641 407 #define REG_EIFS_8814A 0x0642 408 409 #define REG_NAV_UPPER_8814A 0x0652 /* unit of 128 */ 410 #define REG_TRXPTCL_CTL_8814A 0x0668 411 412 /* Security */ 413 #define REG_CAMCMD_8814A 0x0670 414 #define REG_CAMWRITE_8814A 0x0674 415 #define REG_CAMREAD_8814A 0x0678 416 #define REG_CAMDBG_8814A 0x067C 417 #define REG_SECCFG_8814A 0x0680 418 419 /* Power */ 420 #define REG_WOW_CTRL_8814A 0x0690 421 #define REG_PS_RX_INFO_8814A 0x0692 422 #define REG_UAPSD_TID_8814A 0x0693 423 #define REG_WKFMCAM_NUM_8814A 0x0698 424 #define REG_RXFLTMAP0_8814A 0x06A0 425 #define REG_RXFLTMAP1_8814A 0x06A2 426 #define REG_RXFLTMAP2_8814A 0x06A4 427 #define REG_BCN_PSR_RPT_8814A 0x06A8 428 #define REG_BT_COEX_TABLE_8814A 0x06C0 429 #define REG_TX_DATA_RSP_RATE_8814A 0x06DE 430 #define REG_ASSOCIATED_BFMER0_INFO_8814A 0x06E4 431 #define REG_ASSOCIATED_BFMER1_INFO_8814A 0x06EC 432 #define REG_CSI_RPT_PARAM_BW20_8814A 0x06F4 433 #define REG_CSI_RPT_PARAM_BW40_8814A 0x06F8 434 #define REG_CSI_RPT_PARAM_BW80_8814A 0x06FC 435 436 /* Hardware Port 2 */ 437 #define REG_MACID1_8814A 0x0700 438 #define REG_BSSID1_8814A 0x0708 439 /* Hardware Port 3 */ 440 #define REG_MACID2_8814A 0x1620 441 #define REG_BSSID2_8814A 0x1628 442 /* Hardware Port 4 */ 443 #define REG_MACID3_8814A 0x1630 444 #define REG_BSSID3_8814A 0x1638 445 /* Hardware Port 5 */ 446 #define REG_MACID4_8814A 0x1640 447 #define REG_BSSID4_8814A 0x1648 448 449 #define REG_ASSOCIATED_BFMEE_SEL_8814A 0x0714 450 #define REG_SND_PTCL_CTRL_8814A 0x0718 451 #define REG_IQ_DUMP_8814A 0x07C0 452 453 /**** page 19 ****/ 454 /* TX BeamForming */ 455 #define REG_BB_TXBF_ANT_SET_BF1 0x19ac 456 #define REG_BB_TXBF_ANT_SET_BF0 0x19b4 457 458 /* 0x1200h ~ 0x12FFh DDMA CTRL 459 * 460 * ----------------------------------------------------- */ 461 #define REG_DDMA_CH0SA 0x1200 462 #define REG_DDMA_CH0DA 0x1204 463 #define REG_DDMA_CH0CTRL 0x1208 464 #define REG_DDMA_CH1SA 0x1210 465 #define REG_DDMA_CH1DA 0x1214 466 #define REG_DDMA_CH1CTRL 0x1218 467 #define REG_DDMA_CH2SA 0x1220 468 #define REG_DDMA_CH2DA 0x1224 469 #define REG_DDMA_CH2CTRL 0x1228 470 #define REG_DDMA_CH3SA 0x1230 471 #define REG_DDMA_CH3DA 0x1234 472 #define REG_DDMA_CH3CTRL 0x1238 473 #define REG_DDMA_CH4SA 0x1240 474 #define REG_DDMA_CH4DA 0x1244 475 #define REG_DDMA_CH4CTRL 0x1248 476 #define REG_DDMA_CH5SA 0x1250 477 #define REG_DDMA_CH5DA 0x1254 478 #define REG_DDMA_CH5CTRL 0x1258 479 #define REG_DDMA_INT_MSK 0x12E0 480 #define REG_DDMA_CHSTATUS 0x12E8 481 #define REG_DDMA_CHKSUM 0x12F0 482 #define REG_DDMA_MONITER 0x12FC 483 484 #define DDMA_LEN_MASK 0x0001FFFF 485 #define FW_CHKSUM_DUMMY_SZ 8 486 #define DDMA_CH_CHKSUM_CNT BIT(24) 487 #define DDMA_RST_CHKSUM_STS BIT(25) 488 #define DDMA_MODE_BLOCK_CPU BIT(26) 489 #define DDMA_CHKSUM_FAIL BIT(27) 490 #define DDMA_DA_W_DISABLE BIT(28) 491 #define DDMA_CHKSUM_EN BIT(29) 492 #define DDMA_CH_OWN BIT(31) 493 494 495 /* 3081 FWDL */ 496 #define FWDL_EN BIT0 497 #define IMEM_BOOT_DL_RDY BIT1 498 #define IMEM_BOOT_CHKSUM_FAIL BIT2 499 #define IMEM_DL_RDY BIT3 500 #define IMEM_CHKSUM_OK BIT4 501 #define DMEM_DL_RDY BIT5 502 #define DMEM_CHKSUM_OK BIT6 503 #define EMEM_DL_RDY BIT7 504 #define EMEM_CHKSUM_FAIL BIT8 505 #define EMEM_TXBUF_DL_RDY BIT9 506 #define EMEM_TXBUF_CHKSUM_FAIL BIT10 507 #define CPU_CLK_SWITCH_BUSY BIT11 508 #define CPU_CLK_SEL (BIT12 | BIT13) 509 #define FWDL_OK BIT14 510 #define FW_INIT_RDY BIT15 511 #define R_EN_BOOT_FLASH BIT20 512 513 #define OCPBASE_IMEM_3081 0x00000000 514 #define OCPBASE_DMEM_3081 0x00200000 515 #define OCPBASE_RPTBUF_3081 0x18660000 516 #define OCPBASE_RXBUF2_3081 0x18680000 517 #define OCPBASE_RXBUF_3081 0x18700000 518 #define OCPBASE_TXBUF_3081 0x18780000 519 520 521 #define REG_FAST_EDCA_VOVI_SETTING_8814A 0x1448 522 #define REG_FAST_EDCA_BEBK_SETTING_8814A 0x144C 523 524 525 /* ----------------------------------------------------- 526 * */ 527 528 529 /* ----------------------------------------------------- 530 * 531 * Redifine 8192C register definition for compatibility 532 * 533 * ----------------------------------------------------- */ 534 535 /* TODO: use these definition when using REG_xxx naming rule. 536 * NOTE: DO NOT Remove these definition. Use later. */ 537 #define EFUSE_CTRL_8814A REG_EFUSE_CTRL_8814A /* E-Fuse Control. */ 538 #define EFUSE_TEST_8814A REG_LDO_EFUSE_CTRL_8814A /* E-Fuse Test. */ 539 #define MSR_8814A (REG_CR_8814A + 2) /* Media Status register */ 540 #define ISR_8814A REG_HISR0_8814A 541 #define TSFR_8814A REG_TSFTR_8814A /* Timing Sync Function Timer Register. */ 542 543 #define PBP_8814A REG_PBP_8814A 544 545 /* Redifine MACID register, to compatible prior ICs. */ 546 #define IDR0_8814A REG_MACID_8814A /* MAC ID Register, Offset 0x0050-0x0053 */ 547 #define IDR4_8814A (REG_MACID_8814A + 4) /* MAC ID Register, Offset 0x0054-0x0055 */ 548 549 550 /* 551 * 9. Security Control Registers (Offset: ) 552 * */ 553 #define RWCAM_8814A REG_CAMCMD_8814A /* IN 8190 Data Sheet is called CAMcmd */ 554 #define WCAMI_8814A REG_CAMWRITE_8814A /* Software write CAM input content */ 555 #define RCAMO_8814A REG_CAMREAD_8814A /* Software read/write CAM config */ 556 #define CAMDBG_8814A REG_CAMDBG_8814A 557 #define SECR_8814A REG_SECCFG_8814A /* Security Configuration Register */ 558 559 560 /* ---------------------------------------------------------------------------- 561 * 8195 IMR/ISR bits (offset 0xB0, 8bits) 562 * ---------------------------------------------------------------------------- */ 563 #define IMR_DISABLED_8814A 0 564 /* IMR DW0(0x00B0-00B3) Bit 0-31 */ 565 #define IMR_TIMER2_8814A BIT31 /* Timeout interrupt 2 */ 566 #define IMR_TIMER1_8814A BIT30 /* Timeout interrupt 1 */ 567 #define IMR_PSTIMEOUT_8814A BIT29 /* Power Save Time Out Interrupt */ 568 #define IMR_GTINT4_8814A BIT28 /* When GTIMER4 expires, this bit is set to 1 */ 569 #define IMR_GTINT3_8814A BIT27 /* When GTIMER3 expires, this bit is set to 1 */ 570 #define IMR_TXBCN0ERR_8814A BIT26 /* Transmit Beacon0 Error */ 571 #define IMR_TXBCN0OK_8814A BIT25 /* Transmit Beacon0 OK */ 572 #define IMR_TSF_BIT32_TOGGLE_8814A BIT24 /* TSF Timer BIT32 toggle indication interrupt */ 573 #define IMR_BCNDMAINT0_8814A BIT20 /* Beacon DMA Interrupt 0 */ 574 #define IMR_BCNDERR0_8814A BIT16 /* Beacon Queue DMA OK0 */ 575 #define IMR_HSISR_IND_ON_INT_8814A BIT15 /* HSISR Indicator (HSIMR & HSISR is true, this bit is set to 1) */ 576 #define IMR_BCNDMAINT_E_8814A BIT14 /* Beacon DMA Interrupt Extension for Win7 */ 577 #define IMR_ATIMEND_8814A BIT12 /* CTWidnow End or ATIM Window End */ 578 #define IMR_C2HCMD_8814A BIT10 /* CPU to Host Command INT Status, Write 1 clear */ 579 #define IMR_CPWM2_8814A BIT9 /* CPU power Mode exchange INT Status, Write 1 clear */ 580 #define IMR_CPWM_8814A BIT8 /* CPU power Mode exchange INT Status, Write 1 clear */ 581 #define IMR_HIGHDOK_8814A BIT7 /* High Queue DMA OK */ 582 #define IMR_MGNTDOK_8814A BIT6 /* Management Queue DMA OK */ 583 #define IMR_BKDOK_8814A BIT5 /* AC_BK DMA OK */ 584 #define IMR_BEDOK_8814A BIT4 /* AC_BE DMA OK */ 585 #define IMR_VIDOK_8814A BIT3 /* AC_VI DMA OK */ 586 #define IMR_VODOK_8814A BIT2 /* AC_VO DMA OK */ 587 #define IMR_RDU_8814A BIT1 /* Rx Descriptor Unavailable */ 588 #define IMR_ROK_8814A BIT0 /* Receive DMA OK */ 589 590 /* IMR DW1(0x00B4-00B7) Bit 0-31 */ 591 #define IMR_MCUERR_8814A BIT28 /* Beacon DMA Interrupt 7 */ 592 #define IMR_BCNDMAINT7_8814A BIT27 /* Beacon DMA Interrupt 7 */ 593 #define IMR_BCNDMAINT6_8814A BIT26 /* Beacon DMA Interrupt 6 */ 594 #define IMR_BCNDMAINT5_8814A BIT25 /* Beacon DMA Interrupt 5 */ 595 #define IMR_BCNDMAINT4_8814A BIT24 /* Beacon DMA Interrupt 4 */ 596 #define IMR_BCNDMAINT3_8814A BIT23 /* Beacon DMA Interrupt 3 */ 597 #define IMR_BCNDMAINT2_8814A BIT22 /* Beacon DMA Interrupt 2 */ 598 #define IMR_BCNDMAINT1_8814A BIT21 /* Beacon DMA Interrupt 1 */ 599 #define IMR_BCNDOK7_8814A BIT20 /* Beacon Queue DMA OK Interrup 7 */ 600 #define IMR_BCNDOK6_8814A BIT19 /* Beacon Queue DMA OK Interrup 6 */ 601 #define IMR_BCNDOK5_8814A BIT18 /* Beacon Queue DMA OK Interrup 5 */ 602 #define IMR_BCNDOK4_8814A BIT17 /* Beacon Queue DMA OK Interrup 4 */ 603 #define IMR_BCNDOK3_8814A BIT16 /* Beacon Queue DMA OK Interrup 3 */ 604 #define IMR_BCNDOK2_8814A BIT15 /* Beacon Queue DMA OK Interrup 2 */ 605 #define IMR_BCNDOK1_8814A BIT14 /* Beacon Queue DMA OK Interrup 1 */ 606 #define IMR_ATIMEND_E_8814A BIT13 /* ATIM Window End Extension for Win7 */ 607 #define IMR_TXERR_8814A BIT11 /* Tx Error Flag Interrupt Status, write 1 clear. */ 608 #define IMR_RXERR_8814A BIT10 /* Rx Error Flag INT Status, Write 1 clear */ 609 #define IMR_TXFOVW_8814A BIT9 /* Transmit FIFO Overflow */ 610 #define IMR_RXFOVW_8814A BIT8 /* Receive FIFO Overflow */ 611 612 613 #ifdef CONFIG_PCI_HCI 614 #define IMR_TX_MASK (IMR_VODOK_8814A | IMR_VIDOK_8814A | IMR_BEDOK_8814A | IMR_BKDOK_8814A | IMR_MGNTDOK_8814A | IMR_HIGHDOK_8814A) 615 616 #define RT_BCN_INT_MASKS (IMR_BCNDMAINT0_8814A | IMR_TXBCN0OK_8814A | IMR_TXBCN0ERR_8814A | IMR_BCNDERR0_8814A) 617 618 #define RT_AC_INT_MASKS (IMR_VIDOK_8814A | IMR_VODOK_8814A | IMR_BEDOK_8814A | IMR_BKDOK_8814A) 619 #endif 620 621 622 /*=================================================================== 623 ===================================================================== 624 Here the register defines are for 92C. When the define is as same with 92C, 625 we will use the 92C's define for the consistency 626 So the following defines for 92C is not entire!!!!!! 627 ===================================================================== 628 =====================================================================*/ 629 630 631 /* ----------------------------------------------------- 632 * 633 * 0xFE00h ~ 0xFE55h USB Configuration 634 * 635 * ----------------------------------------------------- */ 636 637 /* 2 Special Option */ 638 #define USB_AGG_EN_8814A BIT(7) 639 #define REG_USB_HRPWM_U3 0xF052 640 641 #define LAST_ENTRY_OF_TX_PKT_BUFFER_8814A (2048-1) /* 20130415 KaiYuan add for 8814 */ 642 643 #define MACID_NUM_8814A 128 644 #define SEC_CAM_ENT_NUM_8814A 64 645 #define HW_PORT_NUM_8814A 5 646 #define NSS_NUM_8814A 3 647 #define BAND_CAP_8814A (BAND_CAP_2G | BAND_CAP_5G) 648 #define BW_CAP_8814A (BW_CAP_20M | BW_CAP_40M | BW_CAP_80M) 649 #define PROTO_CAP_8814A (PROTO_CAP_11B | PROTO_CAP_11G | PROTO_CAP_11N | PROTO_CAP_11AC) 650 651 #endif /* __RTL8814A_SPEC_H__ */ 652