1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 #ifndef _BRCM_PHY_SHIM_H_
22 #define _BRCM_PHY_SHIM_H_
23
24 #include "types.h"
25
26 #define RADAR_TYPE_NONE 0
27 #define RADAR_TYPE_ETSI_1 1
28 #define RADAR_TYPE_ETSI_2 2
29 #define RADAR_TYPE_ETSI_3 3
30 #define RADAR_TYPE_ITU_E 4
31 #define RADAR_TYPE_ITU_K 5
32 #define RADAR_TYPE_UNCLASSIFIED 6
33 #define RADAR_TYPE_BIN5 7
34 #define RADAR_TYPE_STG2 8
35 #define RADAR_TYPE_STG3 9
36 #define RADAR_TYPE_FRA 10
37
38
39 #define FRA_T1_20MHZ 52770
40 #define FRA_T2_20MHZ 61538
41 #define FRA_T3_20MHZ 66002
42 #define FRA_T1_40MHZ 105541
43 #define FRA_T2_40MHZ 123077
44 #define FRA_T3_40MHZ 132004
45 #define FRA_ERR_20MHZ 60
46 #define FRA_ERR_40MHZ 120
47
48 #define ANTSEL_NA 0
49 #define ANTSEL_2x4 1
50 #define ANTSEL_2x3 2
51
52
53 #define ANT_RX_DIV_FORCE_0 0
54 #define ANT_RX_DIV_FORCE_1 1
55 #define ANT_RX_DIV_START_1 2
56 #define ANT_RX_DIV_START_0 3
57 #define ANT_RX_DIV_ENABLE 3
58 #define ANT_RX_DIV_DEF ANT_RX_DIV_START_0
59
60 #define WL_ANT_RX_MAX 2
61 #define WL_ANT_HT_RX_MAX 3
62 #define WL_ANT_IDX_1 0
63 #define WL_ANT_IDX_2 1
64
65
66 #define BRCMS_N_PREAMBLE_MIXEDMODE 0
67 #define BRCMS_N_PREAMBLE_GF 1
68 #define BRCMS_N_PREAMBLE_GF_BRCM 2
69
70 #define WL_TX_POWER_RATES_LEGACY 45
71 #define WL_TX_POWER_MCS20_FIRST 12
72 #define WL_TX_POWER_MCS20_NUM 16
73 #define WL_TX_POWER_MCS40_FIRST 28
74 #define WL_TX_POWER_MCS40_NUM 17
75
76
77 #define WL_TX_POWER_RATES 101
78 #define WL_TX_POWER_CCK_FIRST 0
79 #define WL_TX_POWER_CCK_NUM 4
80
81 #define WL_TX_POWER_OFDM_FIRST 4
82
83 #define WL_TX_POWER_OFDM20_CDD_FIRST 12
84
85 #define WL_TX_POWER_OFDM40_SISO_FIRST 52
86
87 #define WL_TX_POWER_OFDM40_CDD_FIRST 60
88 #define WL_TX_POWER_OFDM_NUM 8
89
90 #define WL_TX_POWER_MCS20_SISO_FIRST 20
91
92 #define WL_TX_POWER_MCS20_CDD_FIRST 28
93
94 #define WL_TX_POWER_MCS20_STBC_FIRST 36
95
96 #define WL_TX_POWER_MCS20_SDM_FIRST 44
97
98 #define WL_TX_POWER_MCS40_SISO_FIRST 68
99
100 #define WL_TX_POWER_MCS40_CDD_FIRST 76
101
102 #define WL_TX_POWER_MCS40_STBC_FIRST 84
103
104 #define WL_TX_POWER_MCS40_SDM_FIRST 92
105 #define WL_TX_POWER_MCS_1_STREAM_NUM 8
106 #define WL_TX_POWER_MCS_2_STREAM_NUM 8
107
108 #define WL_TX_POWER_MCS_32 100
109 #define WL_TX_POWER_MCS_32_NUM 1
110
111
112
113 #define WL_TX_POWER_MCS20_SISO_FIRST_SSN 12
114
115
116 #define WL_TX_POWER_F_ENABLED 1
117 #define WL_TX_POWER_F_HW 2
118 #define WL_TX_POWER_F_MIMO 4
119 #define WL_TX_POWER_F_SISO 8
120
121
122 #define BRCMS_N_TXRX_CHAIN0 0
123 #define BRCMS_N_TXRX_CHAIN1 1
124
125 struct brcms_phy;
126
127 struct phy_shim_info *wlc_phy_shim_attach(struct brcms_hardware *wlc_hw,
128 struct brcms_info *wl,
129 struct brcms_c_info *wlc);
130 void wlc_phy_shim_detach(struct phy_shim_info *physhim);
131
132
133 struct wlapi_timer *wlapi_init_timer(struct phy_shim_info *physhim,
134 void (*fn)(struct brcms_phy *pi),
135 void *arg, const char *name);
136 void wlapi_free_timer(struct wlapi_timer *t);
137 void wlapi_add_timer(struct wlapi_timer *t, uint ms, int periodic);
138 bool wlapi_del_timer(struct wlapi_timer *t);
139 void wlapi_intrson(struct phy_shim_info *physhim);
140 u32 wlapi_intrsoff(struct phy_shim_info *physhim);
141 void wlapi_intrsrestore(struct phy_shim_info *physhim, u32 macintmask);
142
143 void wlapi_bmac_write_shm(struct phy_shim_info *physhim, uint offset, u16 v);
144 u16 wlapi_bmac_read_shm(struct phy_shim_info *physhim, uint offset);
145 void wlapi_bmac_mhf(struct phy_shim_info *physhim, u8 idx, u16 mask, u16 val,
146 int bands);
147 void wlapi_bmac_corereset(struct phy_shim_info *physhim, u32 flags);
148 void wlapi_suspend_mac_and_wait(struct phy_shim_info *physhim);
149 void wlapi_switch_macfreq(struct phy_shim_info *physhim, u8 spurmode);
150 void wlapi_enable_mac(struct phy_shim_info *physhim);
151 void wlapi_bmac_mctrl(struct phy_shim_info *physhim, u32 mask, u32 val);
152 void wlapi_bmac_phy_reset(struct phy_shim_info *physhim);
153 void wlapi_bmac_bw_set(struct phy_shim_info *physhim, u16 bw);
154 void wlapi_bmac_phyclk_fgc(struct phy_shim_info *physhim, bool clk);
155 void wlapi_bmac_macphyclk_set(struct phy_shim_info *physhim, bool clk);
156 void wlapi_bmac_core_phypll_ctl(struct phy_shim_info *physhim, bool on);
157 void wlapi_bmac_core_phypll_reset(struct phy_shim_info *physhim);
158 void wlapi_bmac_ucode_wake_override_phyreg_set(struct phy_shim_info *physhim);
159 void wlapi_bmac_ucode_wake_override_phyreg_clear(struct phy_shim_info *physhim);
160 void wlapi_bmac_write_template_ram(struct phy_shim_info *physhim, int o,
161 int len, void *buf);
162 u16 wlapi_bmac_rate_shm_offset(struct phy_shim_info *physhim, u8 rate);
163 void wlapi_ucode_sample_init(struct phy_shim_info *physhim);
164 void wlapi_copyfrom_objmem(struct phy_shim_info *physhim, uint, void *buf,
165 int, u32 sel);
166 void wlapi_copyto_objmem(struct phy_shim_info *physhim, uint, const void *buf,
167 int, u32);
168
169 void wlapi_high_update_phy_mode(struct phy_shim_info *physhim, u32 phy_mode);
170 u16 wlapi_bmac_get_txant(struct phy_shim_info *physhim);
171
172 #endif