phy: rockchip-inno-usb2: add SDP detect retry
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rtl8188eu / include / rtl8723a_spec.h
1 /******************************************************************************\r
2  *\r
3  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.\r
4  *\r
5  * This program is free software; you can redistribute it and/or modify it\r
6  * under the terms of version 2 of the GNU General Public License as\r
7  * published by the Free Software Foundation.\r
8  *\r
9  * This program is distributed in the hope that it will be useful, but WITHOUT\r
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\r
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for\r
12  * more details.\r
13  *\r
14  * You should have received a copy of the GNU General Public License along with\r
15  * this program; if not, write to the Free Software Foundation, Inc.,\r
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA\r
17  *\r
18  *******************************************************************************/\r
19 #ifndef __RTL8723A_SPEC_H__\r
20 #define __RTL8723A_SPEC_H__\r
21 \r
22 #include <rtl8192c_spec.h>\r
23 \r
24 \r
25 //============================================================================\r
26 //      8723A Regsiter offset definition\r
27 //============================================================================\r
28 \r
29 //-----------------------------------------------------\r
30 //\r
31 //      0x0000h ~ 0x00FFh       System Configuration\r
32 //\r
33 //-----------------------------------------------------\r
34 \r
35 //-----------------------------------------------------\r
36 //\r
37 //      0x0100h ~ 0x01FFh       MACTOP General Configuration\r
38 //\r
39 //-----------------------------------------------------\r
40 \r
41 //-----------------------------------------------------\r
42 //\r
43 //      0x0200h ~ 0x027Fh       TXDMA Configuration\r
44 //\r
45 //-----------------------------------------------------\r
46 \r
47 //-----------------------------------------------------\r
48 //\r
49 //      0x0280h ~ 0x02FFh       RXDMA Configuration\r
50 //\r
51 //-----------------------------------------------------\r
52 \r
53 //-----------------------------------------------------\r
54 //\r
55 //      0x0300h ~ 0x03FFh       PCIe\r
56 //\r
57 //-----------------------------------------------------\r
58 \r
59 //-----------------------------------------------------\r
60 //\r
61 //      0x0400h ~ 0x047Fh       Protocol Configuration\r
62 //\r
63 //-----------------------------------------------------\r
64 \r
65 //-----------------------------------------------------\r
66 //\r
67 //      0x0500h ~ 0x05FFh       EDCA Configuration\r
68 //\r
69 //-----------------------------------------------------\r
70 \r
71 //-----------------------------------------------------\r
72 //\r
73 //      0x0600h ~ 0x07FFh       WMAC Configuration\r
74 //\r
75 //-----------------------------------------------------\r
76 \r
77 #define REG_BT_COEX_TABLE_1             0x06C0\r
78 #define REG_BT_COEX_TABLE_2             0x06C4\r
79 \r
80 //============================================================================\r
81 //      8723 Regsiter Bit and Content definition\r
82 //============================================================================\r
83 \r
84 //2 HSISR\r
85 // interrupt mask which needs to clear\r
86 #define MASK_HSISR_CLEAR                (HSISR_GPIO12_0_INT |\\r
87                                                                 HSISR_SPS_OCP_INT |\\r
88                                                                 HSISR_RON_INT |\\r
89                                                                 HSISR_PDNINT |\\r
90                                                                 HSISR_GPIO9_INT)\r
91 \r
92 \r
93 //----------------------------------------------------------------------------\r
94 // 8723 EFUSE\r
95 //----------------------------------------------------------------------------\r
96 \r
97 //============================================================================\r
98 //      General definitions\r
99 //============================================================================\r
100 \r
101 \r
102 #endif\r
103 \r