1
2
3
4
5
6 #define ANT_SWCTRL_TBL_REV3_IDX (0)
7
8 #include <types.h>
9 #include "phy_int.h"
10
11 extern const struct phytbl_info mimophytbl_info_rev0[],
12 mimophytbl_info_rev0_volatile[];
13
14 extern const u32 mimophytbl_info_sz_rev0,
15 mimophytbl_info_sz_rev0_volatile;
16
17 extern const struct phytbl_info mimophytbl_info_rev3[],
18 mimophytbl_info_rev3_volatile[],
19 mimophytbl_info_rev3_volatile1[],
20 mimophytbl_info_rev3_volatile2[],
21 mimophytbl_info_rev3_volatile3[];
22
23 extern const u32 mimophytbl_info_sz_rev3,
24 mimophytbl_info_sz_rev3_volatile,
25 mimophytbl_info_sz_rev3_volatile1,
26 mimophytbl_info_sz_rev3_volatile2,
27 mimophytbl_info_sz_rev3_volatile3;
28
29 extern const u32 noise_var_tbl_rev3[];
30
31 extern const struct phytbl_info mimophytbl_info_rev7[];
32
33 extern const u32 mimophytbl_info_sz_rev7;
34
35 extern const u32 noise_var_tbl_rev7[];
36
37 extern const struct phytbl_info mimophytbl_info_rev16[];
38
39 extern const u32 mimophytbl_info_sz_rev16;