Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: ISC
0002 /*
0003  * Copyright (c) 2010 Broadcom Corporation
0004  */
0005 
0006 #define ANT_SWCTRL_TBL_REV3_IDX (0)
0007 
0008 #include <types.h>
0009 #include "phy_int.h"
0010 
0011 extern const struct phytbl_info mimophytbl_info_rev0[],
0012                 mimophytbl_info_rev0_volatile[];
0013 
0014 extern const u32 mimophytbl_info_sz_rev0,
0015          mimophytbl_info_sz_rev0_volatile;
0016 
0017 extern const struct phytbl_info mimophytbl_info_rev3[],
0018                 mimophytbl_info_rev3_volatile[],
0019                 mimophytbl_info_rev3_volatile1[],
0020                 mimophytbl_info_rev3_volatile2[],
0021                 mimophytbl_info_rev3_volatile3[];
0022 
0023 extern const u32 mimophytbl_info_sz_rev3,
0024          mimophytbl_info_sz_rev3_volatile,
0025          mimophytbl_info_sz_rev3_volatile1,
0026          mimophytbl_info_sz_rev3_volatile2,
0027          mimophytbl_info_sz_rev3_volatile3;
0028 
0029 extern const u32 noise_var_tbl_rev3[];
0030 
0031 extern const struct phytbl_info mimophytbl_info_rev7[];
0032 
0033 extern const u32 mimophytbl_info_sz_rev7;
0034 
0035 extern const u32 noise_var_tbl_rev7[];
0036 
0037 extern const struct phytbl_info mimophytbl_info_rev16[];
0038 
0039 extern const u32 mimophytbl_info_sz_rev16;