162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright(c) 2009-2012 Realtek Corporation.*/ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef __RTL92C_REG_H__ 562306a36Sopenharmony_ci#define __RTL92C_REG_H__ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#define REG_SYS_ISO_CTRL 0x0000 862306a36Sopenharmony_ci#define REG_SYS_FUNC_EN 0x0002 962306a36Sopenharmony_ci#define REG_APS_FSMCO 0x0004 1062306a36Sopenharmony_ci#define REG_SYS_CLKR 0x0008 1162306a36Sopenharmony_ci#define REG_9346CR 0x000A 1262306a36Sopenharmony_ci#define REG_EE_VPD 0x000C 1362306a36Sopenharmony_ci#define REG_AFE_MISC 0x0010 1462306a36Sopenharmony_ci#define REG_SPS0_CTRL 0x0011 1562306a36Sopenharmony_ci#define REG_SPS_OCP_CFG 0x0018 1662306a36Sopenharmony_ci#define REG_RSV_CTRL 0x001C 1762306a36Sopenharmony_ci#define REG_RF_CTRL 0x001F 1862306a36Sopenharmony_ci#define REG_LDOA15_CTRL 0x0020 1962306a36Sopenharmony_ci#define REG_LDOV12D_CTRL 0x0021 2062306a36Sopenharmony_ci#define REG_LDOHCI12_CTRL 0x0022 2162306a36Sopenharmony_ci#define REG_LPLDO_CTRL 0x0023 2262306a36Sopenharmony_ci#define REG_AFE_XTAL_CTRL 0x0024 2362306a36Sopenharmony_ci#define REG_AFE_PLL_CTRL 0x0028 2462306a36Sopenharmony_ci#define REG_EFUSE_CTRL 0x0030 2562306a36Sopenharmony_ci#define REG_EFUSE_TEST 0x0034 2662306a36Sopenharmony_ci#define REG_PWR_DATA 0x0038 2762306a36Sopenharmony_ci#define REG_CAL_TIMER 0x003C 2862306a36Sopenharmony_ci#define REG_ACLK_MON 0x003E 2962306a36Sopenharmony_ci#define REG_GPIO_MUXCFG 0x0040 3062306a36Sopenharmony_ci#define REG_GPIO_IO_SEL 0x0042 3162306a36Sopenharmony_ci#define REG_MAC_PINMUX_CFG 0x0043 3262306a36Sopenharmony_ci#define REG_GPIO_PIN_CTRL 0x0044 3362306a36Sopenharmony_ci#define REG_GPIO_INTM 0x0048 3462306a36Sopenharmony_ci#define REG_LEDCFG0 0x004C 3562306a36Sopenharmony_ci#define REG_LEDCFG1 0x004D 3662306a36Sopenharmony_ci#define REG_LEDCFG2 0x004E 3762306a36Sopenharmony_ci#define REG_LEDCFG3 0x004F 3862306a36Sopenharmony_ci#define REG_FSIMR 0x0050 3962306a36Sopenharmony_ci#define REG_FSISR 0x0054 4062306a36Sopenharmony_ci#define REG_HSIMR 0x0058 4162306a36Sopenharmony_ci#define REG_HSISR 0x005c 4262306a36Sopenharmony_ci 4362306a36Sopenharmony_ci/* RTL8723 WIFI/BT/GPS Multi-Function GPIO Pin Control. */ 4462306a36Sopenharmony_ci#define REG_GPIO_PIN_CTRL_2 0x0060 4562306a36Sopenharmony_ci/* RTL8723 WIFI/BT/GPS Multi-Function GPIO Select. */ 4662306a36Sopenharmony_ci#define REG_GPIO_IO_SEL_2 0x0062 4762306a36Sopenharmony_ci/* RTL8723 WIFI/BT/GPS Multi-Function control source. */ 4862306a36Sopenharmony_ci#define REG_MULTI_FUNC_CTRL 0x0068 4962306a36Sopenharmony_ci 5062306a36Sopenharmony_ci#define REG_MCUFWDL 0x0080 5162306a36Sopenharmony_ci 5262306a36Sopenharmony_ci#define REG_HMEBOX_EXT_0 0x0088 5362306a36Sopenharmony_ci#define REG_HMEBOX_EXT_1 0x008A 5462306a36Sopenharmony_ci#define REG_HMEBOX_EXT_2 0x008C 5562306a36Sopenharmony_ci#define REG_HMEBOX_EXT_3 0x008E 5662306a36Sopenharmony_ci 5762306a36Sopenharmony_ci#define REG_BIST_SCAN 0x00D0 5862306a36Sopenharmony_ci#define REG_BIST_RPT 0x00D4 5962306a36Sopenharmony_ci#define REG_BIST_ROM_RPT 0x00D8 6062306a36Sopenharmony_ci#define REG_USB_SIE_INTF 0x00E0 6162306a36Sopenharmony_ci#define REG_PCIE_MIO_INTF 0x00E4 6262306a36Sopenharmony_ci#define REG_PCIE_MIO_INTD 0x00E8 6362306a36Sopenharmony_ci#define REG_HPON_FSM 0x00EC 6462306a36Sopenharmony_ci#define REG_SYS_CFG 0x00F0 6562306a36Sopenharmony_ci#define REG_GPIO_OUTSTS 0x00F4 /* For RTL8723 only.*/ 6662306a36Sopenharmony_ci 6762306a36Sopenharmony_ci#define REG_CR 0x0100 6862306a36Sopenharmony_ci#define REG_PBP 0x0104 6962306a36Sopenharmony_ci#define REG_TRXDMA_CTRL 0x010C 7062306a36Sopenharmony_ci#define REG_TRXFF_BNDY 0x0114 7162306a36Sopenharmony_ci#define REG_TRXFF_STATUS 0x0118 7262306a36Sopenharmony_ci#define REG_RXFF_PTR 0x011C 7362306a36Sopenharmony_ci#define REG_HIMR 0x0120 7462306a36Sopenharmony_ci#define REG_HISR 0x0124 7562306a36Sopenharmony_ci#define REG_HIMRE 0x0128 7662306a36Sopenharmony_ci#define REG_HISRE 0x012C 7762306a36Sopenharmony_ci#define REG_CPWM 0x012F 7862306a36Sopenharmony_ci#define REG_FWIMR 0x0130 7962306a36Sopenharmony_ci#define REG_FWISR 0x0134 8062306a36Sopenharmony_ci#define REG_PKTBUF_DBG_CTRL 0x0140 8162306a36Sopenharmony_ci#define REG_PKTBUF_DBG_DATA_L 0x0144 8262306a36Sopenharmony_ci#define REG_PKTBUF_DBG_DATA_H 0x0148 8362306a36Sopenharmony_ci 8462306a36Sopenharmony_ci#define REG_TC0_CTRL 0x0150 8562306a36Sopenharmony_ci#define REG_TC1_CTRL 0x0154 8662306a36Sopenharmony_ci#define REG_TC2_CTRL 0x0158 8762306a36Sopenharmony_ci#define REG_TC3_CTRL 0x015C 8862306a36Sopenharmony_ci#define REG_TC4_CTRL 0x0160 8962306a36Sopenharmony_ci#define REG_TCUNIT_BASE 0x0164 9062306a36Sopenharmony_ci#define REG_MBIST_START 0x0174 9162306a36Sopenharmony_ci#define REG_MBIST_DONE 0x0178 9262306a36Sopenharmony_ci#define REG_MBIST_FAIL 0x017C 9362306a36Sopenharmony_ci#define REG_C2HEVT_MSG_NORMAL 0x01A0 9462306a36Sopenharmony_ci#define REG_C2HEVT_MSG_TEST 0x01B8 9562306a36Sopenharmony_ci#define REG_C2HEVT_CLEAR 0x01BF 9662306a36Sopenharmony_ci#define REG_MCUTST_1 0x01c0 9762306a36Sopenharmony_ci#define REG_FMETHR 0x01C8 9862306a36Sopenharmony_ci#define REG_HMETFR 0x01CC 9962306a36Sopenharmony_ci#define REG_HMEBOX_0 0x01D0 10062306a36Sopenharmony_ci#define REG_HMEBOX_1 0x01D4 10162306a36Sopenharmony_ci#define REG_HMEBOX_2 0x01D8 10262306a36Sopenharmony_ci#define REG_HMEBOX_3 0x01DC 10362306a36Sopenharmony_ci 10462306a36Sopenharmony_ci#define REG_LLT_INIT 0x01E0 10562306a36Sopenharmony_ci#define REG_BB_ACCEESS_CTRL 0x01E8 10662306a36Sopenharmony_ci#define REG_BB_ACCESS_DATA 0x01EC 10762306a36Sopenharmony_ci 10862306a36Sopenharmony_ci#define REG_RQPN 0x0200 10962306a36Sopenharmony_ci#define REG_FIFOPAGE 0x0204 11062306a36Sopenharmony_ci#define REG_TDECTRL 0x0208 11162306a36Sopenharmony_ci#define REG_TXDMA_OFFSET_CHK 0x020C 11262306a36Sopenharmony_ci#define REG_TXDMA_STATUS 0x0210 11362306a36Sopenharmony_ci#define REG_RQPN_NPQ 0x0214 11462306a36Sopenharmony_ci 11562306a36Sopenharmony_ci#define REG_RXDMA_AGG_PG_TH 0x0280 11662306a36Sopenharmony_ci#define REG_RXPKT_NUM 0x0284 11762306a36Sopenharmony_ci#define REG_RXDMA_STATUS 0x0288 11862306a36Sopenharmony_ci 11962306a36Sopenharmony_ci#define REG_PCIE_CTRL_REG 0x0300 12062306a36Sopenharmony_ci#define REG_INT_MIG 0x0304 12162306a36Sopenharmony_ci#define REG_BCNQ_DESA 0x0308 12262306a36Sopenharmony_ci#define REG_HQ_DESA 0x0310 12362306a36Sopenharmony_ci#define REG_MGQ_DESA 0x0318 12462306a36Sopenharmony_ci#define REG_VOQ_DESA 0x0320 12562306a36Sopenharmony_ci#define REG_VIQ_DESA 0x0328 12662306a36Sopenharmony_ci#define REG_BEQ_DESA 0x0330 12762306a36Sopenharmony_ci#define REG_BKQ_DESA 0x0338 12862306a36Sopenharmony_ci#define REG_RX_DESA 0x0340 12962306a36Sopenharmony_ci#define REG_DBI 0x0348 13062306a36Sopenharmony_ci#define REG_MDIO 0x0354 13162306a36Sopenharmony_ci#define REG_DBG_SEL 0x0360 13262306a36Sopenharmony_ci#define REG_PCIE_HRPWM 0x0361 13362306a36Sopenharmony_ci#define REG_PCIE_HCPWM 0x0363 13462306a36Sopenharmony_ci#define REG_UART_CTRL 0x0364 13562306a36Sopenharmony_ci#define REG_UART_TX_DESA 0x0370 13662306a36Sopenharmony_ci#define REG_UART_RX_DESA 0x0378 13762306a36Sopenharmony_ci 13862306a36Sopenharmony_ci#define REG_HDAQ_DESA_NODEF 0x0000 13962306a36Sopenharmony_ci#define REG_CMDQ_DESA_NODEF 0x0000 14062306a36Sopenharmony_ci 14162306a36Sopenharmony_ci#define REG_VOQ_INFORMATION 0x0400 14262306a36Sopenharmony_ci#define REG_VIQ_INFORMATION 0x0404 14362306a36Sopenharmony_ci#define REG_BEQ_INFORMATION 0x0408 14462306a36Sopenharmony_ci#define REG_BKQ_INFORMATION 0x040C 14562306a36Sopenharmony_ci#define REG_MGQ_INFORMATION 0x0410 14662306a36Sopenharmony_ci#define REG_HGQ_INFORMATION 0x0414 14762306a36Sopenharmony_ci#define REG_BCNQ_INFORMATION 0x0418 14862306a36Sopenharmony_ci 14962306a36Sopenharmony_ci#define REG_CPU_MGQ_INFORMATION 0x041C 15062306a36Sopenharmony_ci#define REG_FWHW_TXQ_CTRL 0x0420 15162306a36Sopenharmony_ci#define REG_HWSEQ_CTRL 0x0423 15262306a36Sopenharmony_ci#define REG_TXPKTBUF_BCNQ_BDNY 0x0424 15362306a36Sopenharmony_ci#define REG_TXPKTBUF_MGQ_BDNY 0x0425 15462306a36Sopenharmony_ci#define REG_MULTI_BCNQ_EN 0x0426 15562306a36Sopenharmony_ci#define REG_MULTI_BCNQ_OFFSET 0x0427 15662306a36Sopenharmony_ci#define REG_SPEC_SIFS 0x0428 15762306a36Sopenharmony_ci#define REG_RL 0x042A 15862306a36Sopenharmony_ci#define REG_DARFRC 0x0430 15962306a36Sopenharmony_ci#define REG_RARFRC 0x0438 16062306a36Sopenharmony_ci#define REG_RRSR 0x0440 16162306a36Sopenharmony_ci#define REG_ARFR0 0x0444 16262306a36Sopenharmony_ci#define REG_ARFR1 0x0448 16362306a36Sopenharmony_ci#define REG_ARFR2 0x044C 16462306a36Sopenharmony_ci#define REG_ARFR3 0x0450 16562306a36Sopenharmony_ci#define REG_AGGLEN_LMT 0x0458 16662306a36Sopenharmony_ci#define REG_AMPDU_MIN_SPACE 0x045C 16762306a36Sopenharmony_ci#define REG_TXPKTBUF_WMAC_LBK_BF_HD 0x045D 16862306a36Sopenharmony_ci#define REG_FAST_EDCA_CTRL 0x0460 16962306a36Sopenharmony_ci#define REG_RD_RESP_PKT_TH 0x0463 17062306a36Sopenharmony_ci#define REG_INIRTS_RATE_SEL 0x0480 17162306a36Sopenharmony_ci#define REG_INIDATA_RATE_SEL 0x0484 17262306a36Sopenharmony_ci#define REG_POWER_STATUS 0x04A4 17362306a36Sopenharmony_ci#define REG_POWER_STAGE1 0x04B4 17462306a36Sopenharmony_ci#define REG_POWER_STAGE2 0x04B8 17562306a36Sopenharmony_ci#define REG_PKT_LIFE_TIME 0x04C0 17662306a36Sopenharmony_ci#define REG_STBC_SETTING 0x04C4 17762306a36Sopenharmony_ci#define REG_PROT_MODE_CTRL 0x04C8 17862306a36Sopenharmony_ci#define REG_BAR_MODE_CTRL 0x04CC 17962306a36Sopenharmony_ci#define REG_RA_TRY_RATE_AGG_LMT 0x04CF 18062306a36Sopenharmony_ci#define REG_NQOS_SEQ 0x04DC 18162306a36Sopenharmony_ci#define REG_QOS_SEQ 0x04DE 18262306a36Sopenharmony_ci#define REG_NEED_CPU_HANDLE 0x04E0 18362306a36Sopenharmony_ci#define REG_PKT_LOSE_RPT 0x04E1 18462306a36Sopenharmony_ci#define REG_PTCL_ERR_STATUS 0x04E2 18562306a36Sopenharmony_ci#define REG_DUMMY 0x04FC 18662306a36Sopenharmony_ci 18762306a36Sopenharmony_ci#define REG_EDCA_VO_PARAM 0x0500 18862306a36Sopenharmony_ci#define REG_EDCA_VI_PARAM 0x0504 18962306a36Sopenharmony_ci#define REG_EDCA_BE_PARAM 0x0508 19062306a36Sopenharmony_ci#define REG_EDCA_BK_PARAM 0x050C 19162306a36Sopenharmony_ci#define REG_BCNTCFG 0x0510 19262306a36Sopenharmony_ci#define REG_PIFS 0x0512 19362306a36Sopenharmony_ci#define REG_RDG_PIFS 0x0513 19462306a36Sopenharmony_ci#define REG_SIFS_CTX 0x0514 19562306a36Sopenharmony_ci#define REG_SIFS_TRX 0x0516 19662306a36Sopenharmony_ci#define REG_SIFS_CCK 0x0514 19762306a36Sopenharmony_ci#define REG_SIFS_OFDM 0x0516 19862306a36Sopenharmony_ci#define REG_AGGR_BREAK_TIME 0x051A 19962306a36Sopenharmony_ci#define REG_SLOT 0x051B 20062306a36Sopenharmony_ci#define REG_TX_PTCL_CTRL 0x0520 20162306a36Sopenharmony_ci#define REG_TXPAUSE 0x0522 20262306a36Sopenharmony_ci#define REG_DIS_TXREQ_CLR 0x0523 20362306a36Sopenharmony_ci#define REG_RD_CTRL 0x0524 20462306a36Sopenharmony_ci#define REG_TBTT_PROHIBIT 0x0540 20562306a36Sopenharmony_ci#define REG_RD_NAV_NXT 0x0544 20662306a36Sopenharmony_ci#define REG_NAV_PROT_LEN 0x0546 20762306a36Sopenharmony_ci#define REG_BCN_CTRL 0x0550 20862306a36Sopenharmony_ci#define REG_MBID_NUM 0x0552 20962306a36Sopenharmony_ci#define REG_DUAL_TSF_RST 0x0553 21062306a36Sopenharmony_ci#define REG_BCN_INTERVAL 0x0554 21162306a36Sopenharmony_ci#define REG_MBSSID_BCN_SPACE 0x0554 21262306a36Sopenharmony_ci#define REG_DRVERLYINT 0x0558 21362306a36Sopenharmony_ci#define REG_BCNDMATIM 0x0559 21462306a36Sopenharmony_ci#define REG_ATIMWND 0x055A 21562306a36Sopenharmony_ci#define REG_USTIME_TSF 0x055C 21662306a36Sopenharmony_ci#define REG_BCN_MAX_ERR 0x055D 21762306a36Sopenharmony_ci#define REG_RXTSF_OFFSET_CCK 0x055E 21862306a36Sopenharmony_ci#define REG_RXTSF_OFFSET_OFDM 0x055F 21962306a36Sopenharmony_ci#define REG_TSFTR 0x0560 22062306a36Sopenharmony_ci#define REG_INIT_TSFTR 0x0564 22162306a36Sopenharmony_ci#define REG_PSTIMER 0x0580 22262306a36Sopenharmony_ci#define REG_TIMER0 0x0584 22362306a36Sopenharmony_ci#define REG_TIMER1 0x0588 22462306a36Sopenharmony_ci#define REG_ACMHWCTRL 0x05C0 22562306a36Sopenharmony_ci#define REG_ACMRSTCTRL 0x05C1 22662306a36Sopenharmony_ci#define REG_ACMAVG 0x05C2 22762306a36Sopenharmony_ci#define REG_VO_ADMTIME 0x05C4 22862306a36Sopenharmony_ci#define REG_VI_ADMTIME 0x05C6 22962306a36Sopenharmony_ci#define REG_BE_ADMTIME 0x05C8 23062306a36Sopenharmony_ci#define REG_EDCA_RANDOM_GEN 0x05CC 23162306a36Sopenharmony_ci#define REG_SCH_TXCMD 0x05D0 23262306a36Sopenharmony_ci 23362306a36Sopenharmony_ci#define REG_APSD_CTRL 0x0600 23462306a36Sopenharmony_ci#define REG_BWOPMODE 0x0603 23562306a36Sopenharmony_ci#define REG_TCR 0x0604 23662306a36Sopenharmony_ci#define REG_RCR 0x0608 23762306a36Sopenharmony_ci#define REG_RX_PKT_LIMIT 0x060C 23862306a36Sopenharmony_ci#define REG_RX_DLK_TIME 0x060D 23962306a36Sopenharmony_ci#define REG_RX_DRVINFO_SZ 0x060F 24062306a36Sopenharmony_ci 24162306a36Sopenharmony_ci#define REG_MACID 0x0610 24262306a36Sopenharmony_ci#define REG_BSSID 0x0618 24362306a36Sopenharmony_ci#define REG_MAR 0x0620 24462306a36Sopenharmony_ci#define REG_MBIDCAMCFG 0x0628 24562306a36Sopenharmony_ci 24662306a36Sopenharmony_ci#define REG_USTIME_EDCA 0x0638 24762306a36Sopenharmony_ci#define REG_MAC_SPEC_SIFS 0x063A 24862306a36Sopenharmony_ci#define REG_RESP_SIFS_CCK 0x063C 24962306a36Sopenharmony_ci#define REG_RESP_SIFS_OFDM 0x063E 25062306a36Sopenharmony_ci/* [15:8]SIFS_R2T_OFDM, [7:0]SIFS_R2T_CCK */ 25162306a36Sopenharmony_ci#define REG_R2T_SIFS 0x063C 25262306a36Sopenharmony_ci/* [15:8]SIFS_T2T_OFDM, [7:0]SIFS_T2T_CCK */ 25362306a36Sopenharmony_ci#define REG_T2T_SIFS 0x063E 25462306a36Sopenharmony_ci#define REG_ACKTO 0x0640 25562306a36Sopenharmony_ci#define REG_CTS2TO 0x0641 25662306a36Sopenharmony_ci#define REG_EIFS 0x0642 25762306a36Sopenharmony_ci 25862306a36Sopenharmony_ci#define REG_NAV_CTRL 0x0650 25962306a36Sopenharmony_ci#define REG_BACAMCMD 0x0654 26062306a36Sopenharmony_ci#define REG_BACAMCONTENT 0x0658 26162306a36Sopenharmony_ci#define REG_LBDLY 0x0660 26262306a36Sopenharmony_ci#define REG_FWDLY 0x0661 26362306a36Sopenharmony_ci#define REG_RXERR_RPT 0x0664 26462306a36Sopenharmony_ci#define REG_WMAC_TRXPTCL_CTL 0x0668 26562306a36Sopenharmony_ci 26662306a36Sopenharmony_ci#define REG_CAMCMD 0x0670 26762306a36Sopenharmony_ci#define REG_CAMWRITE 0x0674 26862306a36Sopenharmony_ci#define REG_CAMREAD 0x0678 26962306a36Sopenharmony_ci#define REG_CAMDBG 0x067C 27062306a36Sopenharmony_ci#define REG_SECCFG 0x0680 27162306a36Sopenharmony_ci 27262306a36Sopenharmony_ci#define REG_WOW_CTRL 0x0690 27362306a36Sopenharmony_ci#define REG_PSSTATUS 0x0691 27462306a36Sopenharmony_ci#define REG_PS_RX_INFO 0x0692 27562306a36Sopenharmony_ci#define REG_LPNAV_CTRL 0x0694 27662306a36Sopenharmony_ci#define REG_WKFMCAM_CMD 0x0698 27762306a36Sopenharmony_ci#define REG_WKFMCAM_RWD 0x069C 27862306a36Sopenharmony_ci#define REG_RXFLTMAP0 0x06A0 27962306a36Sopenharmony_ci#define REG_RXFLTMAP1 0x06A2 28062306a36Sopenharmony_ci#define REG_RXFLTMAP2 0x06A4 28162306a36Sopenharmony_ci#define REG_BCN_PSR_RPT 0x06A8 28262306a36Sopenharmony_ci#define REG_CALB32K_CTRL 0x06AC 28362306a36Sopenharmony_ci#define REG_PKT_MON_CTRL 0x06B4 28462306a36Sopenharmony_ci#define REG_BT_COEX_TABLE 0x06C0 28562306a36Sopenharmony_ci#define REG_WMAC_RESP_TXINFO 0x06D8 28662306a36Sopenharmony_ci 28762306a36Sopenharmony_ci#define REG_USB_INFO 0xFE17 28862306a36Sopenharmony_ci#define REG_USB_SPECIAL_OPTION 0xFE55 28962306a36Sopenharmony_ci#define REG_USB_DMA_AGG_TO 0xFE5B 29062306a36Sopenharmony_ci#define REG_USB_AGG_TO 0xFE5C 29162306a36Sopenharmony_ci#define REG_USB_AGG_TH 0xFE5D 29262306a36Sopenharmony_ci 29362306a36Sopenharmony_ci#define REG_TEST_USB_TXQS 0xFE48 29462306a36Sopenharmony_ci#define REG_TEST_SIE_VID 0xFE60 29562306a36Sopenharmony_ci#define REG_TEST_SIE_PID 0xFE62 29662306a36Sopenharmony_ci#define REG_TEST_SIE_OPTIONAL 0xFE64 29762306a36Sopenharmony_ci#define REG_TEST_SIE_CHIRP_K 0xFE65 29862306a36Sopenharmony_ci#define REG_TEST_SIE_PHY 0xFE66 29962306a36Sopenharmony_ci#define REG_TEST_SIE_MAC_ADDR 0xFE70 30062306a36Sopenharmony_ci#define REG_TEST_SIE_STRING 0xFE80 30162306a36Sopenharmony_ci 30262306a36Sopenharmony_ci#define REG_NORMAL_SIE_VID 0xFE60 30362306a36Sopenharmony_ci#define REG_NORMAL_SIE_PID 0xFE62 30462306a36Sopenharmony_ci#define REG_NORMAL_SIE_OPTIONAL 0xFE64 30562306a36Sopenharmony_ci#define REG_NORMAL_SIE_EP 0xFE65 30662306a36Sopenharmony_ci#define REG_NORMAL_SIE_PHY 0xFE68 30762306a36Sopenharmony_ci#define REG_NORMAL_SIE_MAC_ADDR 0xFE70 30862306a36Sopenharmony_ci#define REG_NORMAL_SIE_STRING 0xFE80 30962306a36Sopenharmony_ci 31062306a36Sopenharmony_ci#define CR9346 REG_9346CR 31162306a36Sopenharmony_ci#define MSR (REG_CR + 2) 31262306a36Sopenharmony_ci#define ISR REG_HISR 31362306a36Sopenharmony_ci#define TSFR REG_TSFTR 31462306a36Sopenharmony_ci 31562306a36Sopenharmony_ci#define MACIDR0 REG_MACID 31662306a36Sopenharmony_ci#define MACIDR4 (REG_MACID + 4) 31762306a36Sopenharmony_ci 31862306a36Sopenharmony_ci#define PBP REG_PBP 31962306a36Sopenharmony_ci 32062306a36Sopenharmony_ci#define IDR0 MACIDR0 32162306a36Sopenharmony_ci#define IDR4 MACIDR4 32262306a36Sopenharmony_ci 32362306a36Sopenharmony_ci#define UNUSED_REGISTER 0x1BF 32462306a36Sopenharmony_ci#define DCAM UNUSED_REGISTER 32562306a36Sopenharmony_ci#define PSR UNUSED_REGISTER 32662306a36Sopenharmony_ci#define BBADDR UNUSED_REGISTER 32762306a36Sopenharmony_ci#define PHYDATAR UNUSED_REGISTER 32862306a36Sopenharmony_ci 32962306a36Sopenharmony_ci#define INVALID_BBRF_VALUE 0x12345678 33062306a36Sopenharmony_ci 33162306a36Sopenharmony_ci#define MAX_MSS_DENSITY_2T 0x13 33262306a36Sopenharmony_ci#define MAX_MSS_DENSITY_1T 0x0A 33362306a36Sopenharmony_ci 33462306a36Sopenharmony_ci#define CMDEEPROM_EN BIT(5) 33562306a36Sopenharmony_ci#define CMDEEPROM_SEL BIT(4) 33662306a36Sopenharmony_ci#define CMD9346CR_9356SEL BIT(4) 33762306a36Sopenharmony_ci#define AUTOLOAD_EEPROM (CMDEEPROM_EN|CMDEEPROM_SEL) 33862306a36Sopenharmony_ci#define AUTOLOAD_EFUSE CMDEEPROM_EN 33962306a36Sopenharmony_ci 34062306a36Sopenharmony_ci#define GPIOSEL_GPIO 0 34162306a36Sopenharmony_ci#define GPIOSEL_ENBT BIT(5) 34262306a36Sopenharmony_ci 34362306a36Sopenharmony_ci#define GPIO_IN REG_GPIO_PIN_CTRL 34462306a36Sopenharmony_ci#define GPIO_OUT (REG_GPIO_PIN_CTRL+1) 34562306a36Sopenharmony_ci#define GPIO_IO_SEL (REG_GPIO_PIN_CTRL+2) 34662306a36Sopenharmony_ci#define GPIO_MOD (REG_GPIO_PIN_CTRL+3) 34762306a36Sopenharmony_ci 34862306a36Sopenharmony_ci#define MSR_NOLINK 0x00 34962306a36Sopenharmony_ci#define MSR_ADHOC 0x01 35062306a36Sopenharmony_ci#define MSR_INFRA 0x02 35162306a36Sopenharmony_ci#define MSR_AP 0x03 35262306a36Sopenharmony_ci#define MSR_MASK 0x03 35362306a36Sopenharmony_ci 35462306a36Sopenharmony_ci#define RRSR_RSC_OFFSET 21 35562306a36Sopenharmony_ci#define RRSR_SHORT_OFFSET 23 35662306a36Sopenharmony_ci#define RRSR_RSC_BW_40M 0x600000 35762306a36Sopenharmony_ci#define RRSR_RSC_UPSUBCHNL 0x400000 35862306a36Sopenharmony_ci#define RRSR_RSC_LOWSUBCHNL 0x200000 35962306a36Sopenharmony_ci#define RRSR_SHORT 0x800000 36062306a36Sopenharmony_ci#define RRSR_1M BIT(0) 36162306a36Sopenharmony_ci#define RRSR_2M BIT(1) 36262306a36Sopenharmony_ci#define RRSR_5_5M BIT(2) 36362306a36Sopenharmony_ci#define RRSR_11M BIT(3) 36462306a36Sopenharmony_ci#define RRSR_6M BIT(4) 36562306a36Sopenharmony_ci#define RRSR_9M BIT(5) 36662306a36Sopenharmony_ci#define RRSR_12M BIT(6) 36762306a36Sopenharmony_ci#define RRSR_18M BIT(7) 36862306a36Sopenharmony_ci#define RRSR_24M BIT(8) 36962306a36Sopenharmony_ci#define RRSR_36M BIT(9) 37062306a36Sopenharmony_ci#define RRSR_48M BIT(10) 37162306a36Sopenharmony_ci#define RRSR_54M BIT(11) 37262306a36Sopenharmony_ci#define RRSR_MCS0 BIT(12) 37362306a36Sopenharmony_ci#define RRSR_MCS1 BIT(13) 37462306a36Sopenharmony_ci#define RRSR_MCS2 BIT(14) 37562306a36Sopenharmony_ci#define RRSR_MCS3 BIT(15) 37662306a36Sopenharmony_ci#define RRSR_MCS4 BIT(16) 37762306a36Sopenharmony_ci#define RRSR_MCS5 BIT(17) 37862306a36Sopenharmony_ci#define RRSR_MCS6 BIT(18) 37962306a36Sopenharmony_ci#define RRSR_MCS7 BIT(19) 38062306a36Sopenharmony_ci#define BRSR_ACKSHORTPMB BIT(23) 38162306a36Sopenharmony_ci 38262306a36Sopenharmony_ci#define RATR_1M 0x00000001 38362306a36Sopenharmony_ci#define RATR_2M 0x00000002 38462306a36Sopenharmony_ci#define RATR_55M 0x00000004 38562306a36Sopenharmony_ci#define RATR_11M 0x00000008 38662306a36Sopenharmony_ci#define RATR_6M 0x00000010 38762306a36Sopenharmony_ci#define RATR_9M 0x00000020 38862306a36Sopenharmony_ci#define RATR_12M 0x00000040 38962306a36Sopenharmony_ci#define RATR_18M 0x00000080 39062306a36Sopenharmony_ci#define RATR_24M 0x00000100 39162306a36Sopenharmony_ci#define RATR_36M 0x00000200 39262306a36Sopenharmony_ci#define RATR_48M 0x00000400 39362306a36Sopenharmony_ci#define RATR_54M 0x00000800 39462306a36Sopenharmony_ci#define RATR_MCS0 0x00001000 39562306a36Sopenharmony_ci#define RATR_MCS1 0x00002000 39662306a36Sopenharmony_ci#define RATR_MCS2 0x00004000 39762306a36Sopenharmony_ci#define RATR_MCS3 0x00008000 39862306a36Sopenharmony_ci#define RATR_MCS4 0x00010000 39962306a36Sopenharmony_ci#define RATR_MCS5 0x00020000 40062306a36Sopenharmony_ci#define RATR_MCS6 0x00040000 40162306a36Sopenharmony_ci#define RATR_MCS7 0x00080000 40262306a36Sopenharmony_ci#define RATR_MCS8 0x00100000 40362306a36Sopenharmony_ci#define RATR_MCS9 0x00200000 40462306a36Sopenharmony_ci#define RATR_MCS10 0x00400000 40562306a36Sopenharmony_ci#define RATR_MCS11 0x00800000 40662306a36Sopenharmony_ci#define RATR_MCS12 0x01000000 40762306a36Sopenharmony_ci#define RATR_MCS13 0x02000000 40862306a36Sopenharmony_ci#define RATR_MCS14 0x04000000 40962306a36Sopenharmony_ci#define RATR_MCS15 0x08000000 41062306a36Sopenharmony_ci 41162306a36Sopenharmony_ci#define RATE_1M BIT(0) 41262306a36Sopenharmony_ci#define RATE_2M BIT(1) 41362306a36Sopenharmony_ci#define RATE_5_5M BIT(2) 41462306a36Sopenharmony_ci#define RATE_11M BIT(3) 41562306a36Sopenharmony_ci#define RATE_6M BIT(4) 41662306a36Sopenharmony_ci#define RATE_9M BIT(5) 41762306a36Sopenharmony_ci#define RATE_12M BIT(6) 41862306a36Sopenharmony_ci#define RATE_18M BIT(7) 41962306a36Sopenharmony_ci#define RATE_24M BIT(8) 42062306a36Sopenharmony_ci#define RATE_36M BIT(9) 42162306a36Sopenharmony_ci#define RATE_48M BIT(10) 42262306a36Sopenharmony_ci#define RATE_54M BIT(11) 42362306a36Sopenharmony_ci#define RATE_MCS0 BIT(12) 42462306a36Sopenharmony_ci#define RATE_MCS1 BIT(13) 42562306a36Sopenharmony_ci#define RATE_MCS2 BIT(14) 42662306a36Sopenharmony_ci#define RATE_MCS3 BIT(15) 42762306a36Sopenharmony_ci#define RATE_MCS4 BIT(16) 42862306a36Sopenharmony_ci#define RATE_MCS5 BIT(17) 42962306a36Sopenharmony_ci#define RATE_MCS6 BIT(18) 43062306a36Sopenharmony_ci#define RATE_MCS7 BIT(19) 43162306a36Sopenharmony_ci#define RATE_MCS8 BIT(20) 43262306a36Sopenharmony_ci#define RATE_MCS9 BIT(21) 43362306a36Sopenharmony_ci#define RATE_MCS10 BIT(22) 43462306a36Sopenharmony_ci#define RATE_MCS11 BIT(23) 43562306a36Sopenharmony_ci#define RATE_MCS12 BIT(24) 43662306a36Sopenharmony_ci#define RATE_MCS13 BIT(25) 43762306a36Sopenharmony_ci#define RATE_MCS14 BIT(26) 43862306a36Sopenharmony_ci#define RATE_MCS15 BIT(27) 43962306a36Sopenharmony_ci 44062306a36Sopenharmony_ci#define RATE_ALL_CCK (RATR_1M | RATR_2M | RATR_55M | RATR_11M) 44162306a36Sopenharmony_ci#define RATE_ALL_OFDM_AG (RATR_6M | RATR_9M | RATR_12M | RATR_18M \ 44262306a36Sopenharmony_ci | RATR_24M | RATR_36M | RATR_48M | RATR_54M) 44362306a36Sopenharmony_ci#define RATE_ALL_OFDM_1SS (RATR_MCS0 | RATR_MCS1 | RATR_MCS2 | \ 44462306a36Sopenharmony_ci RATR_MCS3 | RATR_MCS4 | RATR_MCS5 | \ 44562306a36Sopenharmony_ci RATR_MCS6 | RATR_MCS7) 44662306a36Sopenharmony_ci#define RATE_ALL_OFDM_2SS (RATR_MCS8 | RATR_MCS9 | RATR_MCS10 | \ 44762306a36Sopenharmony_ci RATR_MCS11 | RATR_MCS12 | RATR_MCS13 | \ 44862306a36Sopenharmony_ci RATR_MCS14 | RATR_MCS15) 44962306a36Sopenharmony_ci 45062306a36Sopenharmony_ci#define BW_OPMODE_20MHZ BIT(2) 45162306a36Sopenharmony_ci#define BW_OPMODE_5G BIT(1) 45262306a36Sopenharmony_ci#define BW_OPMODE_11J BIT(0) 45362306a36Sopenharmony_ci 45462306a36Sopenharmony_ci#define CAM_VALID BIT(15) 45562306a36Sopenharmony_ci#define CAM_NOTVALID 0x0000 45662306a36Sopenharmony_ci#define CAM_USEDK BIT(5) 45762306a36Sopenharmony_ci 45862306a36Sopenharmony_ci#define CAM_NONE 0x0 45962306a36Sopenharmony_ci#define CAM_WEP40 0x01 46062306a36Sopenharmony_ci#define CAM_TKIP 0x02 46162306a36Sopenharmony_ci#define CAM_AES 0x04 46262306a36Sopenharmony_ci#define CAM_WEP104 0x05 46362306a36Sopenharmony_ci 46462306a36Sopenharmony_ci#define TOTAL_CAM_ENTRY 32 46562306a36Sopenharmony_ci#define HALF_CAM_ENTRY 16 46662306a36Sopenharmony_ci 46762306a36Sopenharmony_ci#define CAM_WRITE BIT(16) 46862306a36Sopenharmony_ci#define CAM_READ 0x00000000 46962306a36Sopenharmony_ci#define CAM_POLLINIG BIT(31) 47062306a36Sopenharmony_ci 47162306a36Sopenharmony_ci#define SCR_USEDK 0x01 47262306a36Sopenharmony_ci#define SCR_TXSEC_ENABLE 0x02 47362306a36Sopenharmony_ci#define SCR_RXSEC_ENABLE 0x04 47462306a36Sopenharmony_ci 47562306a36Sopenharmony_ci#define WOW_PMEN BIT(0) 47662306a36Sopenharmony_ci#define WOW_WOMEN BIT(1) 47762306a36Sopenharmony_ci#define WOW_MAGIC BIT(2) 47862306a36Sopenharmony_ci#define WOW_UWF BIT(3) 47962306a36Sopenharmony_ci 48062306a36Sopenharmony_ci#define IMR8190_DISABLED 0x0 48162306a36Sopenharmony_ci#define IMR_BCNDMAINT6 BIT(31) 48262306a36Sopenharmony_ci#define IMR_BCNDMAINT5 BIT(30) 48362306a36Sopenharmony_ci#define IMR_BCNDMAINT4 BIT(29) 48462306a36Sopenharmony_ci#define IMR_BCNDMAINT3 BIT(28) 48562306a36Sopenharmony_ci#define IMR_BCNDMAINT2 BIT(27) 48662306a36Sopenharmony_ci#define IMR_BCNDMAINT1 BIT(26) 48762306a36Sopenharmony_ci#define IMR_BCNDOK8 BIT(25) 48862306a36Sopenharmony_ci#define IMR_BCNDOK7 BIT(24) 48962306a36Sopenharmony_ci#define IMR_BCNDOK6 BIT(23) 49062306a36Sopenharmony_ci#define IMR_BCNDOK5 BIT(22) 49162306a36Sopenharmony_ci#define IMR_BCNDOK4 BIT(21) 49262306a36Sopenharmony_ci#define IMR_BCNDOK3 BIT(20) 49362306a36Sopenharmony_ci#define IMR_BCNDOK2 BIT(19) 49462306a36Sopenharmony_ci#define IMR_BCNDOK1 BIT(18) 49562306a36Sopenharmony_ci#define IMR_TIMEOUT2 BIT(17) 49662306a36Sopenharmony_ci#define IMR_TIMEOUT1 BIT(16) 49762306a36Sopenharmony_ci#define IMR_TXFOVW BIT(15) 49862306a36Sopenharmony_ci#define IMR_PSTIMEOUT BIT(14) 49962306a36Sopenharmony_ci#define IMR_BCNINT BIT(13) 50062306a36Sopenharmony_ci#define IMR_RXFOVW BIT(12) 50162306a36Sopenharmony_ci#define IMR_RDU BIT(11) 50262306a36Sopenharmony_ci#define IMR_ATIMEND BIT(10) 50362306a36Sopenharmony_ci#define IMR_BDOK BIT(9) 50462306a36Sopenharmony_ci#define IMR_HIGHDOK BIT(8) 50562306a36Sopenharmony_ci#define IMR_TBDOK BIT(7) 50662306a36Sopenharmony_ci#define IMR_MGNTDOK BIT(6) 50762306a36Sopenharmony_ci#define IMR_TBDER BIT(5) 50862306a36Sopenharmony_ci#define IMR_BKDOK BIT(4) 50962306a36Sopenharmony_ci#define IMR_BEDOK BIT(3) 51062306a36Sopenharmony_ci#define IMR_VIDOK BIT(2) 51162306a36Sopenharmony_ci#define IMR_VODOK BIT(1) 51262306a36Sopenharmony_ci#define IMR_ROK BIT(0) 51362306a36Sopenharmony_ci 51462306a36Sopenharmony_ci#define IMR_TXERR BIT(11) 51562306a36Sopenharmony_ci#define IMR_RXERR BIT(10) 51662306a36Sopenharmony_ci#define IMR_C2HCMD BIT(9) 51762306a36Sopenharmony_ci#define IMR_CPWM BIT(8) 51862306a36Sopenharmony_ci#define IMR_OCPINT BIT(1) 51962306a36Sopenharmony_ci#define IMR_WLANOFF BIT(0) 52062306a36Sopenharmony_ci 52162306a36Sopenharmony_ci#define EFUSE_REAL_CONTENT_LEN 512 52262306a36Sopenharmony_ci#define EFUSE_OOB_PROTECT_BYTES 15 52362306a36Sopenharmony_ci 52462306a36Sopenharmony_ci#define EEPROM_DEFAULT_TSSI 0x0 52562306a36Sopenharmony_ci#define EEPROM_DEFAULT_TXPOWERDIFF 0x0 52662306a36Sopenharmony_ci#define EEPROM_DEFAULT_CRYSTALCAP 0x5 52762306a36Sopenharmony_ci#define EEPROM_DEFAULT_BOARDTYPE 0x02 52862306a36Sopenharmony_ci#define EEPROM_DEFAULT_TXPOWER 0x1010 52962306a36Sopenharmony_ci#define EEPROM_DEFAULT_HT2T_TXPWR 0x10 53062306a36Sopenharmony_ci 53162306a36Sopenharmony_ci#define EEPROM_DEFAULT_LEGACYHTTXPOWERDIFF 0x3 53262306a36Sopenharmony_ci#define EEPROM_DEFAULT_THERMALMETER 0x12 53362306a36Sopenharmony_ci#define EEPROM_DEFAULT_ANTTXPOWERDIFF 0x0 53462306a36Sopenharmony_ci#define EEPROM_DEFAULT_TXPWDIFF_CRYSTALCAP 0x5 53562306a36Sopenharmony_ci#define EEPROM_DEFAULT_TXPOWERLEVEL 0x22 53662306a36Sopenharmony_ci#define EEPROM_DEFAULT_HT40_2SDIFF 0x0 53762306a36Sopenharmony_ci#define EEPROM_DEFAULT_HT20_DIFF 2 53862306a36Sopenharmony_ci#define EEPROM_DEFAULT_HT40_PWRMAXOFFSET 0 53962306a36Sopenharmony_ci#define EEPROM_DEFAULT_HT20_PWRMAXOFFSET 0 54062306a36Sopenharmony_ci 54162306a36Sopenharmony_ci#define RF_OPTION1 0x79 54262306a36Sopenharmony_ci#define RF_OPTION2 0x7A 54362306a36Sopenharmony_ci#define RF_OPTION3 0x7B 54462306a36Sopenharmony_ci#define RF_OPTION4 0x7C 54562306a36Sopenharmony_ci 54662306a36Sopenharmony_ci#define EEPROM_DEFAULT_PID 0x1234 54762306a36Sopenharmony_ci#define EEPROM_DEFAULT_VID 0x5678 54862306a36Sopenharmony_ci#define EEPROM_DEFAULT_CUSTOMERID 0xAB 54962306a36Sopenharmony_ci#define EEPROM_DEFAULT_SUBCUSTOMERID 0xCD 55062306a36Sopenharmony_ci#define EEPROM_DEFAULT_VERSION 0 55162306a36Sopenharmony_ci 55262306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_FCC 0x0 55362306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_IC 0x1 55462306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_ETSI 0x2 55562306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_SPAIN 0x3 55662306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_FRANCE 0x4 55762306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_MKK 0x5 55862306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_MKK1 0x6 55962306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_ISRAEL 0x7 56062306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_TELEC 0x8 56162306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_GLOBAL_DOMAIN 0x9 56262306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_WORLD_WIDE_13 0xA 56362306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_NCC 0xB 56462306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN_BY_HW_MASK 0x80 56562306a36Sopenharmony_ci 56662306a36Sopenharmony_ci#define EEPROM_CID_DEFAULT 0x0 56762306a36Sopenharmony_ci#define EEPROM_CID_TOSHIBA 0x4 56862306a36Sopenharmony_ci#define EEPROM_CID_CCX 0x10 56962306a36Sopenharmony_ci#define EEPROM_CID_QMI 0x0D 57062306a36Sopenharmony_ci#define EEPROM_CID_WHQL 0xFE 57162306a36Sopenharmony_ci 57262306a36Sopenharmony_ci#define RTL8192_EEPROM_ID 0x8129 57362306a36Sopenharmony_ci 57462306a36Sopenharmony_ci#define RTL8190_EEPROM_ID 0x8129 57562306a36Sopenharmony_ci#define EEPROM_HPON 0x02 57662306a36Sopenharmony_ci#define EEPROM_CLK 0x06 57762306a36Sopenharmony_ci#define EEPROM_TESTR 0x08 57862306a36Sopenharmony_ci 57962306a36Sopenharmony_ci#define EEPROM_VID 0x0A 58062306a36Sopenharmony_ci#define EEPROM_DID 0x0C 58162306a36Sopenharmony_ci#define EEPROM_SVID 0x0E 58262306a36Sopenharmony_ci#define EEPROM_SMID 0x10 58362306a36Sopenharmony_ci 58462306a36Sopenharmony_ci#define EEPROM_MAC_ADDR 0x16 58562306a36Sopenharmony_ci 58662306a36Sopenharmony_ci#define EEPROM_CCK_TX_PWR_INX 0x5A 58762306a36Sopenharmony_ci#define EEPROM_HT40_1S_TX_PWR_INX 0x60 58862306a36Sopenharmony_ci#define EEPROM_HT40_2S_TX_PWR_INX_DIFF 0x66 58962306a36Sopenharmony_ci#define EEPROM_HT20_TX_PWR_INX_DIFF 0x69 59062306a36Sopenharmony_ci#define EEPROM_OFDM_TX_PWR_INX_DIFF 0x6C 59162306a36Sopenharmony_ci#define EEPROM_HT40_MAX_PWR_OFFSET 0x6F 59262306a36Sopenharmony_ci#define EEPROM_HT20_MAX_PWR_OFFSET 0x72 59362306a36Sopenharmony_ci 59462306a36Sopenharmony_ci#define EEPROM_TSSI_A 0x76 59562306a36Sopenharmony_ci#define EEPROM_TSSI_B 0x77 59662306a36Sopenharmony_ci#define EEPROM_THERMAL_METER 0x78 59762306a36Sopenharmony_ci#define EEPROM_XTAL_K 0x78 59862306a36Sopenharmony_ci#define EEPROM_RF_OPT1 0x79 59962306a36Sopenharmony_ci#define EEPROM_RF_OPT2 0x7A 60062306a36Sopenharmony_ci#define EEPROM_RF_OPT3 0x7B 60162306a36Sopenharmony_ci#define EEPROM_RF_OPT4 0x7C 60262306a36Sopenharmony_ci#define EEPROM_CHANNEL_PLAN 0x7D 60362306a36Sopenharmony_ci#define EEPROM_VERSION 0x7E 60462306a36Sopenharmony_ci#define EEPROM_CUSTOMER_ID 0x7F 60562306a36Sopenharmony_ci 60662306a36Sopenharmony_ci#define EEPROM_PWRDIFF 0x54 60762306a36Sopenharmony_ci 60862306a36Sopenharmony_ci#define EEPROM_TXPOWERCCK 0x5A 60962306a36Sopenharmony_ci#define EEPROM_TXPOWERHT40_1S 0x60 61062306a36Sopenharmony_ci#define EEPROM_TXPOWERHT40_2SDIFF 0x66 61162306a36Sopenharmony_ci#define EEPROM_TXPOWERHT20DIFF 0x69 61262306a36Sopenharmony_ci#define EEPROM_TXPOWER_OFDMDIFF 0x6C 61362306a36Sopenharmony_ci 61462306a36Sopenharmony_ci#define EEPROM_TXPWR_GROUP 0x6F 61562306a36Sopenharmony_ci 61662306a36Sopenharmony_ci#define EEPROM_CHANNELPLAN 0x75 61762306a36Sopenharmony_ci 61862306a36Sopenharmony_ci#define STOPBECON BIT(6) 61962306a36Sopenharmony_ci#define STOPHIGHT BIT(5) 62062306a36Sopenharmony_ci#define STOPMGT BIT(4) 62162306a36Sopenharmony_ci#define STOPVO BIT(3) 62262306a36Sopenharmony_ci#define STOPVI BIT(2) 62362306a36Sopenharmony_ci#define STOPBE BIT(1) 62462306a36Sopenharmony_ci#define STOPBK BIT(0) 62562306a36Sopenharmony_ci 62662306a36Sopenharmony_ci#define RCR_APPFCS BIT(31) 62762306a36Sopenharmony_ci#define RCR_APP_FCS BIT(31) 62862306a36Sopenharmony_ci#define RCR_APP_MIC BIT(30) 62962306a36Sopenharmony_ci#define RCR_APP_ICV BIT(29) 63062306a36Sopenharmony_ci#define RCR_APP_PHYSTS BIT(28) 63162306a36Sopenharmony_ci#define RCR_APP_PHYST_RXFF BIT(28) 63262306a36Sopenharmony_ci#define RCR_APP_BA_SSN BIT(27) 63362306a36Sopenharmony_ci#define RCR_ENMBID BIT(24) 63462306a36Sopenharmony_ci#define RCR_LSIGEN BIT(23) 63562306a36Sopenharmony_ci#define RCR_MFBEN BIT(22) 63662306a36Sopenharmony_ci#define RCR_HTC_LOC_CTRL BIT(14) 63762306a36Sopenharmony_ci#define RCR_AMF BIT(13) 63862306a36Sopenharmony_ci#define RCR_ACF BIT(12) 63962306a36Sopenharmony_ci#define RCR_ADF BIT(11) 64062306a36Sopenharmony_ci#define RCR_AICV BIT(9) 64162306a36Sopenharmony_ci#define RCR_ACRC32 BIT(8) 64262306a36Sopenharmony_ci#define RCR_CBSSID_BCN BIT(7) 64362306a36Sopenharmony_ci#define RCR_CBSSID_DATA BIT(6) 64462306a36Sopenharmony_ci#define RCR_CBSSID RCR_CBSSID_DATA 64562306a36Sopenharmony_ci#define RCR_APWRMGT BIT(5) 64662306a36Sopenharmony_ci#define RCR_ADD3 BIT(4) 64762306a36Sopenharmony_ci#define RCR_AB BIT(3) 64862306a36Sopenharmony_ci#define RCR_AM BIT(2) 64962306a36Sopenharmony_ci#define RCR_APM BIT(1) 65062306a36Sopenharmony_ci#define RCR_AAP BIT(0) 65162306a36Sopenharmony_ci#define RCR_MXDMA_OFFSET 8 65262306a36Sopenharmony_ci#define RCR_FIFO_OFFSET 13 65362306a36Sopenharmony_ci 65462306a36Sopenharmony_ci#define RSV_CTRL 0x001C 65562306a36Sopenharmony_ci#define RD_CTRL 0x0524 65662306a36Sopenharmony_ci 65762306a36Sopenharmony_ci#define REG_USB_VID 0xFE60 65862306a36Sopenharmony_ci#define REG_USB_PID 0xFE62 65962306a36Sopenharmony_ci#define REG_USB_OPTIONAL 0xFE64 66062306a36Sopenharmony_ci#define REG_USB_CHIRP_K 0xFE65 66162306a36Sopenharmony_ci#define REG_USB_PHY 0xFE66 66262306a36Sopenharmony_ci#define REG_USB_MAC_ADDR 0xFE70 66362306a36Sopenharmony_ci#define REG_USB_HRPWM 0xFE58 66462306a36Sopenharmony_ci#define REG_USB_HCPWM 0xFE57 66562306a36Sopenharmony_ci 66662306a36Sopenharmony_ci#define SW18_FPWM BIT(3) 66762306a36Sopenharmony_ci 66862306a36Sopenharmony_ci#define ISO_MD2PP BIT(0) 66962306a36Sopenharmony_ci#define ISO_UA2USB BIT(1) 67062306a36Sopenharmony_ci#define ISO_UD2CORE BIT(2) 67162306a36Sopenharmony_ci#define ISO_PA2PCIE BIT(3) 67262306a36Sopenharmony_ci#define ISO_PD2CORE BIT(4) 67362306a36Sopenharmony_ci#define ISO_IP2MAC BIT(5) 67462306a36Sopenharmony_ci#define ISO_DIOP BIT(6) 67562306a36Sopenharmony_ci#define ISO_DIOE BIT(7) 67662306a36Sopenharmony_ci#define ISO_EB2CORE BIT(8) 67762306a36Sopenharmony_ci#define ISO_DIOR BIT(9) 67862306a36Sopenharmony_ci 67962306a36Sopenharmony_ci#define PWC_EV25V BIT(14) 68062306a36Sopenharmony_ci#define PWC_EV12V BIT(15) 68162306a36Sopenharmony_ci 68262306a36Sopenharmony_ci#define FEN_BBRSTB BIT(0) 68362306a36Sopenharmony_ci#define FEN_BB_GLB_RSTN BIT(1) 68462306a36Sopenharmony_ci#define FEN_USBA BIT(2) 68562306a36Sopenharmony_ci#define FEN_UPLL BIT(3) 68662306a36Sopenharmony_ci#define FEN_USBD BIT(4) 68762306a36Sopenharmony_ci#define FEN_DIO_PCIE BIT(5) 68862306a36Sopenharmony_ci#define FEN_PCIEA BIT(6) 68962306a36Sopenharmony_ci#define FEN_PPLL BIT(7) 69062306a36Sopenharmony_ci#define FEN_PCIED BIT(8) 69162306a36Sopenharmony_ci#define FEN_DIOE BIT(9) 69262306a36Sopenharmony_ci#define FEN_CPUEN BIT(10) 69362306a36Sopenharmony_ci#define FEN_DCORE BIT(11) 69462306a36Sopenharmony_ci#define FEN_ELDR BIT(12) 69562306a36Sopenharmony_ci#define FEN_DIO_RF BIT(13) 69662306a36Sopenharmony_ci#define FEN_HWPDN BIT(14) 69762306a36Sopenharmony_ci#define FEN_MREGEN BIT(15) 69862306a36Sopenharmony_ci 69962306a36Sopenharmony_ci#define PFM_LDALL BIT(0) 70062306a36Sopenharmony_ci#define PFM_ALDN BIT(1) 70162306a36Sopenharmony_ci#define PFM_LDKP BIT(2) 70262306a36Sopenharmony_ci#define PFM_WOWL BIT(3) 70362306a36Sopenharmony_ci#define ENPDN BIT(4) 70462306a36Sopenharmony_ci#define PDN_PL BIT(5) 70562306a36Sopenharmony_ci#define APFM_ONMAC BIT(8) 70662306a36Sopenharmony_ci#define APFM_OFF BIT(9) 70762306a36Sopenharmony_ci#define APFM_RSM BIT(10) 70862306a36Sopenharmony_ci#define AFSM_HSUS BIT(11) 70962306a36Sopenharmony_ci#define AFSM_PCIE BIT(12) 71062306a36Sopenharmony_ci#define APDM_MAC BIT(13) 71162306a36Sopenharmony_ci#define APDM_HOST BIT(14) 71262306a36Sopenharmony_ci#define APDM_HPDN BIT(15) 71362306a36Sopenharmony_ci#define RDY_MACON BIT(16) 71462306a36Sopenharmony_ci#define SUS_HOST BIT(17) 71562306a36Sopenharmony_ci#define ROP_ALD BIT(20) 71662306a36Sopenharmony_ci#define ROP_PWR BIT(21) 71762306a36Sopenharmony_ci#define ROP_SPS BIT(22) 71862306a36Sopenharmony_ci#define SOP_MRST BIT(25) 71962306a36Sopenharmony_ci#define SOP_FUSE BIT(26) 72062306a36Sopenharmony_ci#define SOP_ABG BIT(27) 72162306a36Sopenharmony_ci#define SOP_AMB BIT(28) 72262306a36Sopenharmony_ci#define SOP_RCK BIT(29) 72362306a36Sopenharmony_ci#define SOP_A8M BIT(30) 72462306a36Sopenharmony_ci#define XOP_BTCK BIT(31) 72562306a36Sopenharmony_ci 72662306a36Sopenharmony_ci#define ANAD16V_EN BIT(0) 72762306a36Sopenharmony_ci#define ANA8M BIT(1) 72862306a36Sopenharmony_ci#define MACSLP BIT(4) 72962306a36Sopenharmony_ci#define LOADER_CLK_EN BIT(5) 73062306a36Sopenharmony_ci#define _80M_SSC_DIS BIT(7) 73162306a36Sopenharmony_ci#define _80M_SSC_EN_HO BIT(8) 73262306a36Sopenharmony_ci#define PHY_SSC_RSTB BIT(9) 73362306a36Sopenharmony_ci#define SEC_CLK_EN BIT(10) 73462306a36Sopenharmony_ci#define MAC_CLK_EN BIT(11) 73562306a36Sopenharmony_ci#define SYS_CLK_EN BIT(12) 73662306a36Sopenharmony_ci#define RING_CLK_EN BIT(13) 73762306a36Sopenharmony_ci 73862306a36Sopenharmony_ci#define BOOT_FROM_EEPROM BIT(4) 73962306a36Sopenharmony_ci#define EEPROM_EN BIT(5) 74062306a36Sopenharmony_ci 74162306a36Sopenharmony_ci#define AFE_BGEN BIT(0) 74262306a36Sopenharmony_ci#define AFE_MBEN BIT(1) 74362306a36Sopenharmony_ci#define MAC_ID_EN BIT(7) 74462306a36Sopenharmony_ci 74562306a36Sopenharmony_ci#define WLOCK_ALL BIT(0) 74662306a36Sopenharmony_ci#define WLOCK_00 BIT(1) 74762306a36Sopenharmony_ci#define WLOCK_04 BIT(2) 74862306a36Sopenharmony_ci#define WLOCK_08 BIT(3) 74962306a36Sopenharmony_ci#define WLOCK_40 BIT(4) 75062306a36Sopenharmony_ci#define R_DIS_PRST_0 BIT(5) 75162306a36Sopenharmony_ci#define R_DIS_PRST_1 BIT(6) 75262306a36Sopenharmony_ci#define LOCK_ALL_EN BIT(7) 75362306a36Sopenharmony_ci 75462306a36Sopenharmony_ci#define RF_EN BIT(0) 75562306a36Sopenharmony_ci#define RF_RSTB BIT(1) 75662306a36Sopenharmony_ci#define RF_SDMRSTB BIT(2) 75762306a36Sopenharmony_ci 75862306a36Sopenharmony_ci#define LDA15_EN BIT(0) 75962306a36Sopenharmony_ci#define LDA15_STBY BIT(1) 76062306a36Sopenharmony_ci#define LDA15_OBUF BIT(2) 76162306a36Sopenharmony_ci#define LDA15_REG_VOS BIT(3) 76262306a36Sopenharmony_ci#define _LDA15_VOADJ(x) (((x) & 0x7) << 4) 76362306a36Sopenharmony_ci 76462306a36Sopenharmony_ci#define LDV12_EN BIT(0) 76562306a36Sopenharmony_ci#define LDV12_SDBY BIT(1) 76662306a36Sopenharmony_ci#define LPLDO_HSM BIT(2) 76762306a36Sopenharmony_ci#define LPLDO_LSM_DIS BIT(3) 76862306a36Sopenharmony_ci#define _LDV12_VADJ(x) (((x) & 0xF) << 4) 76962306a36Sopenharmony_ci 77062306a36Sopenharmony_ci#define XTAL_EN BIT(0) 77162306a36Sopenharmony_ci#define XTAL_BSEL BIT(1) 77262306a36Sopenharmony_ci#define _XTAL_BOSC(x) (((x) & 0x3) << 2) 77362306a36Sopenharmony_ci#define _XTAL_CADJ(x) (((x) & 0xF) << 4) 77462306a36Sopenharmony_ci#define XTAL_GATE_USB BIT(8) 77562306a36Sopenharmony_ci#define _XTAL_USB_DRV(x) (((x) & 0x3) << 9) 77662306a36Sopenharmony_ci#define XTAL_GATE_AFE BIT(11) 77762306a36Sopenharmony_ci#define _XTAL_AFE_DRV(x) (((x) & 0x3) << 12) 77862306a36Sopenharmony_ci#define XTAL_RF_GATE BIT(14) 77962306a36Sopenharmony_ci#define _XTAL_RF_DRV(x) (((x) & 0x3) << 15) 78062306a36Sopenharmony_ci#define XTAL_GATE_DIG BIT(17) 78162306a36Sopenharmony_ci#define _XTAL_DIG_DRV(x) (((x) & 0x3) << 18) 78262306a36Sopenharmony_ci#define XTAL_BT_GATE BIT(20) 78362306a36Sopenharmony_ci#define _XTAL_BT_DRV(x) (((x) & 0x3) << 21) 78462306a36Sopenharmony_ci#define _XTAL_GPIO(x) (((x) & 0x7) << 23) 78562306a36Sopenharmony_ci 78662306a36Sopenharmony_ci#define CKDLY_AFE BIT(26) 78762306a36Sopenharmony_ci#define CKDLY_USB BIT(27) 78862306a36Sopenharmony_ci#define CKDLY_DIG BIT(28) 78962306a36Sopenharmony_ci#define CKDLY_BT BIT(29) 79062306a36Sopenharmony_ci 79162306a36Sopenharmony_ci#define APLL_EN BIT(0) 79262306a36Sopenharmony_ci#define APLL_320_EN BIT(1) 79362306a36Sopenharmony_ci#define APLL_FREF_SEL BIT(2) 79462306a36Sopenharmony_ci#define APLL_EDGE_SEL BIT(3) 79562306a36Sopenharmony_ci#define APLL_WDOGB BIT(4) 79662306a36Sopenharmony_ci#define APLL_LPFEN BIT(5) 79762306a36Sopenharmony_ci 79862306a36Sopenharmony_ci#define APLL_REF_CLK_13MHZ 0x1 79962306a36Sopenharmony_ci#define APLL_REF_CLK_19_2MHZ 0x2 80062306a36Sopenharmony_ci#define APLL_REF_CLK_20MHZ 0x3 80162306a36Sopenharmony_ci#define APLL_REF_CLK_25MHZ 0x4 80262306a36Sopenharmony_ci#define APLL_REF_CLK_26MHZ 0x5 80362306a36Sopenharmony_ci#define APLL_REF_CLK_38_4MHZ 0x6 80462306a36Sopenharmony_ci#define APLL_REF_CLK_40MHZ 0x7 80562306a36Sopenharmony_ci 80662306a36Sopenharmony_ci#define APLL_320EN BIT(14) 80762306a36Sopenharmony_ci#define APLL_80EN BIT(15) 80862306a36Sopenharmony_ci#define APLL_1MEN BIT(24) 80962306a36Sopenharmony_ci 81062306a36Sopenharmony_ci#define ALD_EN BIT(18) 81162306a36Sopenharmony_ci#define EF_PD BIT(19) 81262306a36Sopenharmony_ci#define EF_FLAG BIT(31) 81362306a36Sopenharmony_ci 81462306a36Sopenharmony_ci#define EF_TRPT BIT(7) 81562306a36Sopenharmony_ci#define LDOE25_EN BIT(31) 81662306a36Sopenharmony_ci 81762306a36Sopenharmony_ci#define RSM_EN BIT(0) 81862306a36Sopenharmony_ci#define TIMER_EN BIT(4) 81962306a36Sopenharmony_ci 82062306a36Sopenharmony_ci#define TRSW0EN BIT(2) 82162306a36Sopenharmony_ci#define TRSW1EN BIT(3) 82262306a36Sopenharmony_ci#define EROM_EN BIT(4) 82362306a36Sopenharmony_ci#define ENBT BIT(5) 82462306a36Sopenharmony_ci#define ENUART BIT(8) 82562306a36Sopenharmony_ci#define UART_910 BIT(9) 82662306a36Sopenharmony_ci#define ENPMAC BIT(10) 82762306a36Sopenharmony_ci#define SIC_SWRST BIT(11) 82862306a36Sopenharmony_ci#define ENSIC BIT(12) 82962306a36Sopenharmony_ci#define SIC_23 BIT(13) 83062306a36Sopenharmony_ci#define ENHDP BIT(14) 83162306a36Sopenharmony_ci#define SIC_LBK BIT(15) 83262306a36Sopenharmony_ci 83362306a36Sopenharmony_ci#define LED0PL BIT(4) 83462306a36Sopenharmony_ci#define LED1PL BIT(12) 83562306a36Sopenharmony_ci#define LED0DIS BIT(7) 83662306a36Sopenharmony_ci 83762306a36Sopenharmony_ci#define MCUFWDL_EN BIT(0) 83862306a36Sopenharmony_ci#define MCUFWDL_RDY BIT(1) 83962306a36Sopenharmony_ci#define FWDL_CHKSUM_RPT BIT(2) 84062306a36Sopenharmony_ci#define MACINI_RDY BIT(3) 84162306a36Sopenharmony_ci#define BBINI_RDY BIT(4) 84262306a36Sopenharmony_ci#define RFINI_RDY BIT(5) 84362306a36Sopenharmony_ci#define WINTINI_RDY BIT(6) 84462306a36Sopenharmony_ci#define CPRST BIT(23) 84562306a36Sopenharmony_ci 84662306a36Sopenharmony_ci#define XCLK_VLD BIT(0) 84762306a36Sopenharmony_ci#define ACLK_VLD BIT(1) 84862306a36Sopenharmony_ci#define UCLK_VLD BIT(2) 84962306a36Sopenharmony_ci#define PCLK_VLD BIT(3) 85062306a36Sopenharmony_ci#define PCIRSTB BIT(4) 85162306a36Sopenharmony_ci#define V15_VLD BIT(5) 85262306a36Sopenharmony_ci#define TRP_B15V_EN BIT(7) 85362306a36Sopenharmony_ci#define SIC_IDLE BIT(8) 85462306a36Sopenharmony_ci#define BD_MAC2 BIT(9) 85562306a36Sopenharmony_ci#define BD_MAC1 BIT(10) 85662306a36Sopenharmony_ci#define IC_MACPHY_MODE BIT(11) 85762306a36Sopenharmony_ci#define BT_FUNC BIT(16) 85862306a36Sopenharmony_ci#define VENDOR_ID BIT(19) 85962306a36Sopenharmony_ci#define PAD_HWPD_IDN BIT(22) 86062306a36Sopenharmony_ci#define TRP_VAUX_EN BIT(23) 86162306a36Sopenharmony_ci#define TRP_BT_EN BIT(24) 86262306a36Sopenharmony_ci#define BD_PKG_SEL BIT(25) 86362306a36Sopenharmony_ci#define BD_HCI_SEL BIT(26) 86462306a36Sopenharmony_ci#define TYPE_ID BIT(27) 86562306a36Sopenharmony_ci#define RF_RL_ID (BIT(31) | BIT(30) | BIT(29) | BIT(28)) 86662306a36Sopenharmony_ci 86762306a36Sopenharmony_ci#define CHIP_VER_RTL_MASK 0xF000 86862306a36Sopenharmony_ci#define CHIP_VER_RTL_SHIFT 12 86962306a36Sopenharmony_ci 87062306a36Sopenharmony_ci#define REG_LBMODE (REG_CR + 3) 87162306a36Sopenharmony_ci 87262306a36Sopenharmony_ci#define HCI_TXDMA_EN BIT(0) 87362306a36Sopenharmony_ci#define HCI_RXDMA_EN BIT(1) 87462306a36Sopenharmony_ci#define TXDMA_EN BIT(2) 87562306a36Sopenharmony_ci#define RXDMA_EN BIT(3) 87662306a36Sopenharmony_ci#define PROTOCOL_EN BIT(4) 87762306a36Sopenharmony_ci#define SCHEDULE_EN BIT(5) 87862306a36Sopenharmony_ci#define MACTXEN BIT(6) 87962306a36Sopenharmony_ci#define MACRXEN BIT(7) 88062306a36Sopenharmony_ci#define ENSWBCN BIT(8) 88162306a36Sopenharmony_ci#define ENSEC BIT(9) 88262306a36Sopenharmony_ci 88362306a36Sopenharmony_ci#define _NETTYPE(x) (((x) & 0x3) << 16) 88462306a36Sopenharmony_ci#define MASK_NETTYPE 0x30000 88562306a36Sopenharmony_ci#define NT_NO_LINK 0x0 88662306a36Sopenharmony_ci#define NT_LINK_AD_HOC 0x1 88762306a36Sopenharmony_ci#define NT_LINK_AP 0x2 88862306a36Sopenharmony_ci#define NT_AS_AP 0x3 88962306a36Sopenharmony_ci 89062306a36Sopenharmony_ci#define _LBMODE(x) (((x) & 0xF) << 24) 89162306a36Sopenharmony_ci#define MASK_LBMODE 0xF000000 89262306a36Sopenharmony_ci#define LOOPBACK_NORMAL 0x0 89362306a36Sopenharmony_ci#define LOOPBACK_IMMEDIATELY 0xB 89462306a36Sopenharmony_ci#define LOOPBACK_MAC_DELAY 0x3 89562306a36Sopenharmony_ci#define LOOPBACK_PHY 0x1 89662306a36Sopenharmony_ci#define LOOPBACK_DMA 0x7 89762306a36Sopenharmony_ci 89862306a36Sopenharmony_ci#define GET_RX_PAGE_SIZE(value) ((value) & 0xF) 89962306a36Sopenharmony_ci#define GET_TX_PAGE_SIZE(value) (((value) & 0xF0) >> 4) 90062306a36Sopenharmony_ci#define _PSRX_MASK 0xF 90162306a36Sopenharmony_ci#define _PSTX_MASK 0xF0 90262306a36Sopenharmony_ci#define _PSRX(x) (x) 90362306a36Sopenharmony_ci#define _PSTX(x) ((x) << 4) 90462306a36Sopenharmony_ci 90562306a36Sopenharmony_ci#define PBP_64 0x0 90662306a36Sopenharmony_ci#define PBP_128 0x1 90762306a36Sopenharmony_ci#define PBP_256 0x2 90862306a36Sopenharmony_ci#define PBP_512 0x3 90962306a36Sopenharmony_ci#define PBP_1024 0x4 91062306a36Sopenharmony_ci 91162306a36Sopenharmony_ci#define RXDMA_ARBBW_EN BIT(0) 91262306a36Sopenharmony_ci#define RXSHFT_EN BIT(1) 91362306a36Sopenharmony_ci#define RXDMA_AGG_EN BIT(2) 91462306a36Sopenharmony_ci#define QS_VO_QUEUE BIT(8) 91562306a36Sopenharmony_ci#define QS_VI_QUEUE BIT(9) 91662306a36Sopenharmony_ci#define QS_BE_QUEUE BIT(10) 91762306a36Sopenharmony_ci#define QS_BK_QUEUE BIT(11) 91862306a36Sopenharmony_ci#define QS_MANAGER_QUEUE BIT(12) 91962306a36Sopenharmony_ci#define QS_HIGH_QUEUE BIT(13) 92062306a36Sopenharmony_ci 92162306a36Sopenharmony_ci#define HQSEL_VOQ BIT(0) 92262306a36Sopenharmony_ci#define HQSEL_VIQ BIT(1) 92362306a36Sopenharmony_ci#define HQSEL_BEQ BIT(2) 92462306a36Sopenharmony_ci#define HQSEL_BKQ BIT(3) 92562306a36Sopenharmony_ci#define HQSEL_MGTQ BIT(4) 92662306a36Sopenharmony_ci#define HQSEL_HIQ BIT(5) 92762306a36Sopenharmony_ci 92862306a36Sopenharmony_ci#define _TXDMA_HIQ_MAP(x) (((x)&0x3) << 14) 92962306a36Sopenharmony_ci#define _TXDMA_MGQ_MAP(x) (((x)&0x3) << 12) 93062306a36Sopenharmony_ci#define _TXDMA_BKQ_MAP(x) (((x)&0x3) << 10) 93162306a36Sopenharmony_ci#define _TXDMA_BEQ_MAP(x) (((x)&0x3) << 8) 93262306a36Sopenharmony_ci#define _TXDMA_VIQ_MAP(x) (((x)&0x3) << 6) 93362306a36Sopenharmony_ci#define _TXDMA_VOQ_MAP(x) (((x)&0x3) << 4) 93462306a36Sopenharmony_ci 93562306a36Sopenharmony_ci#define QUEUE_LOW 1 93662306a36Sopenharmony_ci#define QUEUE_NORMAL 2 93762306a36Sopenharmony_ci#define QUEUE_HIGH 3 93862306a36Sopenharmony_ci 93962306a36Sopenharmony_ci#define _LLT_NO_ACTIVE 0x0 94062306a36Sopenharmony_ci#define _LLT_WRITE_ACCESS 0x1 94162306a36Sopenharmony_ci#define _LLT_READ_ACCESS 0x2 94262306a36Sopenharmony_ci 94362306a36Sopenharmony_ci#define _LLT_INIT_DATA(x) ((x) & 0xFF) 94462306a36Sopenharmony_ci#define _LLT_INIT_ADDR(x) (((x) & 0xFF) << 8) 94562306a36Sopenharmony_ci#define _LLT_OP(x) (((x) & 0x3) << 30) 94662306a36Sopenharmony_ci#define _LLT_OP_VALUE(x) (((x) >> 30) & 0x3) 94762306a36Sopenharmony_ci 94862306a36Sopenharmony_ci#define BB_WRITE_READ_MASK (BIT(31) | BIT(30)) 94962306a36Sopenharmony_ci#define BB_WRITE_EN BIT(30) 95062306a36Sopenharmony_ci#define BB_READ_EN BIT(31) 95162306a36Sopenharmony_ci 95262306a36Sopenharmony_ci#define _HPQ(x) ((x) & 0xFF) 95362306a36Sopenharmony_ci#define _LPQ(x) (((x) & 0xFF) << 8) 95462306a36Sopenharmony_ci#define _PUBQ(x) (((x) & 0xFF) << 16) 95562306a36Sopenharmony_ci#define _NPQ(x) ((x) & 0xFF) 95662306a36Sopenharmony_ci 95762306a36Sopenharmony_ci#define HPQ_PUBLIC_DIS BIT(24) 95862306a36Sopenharmony_ci#define LPQ_PUBLIC_DIS BIT(25) 95962306a36Sopenharmony_ci#define LD_RQPN BIT(31) 96062306a36Sopenharmony_ci 96162306a36Sopenharmony_ci#define BCN_VALID BIT(16) 96262306a36Sopenharmony_ci#define BCN_HEAD(x) (((x) & 0xFF) << 8) 96362306a36Sopenharmony_ci#define BCN_HEAD_MASK 0xFF00 96462306a36Sopenharmony_ci 96562306a36Sopenharmony_ci#define BLK_DESC_NUM_SHIFT 4 96662306a36Sopenharmony_ci#define BLK_DESC_NUM_MASK 0xF 96762306a36Sopenharmony_ci 96862306a36Sopenharmony_ci#define DROP_DATA_EN BIT(9) 96962306a36Sopenharmony_ci 97062306a36Sopenharmony_ci#define EN_AMPDU_RTY_NEW BIT(7) 97162306a36Sopenharmony_ci 97262306a36Sopenharmony_ci#define _INIRTSMCS_SEL(x) ((x) & 0x3F) 97362306a36Sopenharmony_ci 97462306a36Sopenharmony_ci#define _SPEC_SIFS_CCK(x) ((x) & 0xFF) 97562306a36Sopenharmony_ci#define _SPEC_SIFS_OFDM(x) (((x) & 0xFF) << 8) 97662306a36Sopenharmony_ci 97762306a36Sopenharmony_ci#define RATE_REG_BITMAP_ALL 0xFFFFF 97862306a36Sopenharmony_ci 97962306a36Sopenharmony_ci#define _RRSC_BITMAP(x) ((x) & 0xFFFFF) 98062306a36Sopenharmony_ci 98162306a36Sopenharmony_ci#define _RRSR_RSC(x) (((x) & 0x3) << 21) 98262306a36Sopenharmony_ci#define RRSR_RSC_RESERVED 0x0 98362306a36Sopenharmony_ci#define RRSR_RSC_UPPER_SUBCHANNEL 0x1 98462306a36Sopenharmony_ci#define RRSR_RSC_LOWER_SUBCHANNEL 0x2 98562306a36Sopenharmony_ci#define RRSR_RSC_DUPLICATE_MODE 0x3 98662306a36Sopenharmony_ci 98762306a36Sopenharmony_ci#define USE_SHORT_G1 BIT(20) 98862306a36Sopenharmony_ci 98962306a36Sopenharmony_ci#define _AGGLMT_MCS0(x) ((x) & 0xF) 99062306a36Sopenharmony_ci#define _AGGLMT_MCS1(x) (((x) & 0xF) << 4) 99162306a36Sopenharmony_ci#define _AGGLMT_MCS2(x) (((x) & 0xF) << 8) 99262306a36Sopenharmony_ci#define _AGGLMT_MCS3(x) (((x) & 0xF) << 12) 99362306a36Sopenharmony_ci#define _AGGLMT_MCS4(x) (((x) & 0xF) << 16) 99462306a36Sopenharmony_ci#define _AGGLMT_MCS5(x) (((x) & 0xF) << 20) 99562306a36Sopenharmony_ci#define _AGGLMT_MCS6(x) (((x) & 0xF) << 24) 99662306a36Sopenharmony_ci#define _AGGLMT_MCS7(x) (((x) & 0xF) << 28) 99762306a36Sopenharmony_ci 99862306a36Sopenharmony_ci#define RETRY_LIMIT_SHORT_SHIFT 8 99962306a36Sopenharmony_ci#define RETRY_LIMIT_LONG_SHIFT 0 100062306a36Sopenharmony_ci 100162306a36Sopenharmony_ci#define _DARF_RC1(x) ((x) & 0x1F) 100262306a36Sopenharmony_ci#define _DARF_RC2(x) (((x) & 0x1F) << 8) 100362306a36Sopenharmony_ci#define _DARF_RC3(x) (((x) & 0x1F) << 16) 100462306a36Sopenharmony_ci#define _DARF_RC4(x) (((x) & 0x1F) << 24) 100562306a36Sopenharmony_ci#define _DARF_RC5(x) ((x) & 0x1F) 100662306a36Sopenharmony_ci#define _DARF_RC6(x) (((x) & 0x1F) << 8) 100762306a36Sopenharmony_ci#define _DARF_RC7(x) (((x) & 0x1F) << 16) 100862306a36Sopenharmony_ci#define _DARF_RC8(x) (((x) & 0x1F) << 24) 100962306a36Sopenharmony_ci 101062306a36Sopenharmony_ci#define _RARF_RC1(x) ((x) & 0x1F) 101162306a36Sopenharmony_ci#define _RARF_RC2(x) (((x) & 0x1F) << 8) 101262306a36Sopenharmony_ci#define _RARF_RC3(x) (((x) & 0x1F) << 16) 101362306a36Sopenharmony_ci#define _RARF_RC4(x) (((x) & 0x1F) << 24) 101462306a36Sopenharmony_ci#define _RARF_RC5(x) ((x) & 0x1F) 101562306a36Sopenharmony_ci#define _RARF_RC6(x) (((x) & 0x1F) << 8) 101662306a36Sopenharmony_ci#define _RARF_RC7(x) (((x) & 0x1F) << 16) 101762306a36Sopenharmony_ci#define _RARF_RC8(x) (((x) & 0x1F) << 24) 101862306a36Sopenharmony_ci 101962306a36Sopenharmony_ci#define AC_PARAM_TXOP_OFFSET 16 102062306a36Sopenharmony_ci#define AC_PARAM_TXOP_LIMIT_OFFSET 16 102162306a36Sopenharmony_ci#define AC_PARAM_ECW_MAX_OFFSET 12 102262306a36Sopenharmony_ci#define AC_PARAM_ECW_MIN_OFFSET 8 102362306a36Sopenharmony_ci#define AC_PARAM_AIFS_OFFSET 0 102462306a36Sopenharmony_ci 102562306a36Sopenharmony_ci#define _AIFS(x) (x) 102662306a36Sopenharmony_ci#define _ECW_MAX_MIN(x) ((x) << 8) 102762306a36Sopenharmony_ci#define _TXOP_LIMIT(x) ((x) << 16) 102862306a36Sopenharmony_ci 102962306a36Sopenharmony_ci#define _BCNIFS(x) ((x) & 0xFF) 103062306a36Sopenharmony_ci#define _BCNECW(x) ((((x) & 0xF)) << 8) 103162306a36Sopenharmony_ci 103262306a36Sopenharmony_ci#define _LRL(x) ((x) & 0x3F) 103362306a36Sopenharmony_ci#define _SRL(x) (((x) & 0x3F) << 8) 103462306a36Sopenharmony_ci 103562306a36Sopenharmony_ci#define _SIFS_CCK_CTX(x) ((x) & 0xFF) 103662306a36Sopenharmony_ci#define _SIFS_CCK_TRX(x) (((x) & 0xFF) << 8) 103762306a36Sopenharmony_ci 103862306a36Sopenharmony_ci#define _SIFS_OFDM_CTX(x) ((x) & 0xFF) 103962306a36Sopenharmony_ci#define _SIFS_OFDM_TRX(x) (((x) & 0xFF) << 8) 104062306a36Sopenharmony_ci 104162306a36Sopenharmony_ci#define _TBTT_PROHIBIT_HOLD(x) (((x) & 0xFF) << 8) 104262306a36Sopenharmony_ci 104362306a36Sopenharmony_ci#define DIS_EDCA_CNT_DWN BIT(11) 104462306a36Sopenharmony_ci 104562306a36Sopenharmony_ci#define EN_MBSSID BIT(1) 104662306a36Sopenharmony_ci#define EN_TXBCN_RPT BIT(2) 104762306a36Sopenharmony_ci#define EN_BCN_FUNCTION BIT(3) 104862306a36Sopenharmony_ci 104962306a36Sopenharmony_ci#define TSFTR_RST BIT(0) 105062306a36Sopenharmony_ci#define TSFTR1_RST BIT(1) 105162306a36Sopenharmony_ci 105262306a36Sopenharmony_ci#define STOP_BCNQ BIT(6) 105362306a36Sopenharmony_ci 105462306a36Sopenharmony_ci#define DIS_TSF_UDT0_NORMAL_CHIP BIT(4) 105562306a36Sopenharmony_ci#define DIS_TSF_UDT0_TEST_CHIP BIT(5) 105662306a36Sopenharmony_ci 105762306a36Sopenharmony_ci#define ACMHW_HWEN BIT(0) 105862306a36Sopenharmony_ci#define ACMHW_BEQEN BIT(1) 105962306a36Sopenharmony_ci#define ACMHW_VIQEN BIT(2) 106062306a36Sopenharmony_ci#define ACMHW_VOQEN BIT(3) 106162306a36Sopenharmony_ci#define ACMHW_BEQSTATUS BIT(4) 106262306a36Sopenharmony_ci#define ACMHW_VIQSTATUS BIT(5) 106362306a36Sopenharmony_ci#define ACMHW_VOQSTATUS BIT(6) 106462306a36Sopenharmony_ci 106562306a36Sopenharmony_ci#define APSDOFF BIT(6) 106662306a36Sopenharmony_ci#define APSDOFF_STATUS BIT(7) 106762306a36Sopenharmony_ci 106862306a36Sopenharmony_ci#define BW_20MHZ BIT(2) 106962306a36Sopenharmony_ci 107062306a36Sopenharmony_ci#define RATE_BITMAP_ALL 0xFFFFF 107162306a36Sopenharmony_ci 107262306a36Sopenharmony_ci#define RATE_RRSR_CCK_ONLY_1M 0xFFFF1 107362306a36Sopenharmony_ci 107462306a36Sopenharmony_ci#define TSFRST BIT(0) 107562306a36Sopenharmony_ci#define DIS_GCLK BIT(1) 107662306a36Sopenharmony_ci#define PAD_SEL BIT(2) 107762306a36Sopenharmony_ci#define PWR_ST BIT(6) 107862306a36Sopenharmony_ci#define PWRBIT_OW_EN BIT(7) 107962306a36Sopenharmony_ci#define ACRC BIT(8) 108062306a36Sopenharmony_ci#define CFENDFORM BIT(9) 108162306a36Sopenharmony_ci#define ICV BIT(10) 108262306a36Sopenharmony_ci 108362306a36Sopenharmony_ci#define AAP BIT(0) 108462306a36Sopenharmony_ci#define APM BIT(1) 108562306a36Sopenharmony_ci#define AM BIT(2) 108662306a36Sopenharmony_ci#define AB BIT(3) 108762306a36Sopenharmony_ci#define ADD3 BIT(4) 108862306a36Sopenharmony_ci#define APWRMGT BIT(5) 108962306a36Sopenharmony_ci#define CBSSID BIT(6) 109062306a36Sopenharmony_ci#define CBSSID_DATA BIT(6) 109162306a36Sopenharmony_ci#define CBSSID_BCN BIT(7) 109262306a36Sopenharmony_ci#define ACRC32 BIT(8) 109362306a36Sopenharmony_ci#define AICV BIT(9) 109462306a36Sopenharmony_ci#define ADF BIT(11) 109562306a36Sopenharmony_ci#define ACF BIT(12) 109662306a36Sopenharmony_ci#define AMF BIT(13) 109762306a36Sopenharmony_ci#define HTC_LOC_CTRL BIT(14) 109862306a36Sopenharmony_ci#define UC_DATA_EN BIT(16) 109962306a36Sopenharmony_ci#define BM_DATA_EN BIT(17) 110062306a36Sopenharmony_ci#define MFBEN BIT(22) 110162306a36Sopenharmony_ci#define LSIGEN BIT(23) 110262306a36Sopenharmony_ci#define ENMBID BIT(24) 110362306a36Sopenharmony_ci#define APP_BASSN BIT(27) 110462306a36Sopenharmony_ci#define APP_PHYSTS BIT(28) 110562306a36Sopenharmony_ci#define APP_ICV BIT(29) 110662306a36Sopenharmony_ci#define APP_MIC BIT(30) 110762306a36Sopenharmony_ci#define APP_FCS BIT(31) 110862306a36Sopenharmony_ci 110962306a36Sopenharmony_ci#define _MIN_SPACE(x) ((x) & 0x7) 111062306a36Sopenharmony_ci#define _SHORT_GI_PADDING(x) (((x) & 0x1F) << 3) 111162306a36Sopenharmony_ci 111262306a36Sopenharmony_ci#define RXERR_TYPE_OFDM_PPDU 0 111362306a36Sopenharmony_ci#define RXERR_TYPE_OFDM_FALSE_ALARM 1 111462306a36Sopenharmony_ci#define RXERR_TYPE_OFDM_MPDU_OK 2 111562306a36Sopenharmony_ci#define RXERR_TYPE_OFDM_MPDU_FAIL 3 111662306a36Sopenharmony_ci#define RXERR_TYPE_CCK_PPDU 4 111762306a36Sopenharmony_ci#define RXERR_TYPE_CCK_FALSE_ALARM 5 111862306a36Sopenharmony_ci#define RXERR_TYPE_CCK_MPDU_OK 6 111962306a36Sopenharmony_ci#define RXERR_TYPE_CCK_MPDU_FAIL 7 112062306a36Sopenharmony_ci#define RXERR_TYPE_HT_PPDU 8 112162306a36Sopenharmony_ci#define RXERR_TYPE_HT_FALSE_ALARM 9 112262306a36Sopenharmony_ci#define RXERR_TYPE_HT_MPDU_TOTAL 10 112362306a36Sopenharmony_ci#define RXERR_TYPE_HT_MPDU_OK 11 112462306a36Sopenharmony_ci#define RXERR_TYPE_HT_MPDU_FAIL 12 112562306a36Sopenharmony_ci#define RXERR_TYPE_RX_FULL_DROP 15 112662306a36Sopenharmony_ci 112762306a36Sopenharmony_ci#define RXERR_COUNTER_MASK 0xFFFFF 112862306a36Sopenharmony_ci#define RXERR_RPT_RST BIT(27) 112962306a36Sopenharmony_ci#define _RXERR_RPT_SEL(type) ((type) << 28) 113062306a36Sopenharmony_ci 113162306a36Sopenharmony_ci#define SCR_TXUSEDK BIT(0) 113262306a36Sopenharmony_ci#define SCR_RXUSEDK BIT(1) 113362306a36Sopenharmony_ci#define SCR_TXENCENABLE BIT(2) 113462306a36Sopenharmony_ci#define SCR_RXDECENABLE BIT(3) 113562306a36Sopenharmony_ci#define SCR_SKBYA2 BIT(4) 113662306a36Sopenharmony_ci#define SCR_NOSKMC BIT(5) 113762306a36Sopenharmony_ci#define SCR_TXBCUSEDK BIT(6) 113862306a36Sopenharmony_ci#define SCR_RXBCUSEDK BIT(7) 113962306a36Sopenharmony_ci 114062306a36Sopenharmony_ci#define USB_IS_HIGH_SPEED 0 114162306a36Sopenharmony_ci#define USB_IS_FULL_SPEED 1 114262306a36Sopenharmony_ci#define USB_SPEED_MASK BIT(5) 114362306a36Sopenharmony_ci 114462306a36Sopenharmony_ci#define USB_NORMAL_SIE_EP_MASK 0xF 114562306a36Sopenharmony_ci#define USB_NORMAL_SIE_EP_SHIFT 4 114662306a36Sopenharmony_ci 114762306a36Sopenharmony_ci#define USB_TEST_EP_MASK 0x30 114862306a36Sopenharmony_ci#define USB_TEST_EP_SHIFT 4 114962306a36Sopenharmony_ci 115062306a36Sopenharmony_ci#define USB_AGG_EN BIT(3) 115162306a36Sopenharmony_ci 115262306a36Sopenharmony_ci#define LAST_ENTRY_OF_TX_PKT_BUFFER 255 115362306a36Sopenharmony_ci 115462306a36Sopenharmony_ci#define POLLING_LLT_THRESHOLD 20 115562306a36Sopenharmony_ci#define POLLING_READY_TIMEOUT_COUNT 1000 115662306a36Sopenharmony_ci 115762306a36Sopenharmony_ci#define EPROM_CMD_OPERATING_MODE_MASK ((1<<7)|(1<<6)) 115862306a36Sopenharmony_ci#define EPROM_CMD_CONFIG 0x3 115962306a36Sopenharmony_ci#define EPROM_CMD_LOAD 1 116062306a36Sopenharmony_ci 116162306a36Sopenharmony_ci#define HWSET_MAX_SIZE 128 116262306a36Sopenharmony_ci#define HWSET_MAX_SIZE_92S HWSET_MAX_SIZE 116362306a36Sopenharmony_ci#define EFUSE_MAX_SECTION 16 116462306a36Sopenharmony_ci 116562306a36Sopenharmony_ci#define WL_HWPDN_EN BIT(0) 116662306a36Sopenharmony_ci 116762306a36Sopenharmony_ci#define HAL_8192C_HW_GPIO_WPS_BIT BIT(2) 116862306a36Sopenharmony_ci 116962306a36Sopenharmony_ci#define RPMAC_RESET 0x100 117062306a36Sopenharmony_ci#define RPMAC_TXSTART 0x104 117162306a36Sopenharmony_ci#define RPMAC_TXLEGACYSIG 0x108 117262306a36Sopenharmony_ci#define RPMAC_TXHTSIG1 0x10c 117362306a36Sopenharmony_ci#define RPMAC_TXHTSIG2 0x110 117462306a36Sopenharmony_ci#define RPMAC_PHYDEBUG 0x114 117562306a36Sopenharmony_ci#define RPMAC_TXPACKETNUM 0x118 117662306a36Sopenharmony_ci#define RPMAC_TXIDLE 0x11c 117762306a36Sopenharmony_ci#define RPMAC_TXMACHEADER0 0x120 117862306a36Sopenharmony_ci#define RPMAC_TXMACHEADER1 0x124 117962306a36Sopenharmony_ci#define RPMAC_TXMACHEADER2 0x128 118062306a36Sopenharmony_ci#define RPMAC_TXMACHEADER3 0x12c 118162306a36Sopenharmony_ci#define RPMAC_TXMACHEADER4 0x130 118262306a36Sopenharmony_ci#define RPMAC_TXMACHEADER5 0x134 118362306a36Sopenharmony_ci#define RPMAC_TXDADATYPE 0x138 118462306a36Sopenharmony_ci#define RPMAC_TXRANDOMSEED 0x13c 118562306a36Sopenharmony_ci#define RPMAC_CCKPLCPPREAMBLE 0x140 118662306a36Sopenharmony_ci#define RPMAC_CCKPLCPHEADER 0x144 118762306a36Sopenharmony_ci#define RPMAC_CCKCRC16 0x148 118862306a36Sopenharmony_ci#define RPMAC_OFDMRXCRC32OK 0x170 118962306a36Sopenharmony_ci#define RPMAC_OFDMRXCRC32ER 0x174 119062306a36Sopenharmony_ci#define RPMAC_OFDMRXPARITYER 0x178 119162306a36Sopenharmony_ci#define RPMAC_OFDMRXCRC8ER 0x17c 119262306a36Sopenharmony_ci#define RPMAC_CCKCRXRC16ER 0x180 119362306a36Sopenharmony_ci#define RPMAC_CCKCRXRC32ER 0x184 119462306a36Sopenharmony_ci#define RPMAC_CCKCRXRC32OK 0x188 119562306a36Sopenharmony_ci#define RPMAC_TXSTATUS 0x18c 119662306a36Sopenharmony_ci 119762306a36Sopenharmony_ci#define RFPGA0_RFMOD 0x800 119862306a36Sopenharmony_ci 119962306a36Sopenharmony_ci#define RFPGA0_TXINFO 0x804 120062306a36Sopenharmony_ci#define RFPGA0_PSDFUNCTION 0x808 120162306a36Sopenharmony_ci 120262306a36Sopenharmony_ci#define RFPGA0_TXGAINSTAGE 0x80c 120362306a36Sopenharmony_ci 120462306a36Sopenharmony_ci#define RFPGA0_RFTIMING1 0x810 120562306a36Sopenharmony_ci#define RFPGA0_RFTIMING2 0x814 120662306a36Sopenharmony_ci 120762306a36Sopenharmony_ci#define RFPGA0_XA_HSSIPARAMETER1 0x820 120862306a36Sopenharmony_ci#define RFPGA0_XA_HSSIPARAMETER2 0x824 120962306a36Sopenharmony_ci#define RFPGA0_XB_HSSIPARAMETER1 0x828 121062306a36Sopenharmony_ci#define RFPGA0_XB_HSSIPARAMETER2 0x82c 121162306a36Sopenharmony_ci 121262306a36Sopenharmony_ci#define RFPGA0_XA_LSSIPARAMETER 0x840 121362306a36Sopenharmony_ci#define RFPGA0_XB_LSSIPARAMETER 0x844 121462306a36Sopenharmony_ci 121562306a36Sopenharmony_ci#define RFPGA0_RFWAKEUPPARAMETER 0x850 121662306a36Sopenharmony_ci#define RFPGA0_RFSLEEPUPPARAMETER 0x854 121762306a36Sopenharmony_ci 121862306a36Sopenharmony_ci#define RFPGA0_XAB_SWITCHCONTROL 0x858 121962306a36Sopenharmony_ci#define RFPGA0_XCD_SWITCHCONTROL 0x85c 122062306a36Sopenharmony_ci 122162306a36Sopenharmony_ci#define RFPGA0_XA_RFINTERFACEOE 0x860 122262306a36Sopenharmony_ci#define RFPGA0_XB_RFINTERFACEOE 0x864 122362306a36Sopenharmony_ci 122462306a36Sopenharmony_ci#define RFPGA0_XAB_RFINTERFACESW 0x870 122562306a36Sopenharmony_ci#define RFPGA0_XCD_RFINTERFACESW 0x874 122662306a36Sopenharmony_ci 122762306a36Sopenharmony_ci#define RFPGA0_XAB_RFPARAMETER 0x878 122862306a36Sopenharmony_ci#define RFPGA0_XCD_RFPARAMETER 0x87c 122962306a36Sopenharmony_ci 123062306a36Sopenharmony_ci#define RFPGA0_ANALOGPARAMETER1 0x880 123162306a36Sopenharmony_ci#define RFPGA0_ANALOGPARAMETER2 0x884 123262306a36Sopenharmony_ci#define RFPGA0_ANALOGPARAMETER3 0x888 123362306a36Sopenharmony_ci#define RFPGA0_ANALOGPARAMETER4 0x88c 123462306a36Sopenharmony_ci 123562306a36Sopenharmony_ci#define RFPGA0_XA_LSSIREADBACK 0x8a0 123662306a36Sopenharmony_ci#define RFPGA0_XB_LSSIREADBACK 0x8a4 123762306a36Sopenharmony_ci#define RFPGA0_XC_LSSIREADBACK 0x8a8 123862306a36Sopenharmony_ci#define RFPGA0_XD_LSSIREADBACK 0x8ac 123962306a36Sopenharmony_ci 124062306a36Sopenharmony_ci#define RFPGA0_PSDREPORT 0x8b4 124162306a36Sopenharmony_ci#define TRANSCEIVEA_HSPI_READBACK 0x8b8 124262306a36Sopenharmony_ci#define TRANSCEIVEB_HSPI_READBACK 0x8bc 124362306a36Sopenharmony_ci#define RFPGA0_XAB_RFINTERFACERB 0x8e0 124462306a36Sopenharmony_ci#define RFPGA0_XCD_RFINTERFACERB 0x8e4 124562306a36Sopenharmony_ci 124662306a36Sopenharmony_ci#define RFPGA1_RFMOD 0x900 124762306a36Sopenharmony_ci 124862306a36Sopenharmony_ci#define RFPGA1_TXBLOCK 0x904 124962306a36Sopenharmony_ci#define RFPGA1_DEBUGSELECT 0x908 125062306a36Sopenharmony_ci#define RFPGA1_TXINFO 0x90c 125162306a36Sopenharmony_ci 125262306a36Sopenharmony_ci#define RCCK0_SYSTEM 0xa00 125362306a36Sopenharmony_ci 125462306a36Sopenharmony_ci#define RCCK0_AFESETTING 0xa04 125562306a36Sopenharmony_ci#define RCCK0_CCA 0xa08 125662306a36Sopenharmony_ci 125762306a36Sopenharmony_ci#define RCCK0_RXAGC1 0xa0c 125862306a36Sopenharmony_ci#define RCCK0_RXAGC2 0xa10 125962306a36Sopenharmony_ci 126062306a36Sopenharmony_ci#define RCCK0_RXHP 0xa14 126162306a36Sopenharmony_ci 126262306a36Sopenharmony_ci#define RCCK0_DSPPARAMETER1 0xa18 126362306a36Sopenharmony_ci#define RCCK0_DSPPARAMETER2 0xa1c 126462306a36Sopenharmony_ci 126562306a36Sopenharmony_ci#define RCCK0_TXFILTER1 0xa20 126662306a36Sopenharmony_ci#define RCCK0_TXFILTER2 0xa24 126762306a36Sopenharmony_ci#define RCCK0_DEBUGPORT 0xa28 126862306a36Sopenharmony_ci#define RCCK0_FALSEALARMREPORT 0xa2c 126962306a36Sopenharmony_ci#define RCCK0_TRSSIREPORT 0xa50 127062306a36Sopenharmony_ci#define RCCK0_RXREPORT 0xa54 127162306a36Sopenharmony_ci#define RCCK0_FACOUNTERLOWER 0xa5c 127262306a36Sopenharmony_ci#define RCCK0_FACOUNTERUPPER 0xa58 127362306a36Sopenharmony_ci 127462306a36Sopenharmony_ci#define ROFDM0_LSTF 0xc00 127562306a36Sopenharmony_ci 127662306a36Sopenharmony_ci#define ROFDM0_TRXPATHENABLE 0xc04 127762306a36Sopenharmony_ci#define ROFDM0_TRMUXPAR 0xc08 127862306a36Sopenharmony_ci#define ROFDM0_TRSWISOLATION 0xc0c 127962306a36Sopenharmony_ci 128062306a36Sopenharmony_ci#define ROFDM0_XARXAFE 0xc10 128162306a36Sopenharmony_ci#define ROFDM0_XARXIQIMBALANCE 0xc14 128262306a36Sopenharmony_ci#define ROFDM0_XBRXAFE 0xc18 128362306a36Sopenharmony_ci#define ROFDM0_XBRXIQIMBALANCE 0xc1c 128462306a36Sopenharmony_ci#define ROFDM0_XCRXAFE 0xc20 128562306a36Sopenharmony_ci#define ROFDM0_XCRXIQIMBANLANCE 0xc24 128662306a36Sopenharmony_ci#define ROFDM0_XDRXAFE 0xc28 128762306a36Sopenharmony_ci#define ROFDM0_XDRXIQIMBALANCE 0xc2c 128862306a36Sopenharmony_ci 128962306a36Sopenharmony_ci#define ROFDM0_RXDETECTOR1 0xc30 129062306a36Sopenharmony_ci#define ROFDM0_RXDETECTOR2 0xc34 129162306a36Sopenharmony_ci#define ROFDM0_RXDETECTOR3 0xc38 129262306a36Sopenharmony_ci#define ROFDM0_RXDETECTOR4 0xc3c 129362306a36Sopenharmony_ci 129462306a36Sopenharmony_ci#define ROFDM0_RXDSP 0xc40 129562306a36Sopenharmony_ci#define ROFDM0_CFOANDDAGC 0xc44 129662306a36Sopenharmony_ci#define ROFDM0_CCADROPTHRESHOLD 0xc48 129762306a36Sopenharmony_ci#define ROFDM0_ECCATHRESHOLD 0xc4c 129862306a36Sopenharmony_ci 129962306a36Sopenharmony_ci#define ROFDM0_XAAGCCORE1 0xc50 130062306a36Sopenharmony_ci#define ROFDM0_XAAGCCORE2 0xc54 130162306a36Sopenharmony_ci#define ROFDM0_XBAGCCORE1 0xc58 130262306a36Sopenharmony_ci#define ROFDM0_XBAGCCORE2 0xc5c 130362306a36Sopenharmony_ci#define ROFDM0_XCAGCCORE1 0xc60 130462306a36Sopenharmony_ci#define ROFDM0_XCAGCCORE2 0xc64 130562306a36Sopenharmony_ci#define ROFDM0_XDAGCCORE1 0xc68 130662306a36Sopenharmony_ci#define ROFDM0_XDAGCCORE2 0xc6c 130762306a36Sopenharmony_ci 130862306a36Sopenharmony_ci#define ROFDM0_AGCPARAMETER1 0xc70 130962306a36Sopenharmony_ci#define ROFDM0_AGCPARAMETER2 0xc74 131062306a36Sopenharmony_ci#define ROFDM0_AGCRSSITABLE 0xc78 131162306a36Sopenharmony_ci#define ROFDM0_HTSTFAGC 0xc7c 131262306a36Sopenharmony_ci 131362306a36Sopenharmony_ci#define ROFDM0_XATXIQIMBALANCE 0xc80 131462306a36Sopenharmony_ci#define ROFDM0_XATXAFE 0xc84 131562306a36Sopenharmony_ci#define ROFDM0_XBTXIQIMBALANCE 0xc88 131662306a36Sopenharmony_ci#define ROFDM0_XBTXAFE 0xc8c 131762306a36Sopenharmony_ci#define ROFDM0_XCTXIQIMBALANCE 0xc90 131862306a36Sopenharmony_ci#define ROFDM0_XCTXAFE 0xc94 131962306a36Sopenharmony_ci#define ROFDM0_XDTXIQIMBALANCE 0xc98 132062306a36Sopenharmony_ci#define ROFDM0_XDTXAFE 0xc9c 132162306a36Sopenharmony_ci 132262306a36Sopenharmony_ci#define ROFDM0_RXIQEXTANTA 0xca0 132362306a36Sopenharmony_ci 132462306a36Sopenharmony_ci#define ROFDM0_RXHPPARAMETER 0xce0 132562306a36Sopenharmony_ci#define ROFDM0_TXPSEUDONOISEWGT 0xce4 132662306a36Sopenharmony_ci#define ROFDM0_FRAMESYNC 0xcf0 132762306a36Sopenharmony_ci#define ROFDM0_DFSREPORT 0xcf4 132862306a36Sopenharmony_ci#define ROFDM0_TXCOEFF1 0xca4 132962306a36Sopenharmony_ci#define ROFDM0_TXCOEFF2 0xca8 133062306a36Sopenharmony_ci#define ROFDM0_TXCOEFF3 0xcac 133162306a36Sopenharmony_ci#define ROFDM0_TXCOEFF4 0xcb0 133262306a36Sopenharmony_ci#define ROFDM0_TXCOEFF5 0xcb4 133362306a36Sopenharmony_ci#define ROFDM0_TXCOEFF6 0xcb8 133462306a36Sopenharmony_ci 133562306a36Sopenharmony_ci#define ROFDM1_LSTF 0xd00 133662306a36Sopenharmony_ci#define ROFDM1_TRXPATHENABLE 0xd04 133762306a36Sopenharmony_ci 133862306a36Sopenharmony_ci#define ROFDM1_CF0 0xd08 133962306a36Sopenharmony_ci#define ROFDM1_CSI1 0xd10 134062306a36Sopenharmony_ci#define ROFDM1_SBD 0xd14 134162306a36Sopenharmony_ci#define ROFDM1_CSI2 0xd18 134262306a36Sopenharmony_ci#define ROFDM1_CFOTRACKING 0xd2c 134362306a36Sopenharmony_ci#define ROFDM1_TRXMESAURE1 0xd34 134462306a36Sopenharmony_ci#define ROFDM1_INTFDET 0xd3c 134562306a36Sopenharmony_ci#define ROFDM1_PSEUDONOISESTATEAB 0xd50 134662306a36Sopenharmony_ci#define ROFDM1_PSEUDONOISESTATECD 0xd54 134762306a36Sopenharmony_ci#define ROFDM1_RXPSEUDONOISEWGT 0xd58 134862306a36Sopenharmony_ci 134962306a36Sopenharmony_ci#define ROFDM_PHYCOUNTER1 0xda0 135062306a36Sopenharmony_ci#define ROFDM_PHYCOUNTER2 0xda4 135162306a36Sopenharmony_ci#define ROFDM_PHYCOUNTER3 0xda8 135262306a36Sopenharmony_ci 135362306a36Sopenharmony_ci#define ROFDM_SHORTCFOAB 0xdac 135462306a36Sopenharmony_ci#define ROFDM_SHORTCFOCD 0xdb0 135562306a36Sopenharmony_ci#define ROFDM_LONGCFOAB 0xdb4 135662306a36Sopenharmony_ci#define ROFDM_LONGCFOCD 0xdb8 135762306a36Sopenharmony_ci#define ROFDM_TAILCF0AB 0xdbc 135862306a36Sopenharmony_ci#define ROFDM_TAILCF0CD 0xdc0 135962306a36Sopenharmony_ci#define ROFDM_PWMEASURE1 0xdc4 136062306a36Sopenharmony_ci#define ROFDM_PWMEASURE2 0xdc8 136162306a36Sopenharmony_ci#define ROFDM_BWREPORT 0xdcc 136262306a36Sopenharmony_ci#define ROFDM_AGCREPORT 0xdd0 136362306a36Sopenharmony_ci#define ROFDM_RXSNR 0xdd4 136462306a36Sopenharmony_ci#define ROFDM_RXEVMCSI 0xdd8 136562306a36Sopenharmony_ci#define ROFDM_SIGREPORT 0xddc 136662306a36Sopenharmony_ci 136762306a36Sopenharmony_ci#define RTXAGC_A_RATE18_06 0xe00 136862306a36Sopenharmony_ci#define RTXAGC_A_RATE54_24 0xe04 136962306a36Sopenharmony_ci#define RTXAGC_A_CCK1_MCS32 0xe08 137062306a36Sopenharmony_ci#define RTXAGC_A_MCS03_MCS00 0xe10 137162306a36Sopenharmony_ci#define RTXAGC_A_MCS07_MCS04 0xe14 137262306a36Sopenharmony_ci#define RTXAGC_A_MCS11_MCS08 0xe18 137362306a36Sopenharmony_ci#define RTXAGC_A_MCS15_MCS12 0xe1c 137462306a36Sopenharmony_ci 137562306a36Sopenharmony_ci#define RTXAGC_B_RATE18_06 0x830 137662306a36Sopenharmony_ci#define RTXAGC_B_RATE54_24 0x834 137762306a36Sopenharmony_ci#define RTXAGC_B_CCK1_55_MCS32 0x838 137862306a36Sopenharmony_ci#define RTXAGC_B_MCS03_MCS00 0x83c 137962306a36Sopenharmony_ci#define RTXAGC_B_MCS07_MCS04 0x848 138062306a36Sopenharmony_ci#define RTXAGC_B_MCS11_MCS08 0x84c 138162306a36Sopenharmony_ci#define RTXAGC_B_MCS15_MCS12 0x868 138262306a36Sopenharmony_ci#define RTXAGC_B_CCK11_A_CCK2_11 0x86c 138362306a36Sopenharmony_ci 138462306a36Sopenharmony_ci#define RZEBRA1_HSSIENABLE 0x0 138562306a36Sopenharmony_ci#define RZEBRA1_TRXENABLE1 0x1 138662306a36Sopenharmony_ci#define RZEBRA1_TRXENABLE2 0x2 138762306a36Sopenharmony_ci#define RZEBRA1_AGC 0x4 138862306a36Sopenharmony_ci#define RZEBRA1_CHARGEPUMP 0x5 138962306a36Sopenharmony_ci#define RZEBRA1_CHANNEL 0x7 139062306a36Sopenharmony_ci 139162306a36Sopenharmony_ci#define RZEBRA1_TXGAIN 0x8 139262306a36Sopenharmony_ci#define RZEBRA1_TXLPF 0x9 139362306a36Sopenharmony_ci#define RZEBRA1_RXLPF 0xb 139462306a36Sopenharmony_ci#define RZEBRA1_RXHPFCORNER 0xc 139562306a36Sopenharmony_ci 139662306a36Sopenharmony_ci#define RGLOBALCTRL 0 139762306a36Sopenharmony_ci#define RRTL8256_TXLPF 19 139862306a36Sopenharmony_ci#define RRTL8256_RXLPF 11 139962306a36Sopenharmony_ci#define RRTL8258_TXLPF 0x11 140062306a36Sopenharmony_ci#define RRTL8258_RXLPF 0x13 140162306a36Sopenharmony_ci#define RRTL8258_RSSILPF 0xa 140262306a36Sopenharmony_ci 140362306a36Sopenharmony_ci#define RF_AC 0x00 140462306a36Sopenharmony_ci 140562306a36Sopenharmony_ci#define RF_IQADJ_G1 0x01 140662306a36Sopenharmony_ci#define RF_IQADJ_G2 0x02 140762306a36Sopenharmony_ci#define RF_POW_TRSW 0x05 140862306a36Sopenharmony_ci 140962306a36Sopenharmony_ci#define RF_GAIN_RX 0x06 141062306a36Sopenharmony_ci#define RF_GAIN_TX 0x07 141162306a36Sopenharmony_ci 141262306a36Sopenharmony_ci#define RF_TXM_IDAC 0x08 141362306a36Sopenharmony_ci#define RF_BS_IQGEN 0x0F 141462306a36Sopenharmony_ci 141562306a36Sopenharmony_ci#define RF_MODE1 0x10 141662306a36Sopenharmony_ci#define RF_MODE2 0x11 141762306a36Sopenharmony_ci 141862306a36Sopenharmony_ci#define RF_RX_AGC_HP 0x12 141962306a36Sopenharmony_ci#define RF_TX_AGC 0x13 142062306a36Sopenharmony_ci#define RF_BIAS 0x14 142162306a36Sopenharmony_ci#define RF_IPA 0x15 142262306a36Sopenharmony_ci#define RF_POW_ABILITY 0x17 142362306a36Sopenharmony_ci#define RF_MODE_AG 0x18 142462306a36Sopenharmony_ci#define RRFCHANNEL 0x18 142562306a36Sopenharmony_ci#define RF_CHNLBW 0x18 142662306a36Sopenharmony_ci#define RF_TOP 0x19 142762306a36Sopenharmony_ci 142862306a36Sopenharmony_ci#define RF_RX_G1 0x1A 142962306a36Sopenharmony_ci#define RF_RX_G2 0x1B 143062306a36Sopenharmony_ci 143162306a36Sopenharmony_ci#define RF_RX_BB2 0x1C 143262306a36Sopenharmony_ci#define RF_RX_BB1 0x1D 143362306a36Sopenharmony_ci 143462306a36Sopenharmony_ci#define RF_RCK1 0x1E 143562306a36Sopenharmony_ci#define RF_RCK2 0x1F 143662306a36Sopenharmony_ci 143762306a36Sopenharmony_ci#define RF_TX_G1 0x20 143862306a36Sopenharmony_ci#define RF_TX_G2 0x21 143962306a36Sopenharmony_ci#define RF_TX_G3 0x22 144062306a36Sopenharmony_ci 144162306a36Sopenharmony_ci#define RF_TX_BB1 0x23 144262306a36Sopenharmony_ci#define RF_T_METER 0x24 144362306a36Sopenharmony_ci 144462306a36Sopenharmony_ci#define RF_SYN_G1 0x25 144562306a36Sopenharmony_ci#define RF_SYN_G2 0x26 144662306a36Sopenharmony_ci#define RF_SYN_G3 0x27 144762306a36Sopenharmony_ci#define RF_SYN_G4 0x28 144862306a36Sopenharmony_ci#define RF_SYN_G5 0x29 144962306a36Sopenharmony_ci#define RF_SYN_G6 0x2A 145062306a36Sopenharmony_ci#define RF_SYN_G7 0x2B 145162306a36Sopenharmony_ci#define RF_SYN_G8 0x2C 145262306a36Sopenharmony_ci 145362306a36Sopenharmony_ci#define RF_RCK_OS 0x30 145462306a36Sopenharmony_ci#define RF_TXPA_G1 0x31 145562306a36Sopenharmony_ci#define RF_TXPA_G2 0x32 145662306a36Sopenharmony_ci#define RF_TXPA_G3 0x33 145762306a36Sopenharmony_ci 145862306a36Sopenharmony_ci#define BBBRESETB 0x100 145962306a36Sopenharmony_ci#define BGLOBALRESETB 0x200 146062306a36Sopenharmony_ci#define BOFDMTXSTART 0x4 146162306a36Sopenharmony_ci#define BCCKTXSTART 0x8 146262306a36Sopenharmony_ci#define BCRC32DEBUG 0x100 146362306a36Sopenharmony_ci#define BPMACLOOPBACK 0x10 146462306a36Sopenharmony_ci#define BTXLSIG 0xffffff 146562306a36Sopenharmony_ci#define BOFDMTXRATE 0xf 146662306a36Sopenharmony_ci#define BOFDMTXRESERVED 0x10 146762306a36Sopenharmony_ci#define BOFDMTXLENGTH 0x1ffe0 146862306a36Sopenharmony_ci#define BOFDMTXPARITY 0x20000 146962306a36Sopenharmony_ci#define BTXHTSIG1 0xffffff 147062306a36Sopenharmony_ci#define BTXHTMCSRATE 0x7f 147162306a36Sopenharmony_ci#define BTXHTBW 0x80 147262306a36Sopenharmony_ci#define BTXHTLENGTH 0xffff00 147362306a36Sopenharmony_ci#define BTXHTSIG2 0xffffff 147462306a36Sopenharmony_ci#define BTXHTSMOOTHING 0x1 147562306a36Sopenharmony_ci#define BTXHTSOUNDING 0x2 147662306a36Sopenharmony_ci#define BTXHTRESERVED 0x4 147762306a36Sopenharmony_ci#define BTXHTAGGREATION 0x8 147862306a36Sopenharmony_ci#define BTXHTSTBC 0x30 147962306a36Sopenharmony_ci#define BTXHTADVANCECODING 0x40 148062306a36Sopenharmony_ci#define BTXHTSHORTGI 0x80 148162306a36Sopenharmony_ci#define BTXHTNUMBERHT_LTF 0x300 148262306a36Sopenharmony_ci#define BTXHTCRC8 0x3fc00 148362306a36Sopenharmony_ci#define BCOUNTERRESET 0x10000 148462306a36Sopenharmony_ci#define BNUMOFOFDMTX 0xffff 148562306a36Sopenharmony_ci#define BNUMOFCCKTX 0xffff0000 148662306a36Sopenharmony_ci#define BTXIDLEINTERVAL 0xffff 148762306a36Sopenharmony_ci#define BOFDMSERVICE 0xffff0000 148862306a36Sopenharmony_ci#define BTXMACHEADER 0xffffffff 148962306a36Sopenharmony_ci#define BTXDATAINIT 0xff 149062306a36Sopenharmony_ci#define BTXHTMODE 0x100 149162306a36Sopenharmony_ci#define BTXDATATYPE 0x30000 149262306a36Sopenharmony_ci#define BTXRANDOMSEED 0xffffffff 149362306a36Sopenharmony_ci#define BCCKTXPREAMBLE 0x1 149462306a36Sopenharmony_ci#define BCCKTXSFD 0xffff0000 149562306a36Sopenharmony_ci#define BCCKTXSIG 0xff 149662306a36Sopenharmony_ci#define BCCKTXSERVICE 0xff00 149762306a36Sopenharmony_ci#define BCCKLENGTHEXT 0x8000 149862306a36Sopenharmony_ci#define BCCKTXLENGHT 0xffff0000 149962306a36Sopenharmony_ci#define BCCKTXCRC16 0xffff 150062306a36Sopenharmony_ci#define BCCKTXSTATUS 0x1 150162306a36Sopenharmony_ci#define BOFDMTXSTATUS 0x2 150262306a36Sopenharmony_ci#define IS_BB_REG_OFFSET_92S(_offset) \ 150362306a36Sopenharmony_ci (((_offset) >= 0x800) && ((_offset) <= 0xfff)) 150462306a36Sopenharmony_ci 150562306a36Sopenharmony_ci#define BRFMOD 0x1 150662306a36Sopenharmony_ci#define BJAPANMODE 0x2 150762306a36Sopenharmony_ci#define BCCKTXSC 0x30 150862306a36Sopenharmony_ci#define BCCKEN 0x1000000 150962306a36Sopenharmony_ci#define BOFDMEN 0x2000000 151062306a36Sopenharmony_ci 151162306a36Sopenharmony_ci#define BOFDMRXADCPHASE 0x10000 151262306a36Sopenharmony_ci#define BOFDMTXDACPHASE 0x40000 151362306a36Sopenharmony_ci#define BXATXAGC 0x3f 151462306a36Sopenharmony_ci 151562306a36Sopenharmony_ci#define BXBTXAGC 0xf00 151662306a36Sopenharmony_ci#define BXCTXAGC 0xf000 151762306a36Sopenharmony_ci#define BXDTXAGC 0xf0000 151862306a36Sopenharmony_ci 151962306a36Sopenharmony_ci#define BPASTART 0xf0000000 152062306a36Sopenharmony_ci#define BTRSTART 0x00f00000 152162306a36Sopenharmony_ci#define BRFSTART 0x0000f000 152262306a36Sopenharmony_ci#define BBBSTART 0x000000f0 152362306a36Sopenharmony_ci#define BBBCCKSTART 0x0000000f 152462306a36Sopenharmony_ci#define BPAEND 0xf 152562306a36Sopenharmony_ci#define BTREND 0x0f000000 152662306a36Sopenharmony_ci#define BRFEND 0x000f0000 152762306a36Sopenharmony_ci#define BCCAMASK 0x000000f0 152862306a36Sopenharmony_ci#define BR2RCCAMASK 0x00000f00 152962306a36Sopenharmony_ci#define BHSSI_R2TDELAY 0xf8000000 153062306a36Sopenharmony_ci#define BHSSI_T2RDELAY 0xf80000 153162306a36Sopenharmony_ci#define BCONTXHSSI 0x400 153262306a36Sopenharmony_ci#define BIGFROMCCK 0x200 153362306a36Sopenharmony_ci#define BAGCADDRESS 0x3f 153462306a36Sopenharmony_ci#define BRXHPTX 0x7000 153562306a36Sopenharmony_ci#define BRXHP2RX 0x38000 153662306a36Sopenharmony_ci#define BRXHPCCKINI 0xc0000 153762306a36Sopenharmony_ci#define BAGCTXCODE 0xc00000 153862306a36Sopenharmony_ci#define BAGCRXCODE 0x300000 153962306a36Sopenharmony_ci 154062306a36Sopenharmony_ci#define B3WIREDATALENGTH 0x800 154162306a36Sopenharmony_ci#define B3WIREADDREAALENGTH 0x400 154262306a36Sopenharmony_ci 154362306a36Sopenharmony_ci#define B3WIRERFPOWERDOWN 0x1 154462306a36Sopenharmony_ci#define B5GPAPEPOLARITY 0x40000000 154562306a36Sopenharmony_ci#define B2GPAPEPOLARITY 0x80000000 154662306a36Sopenharmony_ci#define BRFSW_TXDEFAULTANT 0x3 154762306a36Sopenharmony_ci#define BRFSW_TXOPTIONANT 0x30 154862306a36Sopenharmony_ci#define BRFSW_RXDEFAULTANT 0x300 154962306a36Sopenharmony_ci#define BRFSW_RXOPTIONANT 0x3000 155062306a36Sopenharmony_ci#define BRFSI_3WIREDATA 0x1 155162306a36Sopenharmony_ci#define BRFSI_3WIRECLOCK 0x2 155262306a36Sopenharmony_ci#define BRFSI_3WIRELOAD 0x4 155362306a36Sopenharmony_ci#define BRFSI_3WIRERW 0x8 155462306a36Sopenharmony_ci#define BRFSI_3WIRE 0xf 155562306a36Sopenharmony_ci 155662306a36Sopenharmony_ci#define BRFSI_RFENV 0x10 155762306a36Sopenharmony_ci 155862306a36Sopenharmony_ci#define BRFSI_TRSW 0x20 155962306a36Sopenharmony_ci#define BRFSI_TRSWB 0x40 156062306a36Sopenharmony_ci#define BRFSI_ANTSW 0x100 156162306a36Sopenharmony_ci#define BRFSI_ANTSWB 0x200 156262306a36Sopenharmony_ci#define BRFSI_PAPE 0x400 156362306a36Sopenharmony_ci#define BRFSI_PAPE5G 0x800 156462306a36Sopenharmony_ci#define BBANDSELECT 0x1 156562306a36Sopenharmony_ci#define BHTSIG2_GI 0x80 156662306a36Sopenharmony_ci#define BHTSIG2_SMOOTHING 0x01 156762306a36Sopenharmony_ci#define BHTSIG2_SOUNDING 0x02 156862306a36Sopenharmony_ci#define BHTSIG2_AGGREATON 0x08 156962306a36Sopenharmony_ci#define BHTSIG2_STBC 0x30 157062306a36Sopenharmony_ci#define BHTSIG2_ADVCODING 0x40 157162306a36Sopenharmony_ci#define BHTSIG2_NUMOFHTLTF 0x300 157262306a36Sopenharmony_ci#define BHTSIG2_CRC8 0x3fc 157362306a36Sopenharmony_ci#define BHTSIG1_MCS 0x7f 157462306a36Sopenharmony_ci#define BHTSIG1_BANDWIDTH 0x80 157562306a36Sopenharmony_ci#define BHTSIG1_HTLENGTH 0xffff 157662306a36Sopenharmony_ci#define BLSIG_RATE 0xf 157762306a36Sopenharmony_ci#define BLSIG_RESERVED 0x10 157862306a36Sopenharmony_ci#define BLSIG_LENGTH 0x1fffe 157962306a36Sopenharmony_ci#define BLSIG_PARITY 0x20 158062306a36Sopenharmony_ci#define BCCKRXPHASE 0x4 158162306a36Sopenharmony_ci 158262306a36Sopenharmony_ci#define BLSSIREADADDRESS 0x7f800000 158362306a36Sopenharmony_ci#define BLSSIREADEDGE 0x80000000 158462306a36Sopenharmony_ci 158562306a36Sopenharmony_ci#define BLSSIREADBACKDATA 0xfffff 158662306a36Sopenharmony_ci 158762306a36Sopenharmony_ci#define BLSSIREADOKFLAG 0x1000 158862306a36Sopenharmony_ci#define BCCKSAMPLERATE 0x8 158962306a36Sopenharmony_ci#define BREGULATOR0STANDBY 0x1 159062306a36Sopenharmony_ci#define BREGULATORPLLSTANDBY 0x2 159162306a36Sopenharmony_ci#define BREGULATOR1STANDBY 0x4 159262306a36Sopenharmony_ci#define BPLLPOWERUP 0x8 159362306a36Sopenharmony_ci#define BDPLLPOWERUP 0x10 159462306a36Sopenharmony_ci#define BDA10POWERUP 0x20 159562306a36Sopenharmony_ci#define BAD7POWERUP 0x200 159662306a36Sopenharmony_ci#define BDA6POWERUP 0x2000 159762306a36Sopenharmony_ci#define BXTALPOWERUP 0x4000 159862306a36Sopenharmony_ci#define B40MDCLKPOWERUP 0x8000 159962306a36Sopenharmony_ci#define BDA6DEBUGMODE 0x20000 160062306a36Sopenharmony_ci#define BDA6SWING 0x380000 160162306a36Sopenharmony_ci 160262306a36Sopenharmony_ci#define BADCLKPHASE 0x4000000 160362306a36Sopenharmony_ci#define B80MCLKDELAY 0x18000000 160462306a36Sopenharmony_ci#define BAFEWATCHDOGENABLE 0x20000000 160562306a36Sopenharmony_ci 160662306a36Sopenharmony_ci#define BXTALCAP01 0xc0000000 160762306a36Sopenharmony_ci#define BXTALCAP23 0x3 160862306a36Sopenharmony_ci#define BXTALCAP92X 0x0f000000 160962306a36Sopenharmony_ci#define BXTALCAP 0x0f000000 161062306a36Sopenharmony_ci 161162306a36Sopenharmony_ci#define BINTDIFCLKENABLE 0x400 161262306a36Sopenharmony_ci#define BEXTSIGCLKENABLE 0x800 161362306a36Sopenharmony_ci#define BBANDGAP_MBIAS_POWERUP 0x10000 161462306a36Sopenharmony_ci#define BAD11SH_GAIN 0xc0000 161562306a36Sopenharmony_ci#define BAD11NPUT_RANGE 0x700000 161662306a36Sopenharmony_ci#define BAD110P_CURRENT 0x3800000 161762306a36Sopenharmony_ci#define BLPATH_LOOPBACK 0x4000000 161862306a36Sopenharmony_ci#define BQPATH_LOOPBACK 0x8000000 161962306a36Sopenharmony_ci#define BAFE_LOOPBACK 0x10000000 162062306a36Sopenharmony_ci#define BDA10_SWING 0x7e0 162162306a36Sopenharmony_ci#define BDA10_REVERSE 0x800 162262306a36Sopenharmony_ci#define BDA_CLK_SOURCE 0x1000 162362306a36Sopenharmony_ci#define BDA7INPUT_RANGE 0x6000 162462306a36Sopenharmony_ci#define BDA7_GAIN 0x38000 162562306a36Sopenharmony_ci#define BDA7OUTPUT_CM_MODE 0x40000 162662306a36Sopenharmony_ci#define BDA7INPUT_CM_MODE 0x380000 162762306a36Sopenharmony_ci#define BDA7CURRENT 0xc00000 162862306a36Sopenharmony_ci#define BREGULATOR_ADJUST 0x7000000 162962306a36Sopenharmony_ci#define BAD11POWERUP_ATTX 0x1 163062306a36Sopenharmony_ci#define BDA10PS_ATTX 0x10 163162306a36Sopenharmony_ci#define BAD11POWERUP_ATRX 0x100 163262306a36Sopenharmony_ci#define BDA10PS_ATRX 0x1000 163362306a36Sopenharmony_ci#define BCCKRX_AGC_FORMAT 0x200 163462306a36Sopenharmony_ci#define BPSDFFT_SAMPLE_POINT 0xc000 163562306a36Sopenharmony_ci#define BPSD_AVERAGE_NUM 0x3000 163662306a36Sopenharmony_ci#define BIQPATH_CONTROL 0xc00 163762306a36Sopenharmony_ci#define BPSD_FREQ 0x3ff 163862306a36Sopenharmony_ci#define BPSD_ANTENNA_PATH 0x30 163962306a36Sopenharmony_ci#define BPSD_IQ_SWITCH 0x40 164062306a36Sopenharmony_ci#define BPSD_RX_TRIGGER 0x400000 164162306a36Sopenharmony_ci#define BPSD_TX_TRIGGER 0x80000000 164262306a36Sopenharmony_ci#define BPSD_SINE_TONE_SCALE 0x7f000000 164362306a36Sopenharmony_ci#define BPSD_REPORT 0xffff 164462306a36Sopenharmony_ci 164562306a36Sopenharmony_ci#define BOFDM_TXSC 0x30000000 164662306a36Sopenharmony_ci#define BCCK_TXON 0x1 164762306a36Sopenharmony_ci#define BOFDM_TXON 0x2 164862306a36Sopenharmony_ci#define BDEBUG_PAGE 0xfff 164962306a36Sopenharmony_ci#define BDEBUG_ITEM 0xff 165062306a36Sopenharmony_ci#define BANTL 0x10 165162306a36Sopenharmony_ci#define BANT_NONHT 0x100 165262306a36Sopenharmony_ci#define BANT_HT1 0x1000 165362306a36Sopenharmony_ci#define BANT_HT2 0x10000 165462306a36Sopenharmony_ci#define BANT_HT1S1 0x100000 165562306a36Sopenharmony_ci#define BANT_NONHTS1 0x1000000 165662306a36Sopenharmony_ci 165762306a36Sopenharmony_ci#define BCCK_BBMODE 0x3 165862306a36Sopenharmony_ci#define BCCK_TXPOWERSAVING 0x80 165962306a36Sopenharmony_ci#define BCCK_RXPOWERSAVING 0x40 166062306a36Sopenharmony_ci 166162306a36Sopenharmony_ci#define BCCK_SIDEBAND 0x10 166262306a36Sopenharmony_ci 166362306a36Sopenharmony_ci#define BCCK_SCRAMBLE 0x8 166462306a36Sopenharmony_ci#define BCCK_ANTDIVERSITY 0x8000 166562306a36Sopenharmony_ci#define BCCK_CARRIER_RECOVERY 0x4000 166662306a36Sopenharmony_ci#define BCCK_TXRATE 0x3000 166762306a36Sopenharmony_ci#define BCCK_DCCANCEL 0x0800 166862306a36Sopenharmony_ci#define BCCK_ISICANCEL 0x0400 166962306a36Sopenharmony_ci#define BCCK_MATCH_FILTER 0x0200 167062306a36Sopenharmony_ci#define BCCK_EQUALIZER 0x0100 167162306a36Sopenharmony_ci#define BCCK_PREAMBLE_DETECT 0x800000 167262306a36Sopenharmony_ci#define BCCK_FAST_FALSECCA 0x400000 167362306a36Sopenharmony_ci#define BCCK_CH_ESTSTART 0x300000 167462306a36Sopenharmony_ci#define BCCK_CCA_COUNT 0x080000 167562306a36Sopenharmony_ci#define BCCK_CS_LIM 0x070000 167662306a36Sopenharmony_ci#define BCCK_BIST_MODE 0x80000000 167762306a36Sopenharmony_ci#define BCCK_CCAMASK 0x40000000 167862306a36Sopenharmony_ci#define BCCK_TX_DAC_PHASE 0x4 167962306a36Sopenharmony_ci#define BCCK_RX_ADC_PHASE 0x20000000 168062306a36Sopenharmony_ci#define BCCKR_CP_MODE 0x0100 168162306a36Sopenharmony_ci#define BCCK_TXDC_OFFSET 0xf0 168262306a36Sopenharmony_ci#define BCCK_RXDC_OFFSET 0xf 168362306a36Sopenharmony_ci#define BCCK_CCA_MODE 0xc000 168462306a36Sopenharmony_ci#define BCCK_FALSECS_LIM 0x3f00 168562306a36Sopenharmony_ci#define BCCK_CS_RATIO 0xc00000 168662306a36Sopenharmony_ci#define BCCK_CORGBIT_SEL 0x300000 168762306a36Sopenharmony_ci#define BCCK_PD_LIM 0x0f0000 168862306a36Sopenharmony_ci#define BCCK_NEWCCA 0x80000000 168962306a36Sopenharmony_ci#define BCCK_RXHP_OF_IG 0x8000 169062306a36Sopenharmony_ci#define BCCK_RXIG 0x7f00 169162306a36Sopenharmony_ci#define BCCK_LNA_POLARITY 0x800000 169262306a36Sopenharmony_ci#define BCCK_RX1ST_BAIN 0x7f0000 169362306a36Sopenharmony_ci#define BCCK_RF_EXTEND 0x20000000 169462306a36Sopenharmony_ci#define BCCK_RXAGC_SATLEVEL 0x1f000000 169562306a36Sopenharmony_ci#define BCCK_RXAGC_SATCOUNT 0xe0 169662306a36Sopenharmony_ci#define BCCK_FIXED_RXAGC 0x8000 169762306a36Sopenharmony_ci#define BCCK_ANTENNA_POLARITY 0x2000 169862306a36Sopenharmony_ci#define BCCK_TXFILTER_TYPE 0x0c00 169962306a36Sopenharmony_ci#define BCCK_RXAGC_REPORTTYPE 0x0300 170062306a36Sopenharmony_ci#define BCCK_RXDAGC_EN 0x80000000 170162306a36Sopenharmony_ci#define BCCK_RXDAGC_PERIOD 0x20000000 170262306a36Sopenharmony_ci#define BCCK_RXDAGC_SATLEVEL 0x1f000000 170362306a36Sopenharmony_ci#define BCCK_TIMING_RECOVERY 0x800000 170462306a36Sopenharmony_ci#define BCCK_TXC0 0x3f0000 170562306a36Sopenharmony_ci#define BCCK_TXC1 0x3f000000 170662306a36Sopenharmony_ci#define BCCK_TXC2 0x3f 170762306a36Sopenharmony_ci#define BCCK_TXC3 0x3f00 170862306a36Sopenharmony_ci#define BCCK_TXC4 0x3f0000 170962306a36Sopenharmony_ci#define BCCK_TXC5 0x3f000000 171062306a36Sopenharmony_ci#define BCCK_TXC6 0x3f 171162306a36Sopenharmony_ci#define BCCK_TXC7 0x3f00 171262306a36Sopenharmony_ci#define BCCK_DEBUGPORT 0xff0000 171362306a36Sopenharmony_ci#define BCCK_DAC_DEBUG 0x0f000000 171462306a36Sopenharmony_ci#define BCCK_FALSEALARM_ENABLE 0x8000 171562306a36Sopenharmony_ci#define BCCK_FALSEALARM_READ 0x4000 171662306a36Sopenharmony_ci#define BCCK_TRSSI 0x7f 171762306a36Sopenharmony_ci#define BCCK_RXAGC_REPORT 0xfe 171862306a36Sopenharmony_ci#define BCCK_RXREPORT_ANTSEL 0x80000000 171962306a36Sopenharmony_ci#define BCCK_RXREPORT_MFOFF 0x40000000 172062306a36Sopenharmony_ci#define BCCK_RXREPORT_SQLOSS 0x20000000 172162306a36Sopenharmony_ci#define BCCK_RXREPORT_PKTLOSS 0x10000000 172262306a36Sopenharmony_ci#define BCCK_RXREPORT_LOCKEDBIT 0x08000000 172362306a36Sopenharmony_ci#define BCCK_RXREPORT_RATEERROR 0x04000000 172462306a36Sopenharmony_ci#define BCCK_RXREPORT_RXRATE 0x03000000 172562306a36Sopenharmony_ci#define BCCK_RXFA_COUNTER_LOWER 0xff 172662306a36Sopenharmony_ci#define BCCK_RXFA_COUNTER_UPPER 0xff000000 172762306a36Sopenharmony_ci#define BCCK_RXHPAGC_START 0xe000 172862306a36Sopenharmony_ci#define BCCK_RXHPAGC_FINAL 0x1c00 172962306a36Sopenharmony_ci#define BCCK_RXFALSEALARM_ENABLE 0x8000 173062306a36Sopenharmony_ci#define BCCK_FACOUNTER_FREEZE 0x4000 173162306a36Sopenharmony_ci#define BCCK_TXPATH_SEL 0x10000000 173262306a36Sopenharmony_ci#define BCCK_DEFAULT_RXPATH 0xc000000 173362306a36Sopenharmony_ci#define BCCK_OPTION_RXPATH 0x3000000 173462306a36Sopenharmony_ci 173562306a36Sopenharmony_ci#define BNUM_OFSTF 0x3 173662306a36Sopenharmony_ci#define BSHIFT_L 0xc0 173762306a36Sopenharmony_ci#define BGI_TH 0xc 173862306a36Sopenharmony_ci#define BRXPATH_A 0x1 173962306a36Sopenharmony_ci#define BRXPATH_B 0x2 174062306a36Sopenharmony_ci#define BRXPATH_C 0x4 174162306a36Sopenharmony_ci#define BRXPATH_D 0x8 174262306a36Sopenharmony_ci#define BTXPATH_A 0x1 174362306a36Sopenharmony_ci#define BTXPATH_B 0x2 174462306a36Sopenharmony_ci#define BTXPATH_C 0x4 174562306a36Sopenharmony_ci#define BTXPATH_D 0x8 174662306a36Sopenharmony_ci#define BTRSSI_FREQ 0x200 174762306a36Sopenharmony_ci#define BADC_BACKOFF 0x3000 174862306a36Sopenharmony_ci#define BDFIR_BACKOFF 0xc000 174962306a36Sopenharmony_ci#define BTRSSI_LATCH_PHASE 0x10000 175062306a36Sopenharmony_ci#define BRX_LDC_OFFSET 0xff 175162306a36Sopenharmony_ci#define BRX_QDC_OFFSET 0xff00 175262306a36Sopenharmony_ci#define BRX_DFIR_MODE 0x1800000 175362306a36Sopenharmony_ci#define BRX_DCNF_TYPE 0xe000000 175462306a36Sopenharmony_ci#define BRXIQIMB_A 0x3ff 175562306a36Sopenharmony_ci#define BRXIQIMB_B 0xfc00 175662306a36Sopenharmony_ci#define BRXIQIMB_C 0x3f0000 175762306a36Sopenharmony_ci#define BRXIQIMB_D 0xffc00000 175862306a36Sopenharmony_ci#define BDC_DC_NOTCH 0x60000 175962306a36Sopenharmony_ci#define BRXNB_NOTCH 0x1f000000 176062306a36Sopenharmony_ci#define BPD_TH 0xf 176162306a36Sopenharmony_ci#define BPD_TH_OPT2 0xc000 176262306a36Sopenharmony_ci#define BPWED_TH 0x700 176362306a36Sopenharmony_ci#define BIFMF_WIN_L 0x800 176462306a36Sopenharmony_ci#define BPD_OPTION 0x1000 176562306a36Sopenharmony_ci#define BMF_WIN_L 0xe000 176662306a36Sopenharmony_ci#define BBW_SEARCH_L 0x30000 176762306a36Sopenharmony_ci#define BWIN_ENH_L 0xc0000 176862306a36Sopenharmony_ci#define BBW_TH 0x700000 176962306a36Sopenharmony_ci#define BED_TH2 0x3800000 177062306a36Sopenharmony_ci#define BBW_OPTION 0x4000000 177162306a36Sopenharmony_ci#define BRADIO_TH 0x18000000 177262306a36Sopenharmony_ci#define BWINDOW_L 0xe0000000 177362306a36Sopenharmony_ci#define BSBD_OPTION 0x1 177462306a36Sopenharmony_ci#define BFRAME_TH 0x1c 177562306a36Sopenharmony_ci#define BFS_OPTION 0x60 177662306a36Sopenharmony_ci#define BDC_SLOPE_CHECK 0x80 177762306a36Sopenharmony_ci#define BFGUARD_COUNTER_DC_L 0xe00 177862306a36Sopenharmony_ci#define BFRAME_WEIGHT_SHORT 0x7000 177962306a36Sopenharmony_ci#define BSUB_TUNE 0xe00000 178062306a36Sopenharmony_ci#define BFRAME_DC_LENGTH 0xe000000 178162306a36Sopenharmony_ci#define BSBD_START_OFFSET 0x30000000 178262306a36Sopenharmony_ci#define BFRAME_TH_2 0x7 178362306a36Sopenharmony_ci#define BFRAME_GI2_TH 0x38 178462306a36Sopenharmony_ci#define BGI2_SYNC_EN 0x40 178562306a36Sopenharmony_ci#define BSARCH_SHORT_EARLY 0x300 178662306a36Sopenharmony_ci#define BSARCH_SHORT_LATE 0xc00 178762306a36Sopenharmony_ci#define BSARCH_GI2_LATE 0x70000 178862306a36Sopenharmony_ci#define BCFOANTSUM 0x1 178962306a36Sopenharmony_ci#define BCFOACC 0x2 179062306a36Sopenharmony_ci#define BCFOSTARTOFFSET 0xc 179162306a36Sopenharmony_ci#define BCFOLOOPBACK 0x70 179262306a36Sopenharmony_ci#define BCFOSUMWEIGHT 0x80 179362306a36Sopenharmony_ci#define BDAGCENABLE 0x10000 179462306a36Sopenharmony_ci#define BTXIQIMB_A 0x3ff 179562306a36Sopenharmony_ci#define BTXIQIMB_b 0xfc00 179662306a36Sopenharmony_ci#define BTXIQIMB_C 0x3f0000 179762306a36Sopenharmony_ci#define BTXIQIMB_D 0xffc00000 179862306a36Sopenharmony_ci#define BTXIDCOFFSET 0xff 179962306a36Sopenharmony_ci#define BTXIQDCOFFSET 0xff00 180062306a36Sopenharmony_ci#define BTXDFIRMODE 0x10000 180162306a36Sopenharmony_ci#define BTXPESUDO_NOISEON 0x4000000 180262306a36Sopenharmony_ci#define BTXPESUDO_NOISE_A 0xff 180362306a36Sopenharmony_ci#define BTXPESUDO_NOISE_B 0xff00 180462306a36Sopenharmony_ci#define BTXPESUDO_NOISE_C 0xff0000 180562306a36Sopenharmony_ci#define BTXPESUDO_NOISE_D 0xff000000 180662306a36Sopenharmony_ci#define BCCA_DROPOPTION 0x20000 180762306a36Sopenharmony_ci#define BCCA_DROPTHRES 0xfff00000 180862306a36Sopenharmony_ci#define BEDCCA_H 0xf 180962306a36Sopenharmony_ci#define BEDCCA_L 0xf0 181062306a36Sopenharmony_ci#define BLAMBDA_ED 0x300 181162306a36Sopenharmony_ci#define BRX_INITIALGAIN 0x7f 181262306a36Sopenharmony_ci#define BRX_ANTDIV_EN 0x80 181362306a36Sopenharmony_ci#define BRX_AGC_ADDRESS_FOR_LNA 0x7f00 181462306a36Sopenharmony_ci#define BRX_HIGHPOWER_FLOW 0x8000 181562306a36Sopenharmony_ci#define BRX_AGC_FREEZE_THRES 0xc0000 181662306a36Sopenharmony_ci#define BRX_FREEZESTEP_AGC1 0x300000 181762306a36Sopenharmony_ci#define BRX_FREEZESTEP_AGC2 0xc00000 181862306a36Sopenharmony_ci#define BRX_FREEZESTEP_AGC3 0x3000000 181962306a36Sopenharmony_ci#define BRX_FREEZESTEP_AGC0 0xc000000 182062306a36Sopenharmony_ci#define BRXRSSI_CMP_EN 0x10000000 182162306a36Sopenharmony_ci#define BRXQUICK_AGCEN 0x20000000 182262306a36Sopenharmony_ci#define BRXAGC_FREEZE_THRES_MODE 0x40000000 182362306a36Sopenharmony_ci#define BRX_OVERFLOW_CHECKTYPE 0x80000000 182462306a36Sopenharmony_ci#define BRX_AGCSHIFT 0x7f 182562306a36Sopenharmony_ci#define BTRSW_TRI_ONLY 0x80 182662306a36Sopenharmony_ci#define BPOWER_THRES 0x300 182762306a36Sopenharmony_ci#define BRXAGC_EN 0x1 182862306a36Sopenharmony_ci#define BRXAGC_TOGETHER_EN 0x2 182962306a36Sopenharmony_ci#define BRXAGC_MIN 0x4 183062306a36Sopenharmony_ci#define BRXHP_INI 0x7 183162306a36Sopenharmony_ci#define BRXHP_TRLNA 0x70 183262306a36Sopenharmony_ci#define BRXHP_RSSI 0x700 183362306a36Sopenharmony_ci#define BRXHP_BBP1 0x7000 183462306a36Sopenharmony_ci#define BRXHP_BBP2 0x70000 183562306a36Sopenharmony_ci#define BRXHP_BBP3 0x700000 183662306a36Sopenharmony_ci#define BRSSI_H 0x7f0000 183762306a36Sopenharmony_ci#define BRSSI_GEN 0x7f000000 183862306a36Sopenharmony_ci#define BRXSETTLE_TRSW 0x7 183962306a36Sopenharmony_ci#define BRXSETTLE_LNA 0x38 184062306a36Sopenharmony_ci#define BRXSETTLE_RSSI 0x1c0 184162306a36Sopenharmony_ci#define BRXSETTLE_BBP 0xe00 184262306a36Sopenharmony_ci#define BRXSETTLE_RXHP 0x7000 184362306a36Sopenharmony_ci#define BRXSETTLE_ANTSW_RSSI 0x38000 184462306a36Sopenharmony_ci#define BRXSETTLE_ANTSW 0xc0000 184562306a36Sopenharmony_ci#define BRXPROCESS_TIME_DAGC 0x300000 184662306a36Sopenharmony_ci#define BRXSETTLE_HSSI 0x400000 184762306a36Sopenharmony_ci#define BRXPROCESS_TIME_BBPPW 0x800000 184862306a36Sopenharmony_ci#define BRXANTENNA_POWER_SHIFT 0x3000000 184962306a36Sopenharmony_ci#define BRSSI_TABLE_SELECT 0xc000000 185062306a36Sopenharmony_ci#define BRXHP_FINAL 0x7000000 185162306a36Sopenharmony_ci#define BRXHPSETTLE_BBP 0x7 185262306a36Sopenharmony_ci#define BRXHTSETTLE_HSSI 0x8 185362306a36Sopenharmony_ci#define BRXHTSETTLE_RXHP 0x70 185462306a36Sopenharmony_ci#define BRXHTSETTLE_BBPPW 0x80 185562306a36Sopenharmony_ci#define BRXHTSETTLE_IDLE 0x300 185662306a36Sopenharmony_ci#define BRXHTSETTLE_RESERVED 0x1c00 185762306a36Sopenharmony_ci#define BRXHT_RXHP_EN 0x8000 185862306a36Sopenharmony_ci#define BRXAGC_FREEZE_THRES 0x30000 185962306a36Sopenharmony_ci#define BRXAGC_TOGETHEREN 0x40000 186062306a36Sopenharmony_ci#define BRXHTAGC_MIN 0x80000 186162306a36Sopenharmony_ci#define BRXHTAGC_EN 0x100000 186262306a36Sopenharmony_ci#define BRXHTDAGC_EN 0x200000 186362306a36Sopenharmony_ci#define BRXHT_RXHP_BBP 0x1c00000 186462306a36Sopenharmony_ci#define BRXHT_RXHP_FINAL 0xe0000000 186562306a36Sopenharmony_ci#define BRXPW_RADIO_TH 0x3 186662306a36Sopenharmony_ci#define BRXPW_RADIO_EN 0x4 186762306a36Sopenharmony_ci#define BRXMF_HOLD 0x3800 186862306a36Sopenharmony_ci#define BRXPD_DELAY_TH1 0x38 186962306a36Sopenharmony_ci#define BRXPD_DELAY_TH2 0x1c0 187062306a36Sopenharmony_ci#define BRXPD_DC_COUNT_MAX 0x600 187162306a36Sopenharmony_ci#define BRXPD_DELAY_TH 0x8000 187262306a36Sopenharmony_ci#define BRXPROCESS_DELAY 0xf0000 187362306a36Sopenharmony_ci#define BRXSEARCHRANGE_GI2_EARLY 0x700000 187462306a36Sopenharmony_ci#define BRXFRAME_FUARD_COUNTER_L 0x3800000 187562306a36Sopenharmony_ci#define BRXSGI_GUARD_L 0xc000000 187662306a36Sopenharmony_ci#define BRXSGI_SEARCH_L 0x30000000 187762306a36Sopenharmony_ci#define BRXSGI_TH 0xc0000000 187862306a36Sopenharmony_ci#define BDFSCNT0 0xff 187962306a36Sopenharmony_ci#define BDFSCNT1 0xff00 188062306a36Sopenharmony_ci#define BDFSFLAG 0xf0000 188162306a36Sopenharmony_ci#define BMF_WEIGHT_SUM 0x300000 188262306a36Sopenharmony_ci#define BMINIDX_TH 0x7f000000 188362306a36Sopenharmony_ci#define BDAFORMAT 0x40000 188462306a36Sopenharmony_ci#define BTXCH_EMU_ENABLE 0x01000000 188562306a36Sopenharmony_ci#define BTRSW_ISOLATION_A 0x7f 188662306a36Sopenharmony_ci#define BTRSW_ISOLATION_B 0x7f00 188762306a36Sopenharmony_ci#define BTRSW_ISOLATION_C 0x7f0000 188862306a36Sopenharmony_ci#define BTRSW_ISOLATION_D 0x7f000000 188962306a36Sopenharmony_ci#define BEXT_LNA_GAIN 0x7c00 189062306a36Sopenharmony_ci 189162306a36Sopenharmony_ci#define BSTBC_EN 0x4 189262306a36Sopenharmony_ci#define BANTENNA_MAPPING 0x10 189362306a36Sopenharmony_ci#define BNSS 0x20 189462306a36Sopenharmony_ci#define BCFO_ANTSUM_ID 0x200 189562306a36Sopenharmony_ci#define BPHY_COUNTER_RESET 0x8000000 189662306a36Sopenharmony_ci#define BCFO_REPORT_GET 0x4000000 189762306a36Sopenharmony_ci#define BOFDM_CONTINUE_TX 0x10000000 189862306a36Sopenharmony_ci#define BOFDM_SINGLE_CARRIER 0x20000000 189962306a36Sopenharmony_ci#define BOFDM_SINGLE_TONE 0x40000000 190062306a36Sopenharmony_ci#define BHT_DETECT 0x100 190162306a36Sopenharmony_ci#define BCFOEN 0x10000 190262306a36Sopenharmony_ci#define BCFOVALUE 0xfff00000 190362306a36Sopenharmony_ci#define BSIGTONE_RE 0x3f 190462306a36Sopenharmony_ci#define BSIGTONE_IM 0x7f00 190562306a36Sopenharmony_ci#define BCOUNTER_CCA 0xffff 190662306a36Sopenharmony_ci#define BCOUNTER_PARITYFAIL 0xffff0000 190762306a36Sopenharmony_ci#define BCOUNTER_RATEILLEGAL 0xffff 190862306a36Sopenharmony_ci#define BCOUNTER_CRC8FAIL 0xffff0000 190962306a36Sopenharmony_ci#define BCOUNTER_MCSNOSUPPORT 0xffff 191062306a36Sopenharmony_ci#define BCOUNTER_FASTSYNC 0xffff 191162306a36Sopenharmony_ci#define BSHORTCFO 0xfff 191262306a36Sopenharmony_ci#define BSHORTCFOT_LENGTH 12 191362306a36Sopenharmony_ci#define BSHORTCFOF_LENGTH 11 191462306a36Sopenharmony_ci#define BLONGCFO 0x7ff 191562306a36Sopenharmony_ci#define BLONGCFOT_LENGTH 11 191662306a36Sopenharmony_ci#define BLONGCFOF_LENGTH 11 191762306a36Sopenharmony_ci#define BTAILCFO 0x1fff 191862306a36Sopenharmony_ci#define BTAILCFOT_LENGTH 13 191962306a36Sopenharmony_ci#define BTAILCFOF_LENGTH 12 192062306a36Sopenharmony_ci#define BNOISE_EN_PWDB 0xffff 192162306a36Sopenharmony_ci#define BCC_POWER_DB 0xffff0000 192262306a36Sopenharmony_ci#define BMOISE_PWDB 0xffff 192362306a36Sopenharmony_ci#define BPOWERMEAST_LENGTH 10 192462306a36Sopenharmony_ci#define BPOWERMEASF_LENGTH 3 192562306a36Sopenharmony_ci#define BRX_HT_BW 0x1 192662306a36Sopenharmony_ci#define BRXSC 0x6 192762306a36Sopenharmony_ci#define BRX_HT 0x8 192862306a36Sopenharmony_ci#define BNB_INTF_DET_ON 0x1 192962306a36Sopenharmony_ci#define BINTF_WIN_LEN_CFG 0x30 193062306a36Sopenharmony_ci#define BNB_INTF_TH_CFG 0x1c0 193162306a36Sopenharmony_ci#define BRFGAIN 0x3f 193262306a36Sopenharmony_ci#define BTABLESEL 0x40 193362306a36Sopenharmony_ci#define BTRSW 0x80 193462306a36Sopenharmony_ci#define BRXSNR_A 0xff 193562306a36Sopenharmony_ci#define BRXSNR_B 0xff00 193662306a36Sopenharmony_ci#define BRXSNR_C 0xff0000 193762306a36Sopenharmony_ci#define BRXSNR_D 0xff000000 193862306a36Sopenharmony_ci#define BSNR_EVMT_LENGTH 8 193962306a36Sopenharmony_ci#define BSNR_EVMF_LENGTH 1 194062306a36Sopenharmony_ci#define BCSI1ST 0xff 194162306a36Sopenharmony_ci#define BCSI2ND 0xff00 194262306a36Sopenharmony_ci#define BRXEVM1ST 0xff0000 194362306a36Sopenharmony_ci#define BRXEVM2ND 0xff000000 194462306a36Sopenharmony_ci#define BSIGEVM 0xff 194562306a36Sopenharmony_ci#define BPWDB 0xff00 194662306a36Sopenharmony_ci#define BSGIEN 0x10000 194762306a36Sopenharmony_ci 194862306a36Sopenharmony_ci#define BSFACTOR_QMA1 0xf 194962306a36Sopenharmony_ci#define BSFACTOR_QMA2 0xf0 195062306a36Sopenharmony_ci#define BSFACTOR_QMA3 0xf00 195162306a36Sopenharmony_ci#define BSFACTOR_QMA4 0xf000 195262306a36Sopenharmony_ci#define BSFACTOR_QMA5 0xf0000 195362306a36Sopenharmony_ci#define BSFACTOR_QMA6 0xf0000 195462306a36Sopenharmony_ci#define BSFACTOR_QMA7 0xf00000 195562306a36Sopenharmony_ci#define BSFACTOR_QMA8 0xf000000 195662306a36Sopenharmony_ci#define BSFACTOR_QMA9 0xf0000000 195762306a36Sopenharmony_ci#define BCSI_SCHEME 0x100000 195862306a36Sopenharmony_ci 195962306a36Sopenharmony_ci#define BNOISE_LVL_TOP_SET 0x3 196062306a36Sopenharmony_ci#define BCHSMOOTH 0x4 196162306a36Sopenharmony_ci#define BCHSMOOTH_CFG1 0x38 196262306a36Sopenharmony_ci#define BCHSMOOTH_CFG2 0x1c0 196362306a36Sopenharmony_ci#define BCHSMOOTH_CFG3 0xe00 196462306a36Sopenharmony_ci#define BCHSMOOTH_CFG4 0x7000 196562306a36Sopenharmony_ci#define BMRCMODE 0x800000 196662306a36Sopenharmony_ci#define BTHEVMCFG 0x7000000 196762306a36Sopenharmony_ci 196862306a36Sopenharmony_ci#define BLOOP_FIT_TYPE 0x1 196962306a36Sopenharmony_ci#define BUPD_CFO 0x40 197062306a36Sopenharmony_ci#define BUPD_CFO_OFFDATA 0x80 197162306a36Sopenharmony_ci#define BADV_UPD_CFO 0x100 197262306a36Sopenharmony_ci#define BADV_TIME_CTRL 0x800 197362306a36Sopenharmony_ci#define BUPD_CLKO 0x1000 197462306a36Sopenharmony_ci#define BFC 0x6000 197562306a36Sopenharmony_ci#define BTRACKING_MODE 0x8000 197662306a36Sopenharmony_ci#define BPHCMP_ENABLE 0x10000 197762306a36Sopenharmony_ci#define BUPD_CLKO_LTF 0x20000 197862306a36Sopenharmony_ci#define BCOM_CH_CFO 0x40000 197962306a36Sopenharmony_ci#define BCSI_ESTI_MODE 0x80000 198062306a36Sopenharmony_ci#define BADV_UPD_EQZ 0x100000 198162306a36Sopenharmony_ci#define BUCHCFG 0x7000000 198262306a36Sopenharmony_ci#define BUPDEQZ 0x8000000 198362306a36Sopenharmony_ci 198462306a36Sopenharmony_ci#define BRX_PESUDO_NOISE_ON 0x20000000 198562306a36Sopenharmony_ci#define BRX_PESUDO_NOISE_A 0xff 198662306a36Sopenharmony_ci#define BRX_PESUDO_NOISE_B 0xff00 198762306a36Sopenharmony_ci#define BRX_PESUDO_NOISE_C 0xff0000 198862306a36Sopenharmony_ci#define BRX_PESUDO_NOISE_D 0xff000000 198962306a36Sopenharmony_ci#define BRX_PESUDO_NOISESTATE_A 0xffff 199062306a36Sopenharmony_ci#define BRX_PESUDO_NOISESTATE_B 0xffff0000 199162306a36Sopenharmony_ci#define BRX_PESUDO_NOISESTATE_C 0xffff 199262306a36Sopenharmony_ci#define BRX_PESUDO_NOISESTATE_D 0xffff0000 199362306a36Sopenharmony_ci 199462306a36Sopenharmony_ci#define BZEBRA1_HSSIENABLE 0x8 199562306a36Sopenharmony_ci#define BZEBRA1_TRXCONTROL 0xc00 199662306a36Sopenharmony_ci#define BZEBRA1_TRXGAINSETTING 0x07f 199762306a36Sopenharmony_ci#define BZEBRA1_RXCOUNTER 0xc00 199862306a36Sopenharmony_ci#define BZEBRA1_TXCHANGEPUMP 0x38 199962306a36Sopenharmony_ci#define BZEBRA1_RXCHANGEPUMP 0x7 200062306a36Sopenharmony_ci#define BZEBRA1_CHANNEL_NUM 0xf80 200162306a36Sopenharmony_ci#define BZEBRA1_TXLPFBW 0x400 200262306a36Sopenharmony_ci#define BZEBRA1_RXLPFBW 0x600 200362306a36Sopenharmony_ci 200462306a36Sopenharmony_ci#define BRTL8256REG_MODE_CTRL1 0x100 200562306a36Sopenharmony_ci#define BRTL8256REG_MODE_CTRL0 0x40 200662306a36Sopenharmony_ci#define BRTL8256REG_TXLPFBW 0x18 200762306a36Sopenharmony_ci#define BRTL8256REG_RXLPFBW 0x600 200862306a36Sopenharmony_ci 200962306a36Sopenharmony_ci#define BRTL8258_TXLPFBW 0xc 201062306a36Sopenharmony_ci#define BRTL8258_RXLPFBW 0xc00 201162306a36Sopenharmony_ci#define BRTL8258_RSSILPFBW 0xc0 201262306a36Sopenharmony_ci 201362306a36Sopenharmony_ci#define BBYTE0 0x1 201462306a36Sopenharmony_ci#define BBYTE1 0x2 201562306a36Sopenharmony_ci#define BBYTE2 0x4 201662306a36Sopenharmony_ci#define BBYTE3 0x8 201762306a36Sopenharmony_ci#define BWORD0 0x3 201862306a36Sopenharmony_ci#define BWORD1 0xc 201962306a36Sopenharmony_ci#define BWORD 0xf 202062306a36Sopenharmony_ci 202162306a36Sopenharmony_ci#define BENABLE 0x1 202262306a36Sopenharmony_ci#define BDISABLE 0x0 202362306a36Sopenharmony_ci 202462306a36Sopenharmony_ci#define LEFT_ANTENNA 0x0 202562306a36Sopenharmony_ci#define RIGHT_ANTENNA 0x1 202662306a36Sopenharmony_ci 202762306a36Sopenharmony_ci#define TCHECK_TXSTATUS 500 202862306a36Sopenharmony_ci#define TUPDATE_RXCOUNTER 100 202962306a36Sopenharmony_ci 203062306a36Sopenharmony_ci#endif 2031