• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12  * more details.
13  *
14  ******************************************************************************/
15 #ifndef __INC_HAL8723BPHYREG_H__
16 #define __INC_HAL8723BPHYREG_H__
17 
18 #include <Hal8192CPhyReg.h>
19 
20 /*  BB Register Definition */
21 /*  */
22 /*  4. Page9(0x900) */
23 /*  */
24 #define rDPDT_control				0x92c
25 #define rfe_ctrl_anta_src				0x930
26 #define rS0S1_PathSwitch			0x948
27 #define AGC_table_select				0xb2c
28 
29 /*  */
30 /*  PageB(0xB00) */
31 /*  */
32 #define rPdp_AntA						0xb00
33 #define rPdp_AntA_4						0xb04
34 #define rPdp_AntA_8						0xb08
35 #define rPdp_AntA_C						0xb0c
36 #define rPdp_AntA_10					0xb10
37 #define rPdp_AntA_14					0xb14
38 #define rPdp_AntA_18					0xb18
39 #define rPdp_AntA_1C					0xb1c
40 #define rPdp_AntA_20					0xb20
41 #define rPdp_AntA_24					0xb24
42 
43 #define rConfig_Pmpd_AntA				0xb28
44 #define rConfig_ram64x16				0xb2c
45 
46 #define rBndA							0xb30
47 #define rHssiPar						0xb34
48 
49 #define rConfig_AntA					0xb68
50 #define rConfig_AntB					0xb6c
51 
52 #define rPdp_AntB						0xb70
53 #define rPdp_AntB_4						0xb74
54 #define rPdp_AntB_8						0xb78
55 #define rPdp_AntB_C						0xb7c
56 #define rPdp_AntB_10					0xb80
57 #define rPdp_AntB_14					0xb84
58 #define rPdp_AntB_18					0xb88
59 #define rPdp_AntB_1C					0xb8c
60 #define rPdp_AntB_20					0xb90
61 #define rPdp_AntB_24					0xb94
62 
63 #define rConfig_Pmpd_AntB				0xb98
64 
65 #define rBndB							0xba0
66 
67 #define rAPK							0xbd8
68 #define rPm_Rx0_AntA					0xbdc
69 #define rPm_Rx1_AntA					0xbe0
70 #define rPm_Rx2_AntA					0xbe4
71 #define rPm_Rx3_AntA					0xbe8
72 #define rPm_Rx0_AntB					0xbec
73 #define rPm_Rx1_AntB					0xbf0
74 #define rPm_Rx2_AntB					0xbf4
75 #define rPm_Rx3_AntB					0xbf8
76 
77 #endif
78