Commit 7b4d189f authored by Roland Vossen's avatar Roland Vossen Committed by Greg Kroah-Hartman

staging: brcm80211: fix for checkpatch warnings in phy directory

Most of them being 'line exceeds 80 chars'. Still checkpatch warnings
for the phy dir left, these will be resolved in the subsequent commits.
Reviewed-by: default avatarPieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: default avatarHenry Ptasinski <henryp@broadcom.com>
Signed-off-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 85567f52
...@@ -126,28 +126,32 @@ struct txpwr_limits { ...@@ -126,28 +126,32 @@ struct txpwr_limits {
struct tx_power { struct tx_power {
u32 flags; u32 flags;
u16 chanspec; /* txpwr report for this channel */ u16 chanspec; /* txpwr report for this channel */
u16 local_chanspec; /* channel on which we are associated */ u16 local_chanspec; /* channel on which we are associated */
u8 local_max; /* local max according to the AP */ u8 local_max; /* local max according to the AP */
u8 local_constraint; /* local constraint according to the AP */ u8 local_constraint; /* local constraint according to the AP */
s8 antgain[2]; /* Ant gain for each band - from SROM */ s8 antgain[2]; /* Ant gain for each band - from SROM */
u8 rf_cores; /* count of RF Cores being reported */ u8 rf_cores; /* count of RF Cores being reported */
u8 est_Pout[4]; /* Latest tx power out estimate per RF chain */ u8 est_Pout[4]; /* Latest tx power out estimate per RF chain */
u8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain u8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain
* without adjustment * without adjustment */
*/ u8 est_Pout_cck; /* Latest CCK tx power out estimate */
u8 est_Pout_cck; /* Latest CCK tx power out estimate */ u8 tx_power_max[4]; /* Maximum target power among all rates */
u8 tx_power_max[4]; /* Maximum target power among all rates */ /* Index of the rate with the max target power */
u8 tx_power_max_rate_ind[4]; /* Index of the rate with the max target power */ u8 tx_power_max_rate_ind[4];
u8 user_limit[WL_TX_POWER_RATES]; /* User limit */ /* User limit */
u8 reg_limit[WL_TX_POWER_RATES]; /* Regulatory power limit */ u8 user_limit[WL_TX_POWER_RATES];
u8 board_limit[WL_TX_POWER_RATES]; /* Max power board can support (SROM) */ /* Regulatory power limit */
u8 target[WL_TX_POWER_RATES]; /* Latest target power */ u8 reg_limit[WL_TX_POWER_RATES];
/* Max power board can support (SROM) */
u8 board_limit[WL_TX_POWER_RATES];
/* Latest target power */
u8 target[WL_TX_POWER_RATES];
}; };
struct tx_inst_power { struct tx_inst_power {
u8 txpwr_est_Pout[2]; /* Latest estimate for 2.4 and 5 Ghz */ u8 txpwr_est_Pout[2]; /* Latest estimate for 2.4 and 5 Ghz */
u8 txpwr_est_Pout_gofdm; /* Pwr estimate for 2.4 OFDM */ u8 txpwr_est_Pout_gofdm; /* Pwr estimate for 2.4 OFDM */
}; };
struct brcms_chanvec { struct brcms_chanvec {
...@@ -178,7 +182,8 @@ struct shared_phy_params { ...@@ -178,7 +182,8 @@ struct shared_phy_params {
extern struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp); extern struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp);
extern struct brcms_phy_pub *wlc_phy_attach(struct shared_phy *sh, void *regs, extern struct brcms_phy_pub *wlc_phy_attach(struct shared_phy *sh, void *regs,
int bandtype, char *vars, struct wiphy *wiphy); int bandtype, char *vars,
struct wiphy *wiphy);
extern void wlc_phy_detach(struct brcms_phy_pub *ppi); extern void wlc_phy_detach(struct brcms_phy_pub *ppi);
extern bool wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype, extern bool wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype,
...@@ -222,7 +227,7 @@ extern void wlc_phy_chanspec_ch14_widefilter_set(struct brcms_phy_pub *ppi, ...@@ -222,7 +227,7 @@ extern void wlc_phy_chanspec_ch14_widefilter_set(struct brcms_phy_pub *ppi,
extern void wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band, extern void wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band,
struct brcms_chanvec *channels); struct brcms_chanvec *channels);
extern u16 wlc_phy_chanspec_band_firstch(struct brcms_phy_pub *ppi, extern u16 wlc_phy_chanspec_band_firstch(struct brcms_phy_pub *ppi,
uint band); uint band);
extern void wlc_phy_txpower_sromlimit(struct brcms_phy_pub *ppi, uint chan, extern void wlc_phy_txpower_sromlimit(struct brcms_phy_pub *ppi, uint chan,
u8 *_min_, u8 *_max_, int rate); u8 *_min_, u8 *_max_, int rate);
...@@ -289,6 +294,6 @@ extern void wlc_phy_freqtrack_end(struct brcms_phy_pub *ppi); ...@@ -289,6 +294,6 @@ extern void wlc_phy_freqtrack_end(struct brcms_phy_pub *ppi);
extern const u8 *wlc_phy_get_ofdm_rate_lookup(void); extern const u8 *wlc_phy_get_ofdm_rate_lookup(void);
extern s8 wlc_phy_get_tx_power_offset_by_mcs(struct brcms_phy_pub *ppi, extern s8 wlc_phy_get_tx_power_offset_by_mcs(struct brcms_phy_pub *ppi,
u8 mcs_offset); u8 mcs_offset);
extern s8 wlc_phy_get_tx_power_offset(struct brcms_phy_pub *ppi, u8 tbl_offset); extern s8 wlc_phy_get_tx_power_offset(struct brcms_phy_pub *ppi, u8 tbl_offset);
#endif /* _BRCM_PHY_HAL_H_ */ #endif /* _BRCM_PHY_HAL_H_ */
...@@ -42,11 +42,16 @@ extern u32 phyhal_msg_level; ...@@ -42,11 +42,16 @@ extern u32 phyhal_msg_level;
#define LCNXN_BASEREV 16 #define LCNXN_BASEREV 16
struct brcms_phy_srom_fem { struct brcms_phy_srom_fem {
u8 tssipos; /* TSSI positive slope, 1: positive, 0: negative */ /* TSSI positive slope, 1: positive, 0: negative */
u8 extpagain; /* Ext PA gain-type: full-gain: 0, pa-lite: 1, no_pa: 2 */ u8 tssipos;
u8 pdetrange; /* support 32 combinations of different Pdet dynamic ranges */ /* Ext PA gain-type: full-gain: 0, pa-lite: 1, no_pa: 2 */
u8 triso; /* TR switch isolation */ u8 extpagain;
u8 antswctrllut; /* antswctrl lookup table configuration: 32 possible choices */ /* support 32 combinations of different Pdet dynamic ranges */
u8 pdetrange;
/* TR switch isolation */
u8 triso;
/* antswctrl lookup table configuration: 32 possible choices */
u8 antswctrllut;
}; };
#undef ISNPHY #undef ISNPHY
...@@ -192,7 +197,9 @@ struct brcms_phy_srom_fem { ...@@ -192,7 +197,9 @@ struct brcms_phy_srom_fem {
#define PHY_PERICAL_WDOG_DELAY 5 #define PHY_PERICAL_WDOG_DELAY 5
#define MPHASE_TXCAL_NUMCMDS 2 #define MPHASE_TXCAL_NUMCMDS 2
#define PHY_PERICAL_MPHASE_PENDING(pi) (pi->mphase_cal_phase_id > MPHASE_CAL_STATE_IDLE)
#define PHY_PERICAL_MPHASE_PENDING(pi) \
(pi->mphase_cal_phase_id > MPHASE_CAL_STATE_IDLE)
enum { enum {
MPHASE_CAL_STATE_IDLE = 0, MPHASE_CAL_STATE_IDLE = 0,
...@@ -237,7 +244,9 @@ enum phy_cal_mode { ...@@ -237,7 +244,9 @@ enum phy_cal_mode {
#define CORDIC_AG 39797 #define CORDIC_AG 39797
#define CORDIC_NI 18 #define CORDIC_NI 18
#define FIXED(X) ((s32)((X) << 16)) #define FIXED(X) ((s32)((X) << 16))
#define FLOAT(X) (((X) >= 0) ? ((((X) >> 15) + 1) >> 1) : -((((-(X)) >> 15) + 1) >> 1))
#define FLOAT(X) \
(((X) >= 0) ? ((((X) >> 15) + 1) >> 1) : -((((-(X)) >> 15) + 1) >> 1))
#define PHY_CHAIN_TX_DISABLE_TEMP 115 #define PHY_CHAIN_TX_DISABLE_TEMP 115
#define PHY_HYSTERESIS_DELTATEMP 5 #define PHY_HYSTERESIS_DELTATEMP 5
...@@ -245,30 +254,46 @@ enum phy_cal_mode { ...@@ -245,30 +254,46 @@ enum phy_cal_mode {
#define PHY_BITSCNT(x) brcmu_bitcount((u8 *)&(x), sizeof(u8)) #define PHY_BITSCNT(x) brcmu_bitcount((u8 *)&(x), sizeof(u8))
#define MOD_PHY_REG(pi, phy_type, reg_name, field, value) \ #define MOD_PHY_REG(pi, phy_type, reg_name, field, value) \
mod_phy_reg(pi, phy_type##_##reg_name, phy_type##_##reg_name##_##field##_MASK, \ mod_phy_reg(pi, phy_type##_##reg_name, \
(value) << phy_type##_##reg_name##_##field##_##SHIFT) phy_type##_##reg_name##_##field##_MASK, \
(value) << phy_type##_##reg_name##_##field##_##SHIFT)
#define READ_PHY_REG(pi, phy_type, reg_name, field) \ #define READ_PHY_REG(pi, phy_type, reg_name, field) \
((read_phy_reg(pi, phy_type##_##reg_name) & phy_type##_##reg_name##_##field##_##MASK)\ ((read_phy_reg(pi, phy_type##_##reg_name) & \
>> phy_type##_##reg_name##_##field##_##SHIFT) phy_type##_##reg_name##_##field##_##MASK) \
>> phy_type##_##reg_name##_##field##_##SHIFT)
#define VALID_PHYTYPE(phytype) (((uint)phytype == PHY_TYPE_N) || \ #define VALID_PHYTYPE(phytype) (((uint)phytype == PHY_TYPE_N) || \
((uint)phytype == PHY_TYPE_LCN)) ((uint)phytype == PHY_TYPE_LCN))
#define VALID_N_RADIO(radioid) ((radioid == BCM2055_ID) || (radioid == BCM2056_ID) || \ #define VALID_N_RADIO(radioid) ((radioid == BCM2055_ID) || \
(radioid == BCM2057_ID)) (radioid == BCM2056_ID) || \
(radioid == BCM2057_ID))
#define VALID_LCN_RADIO(radioid) (radioid == BCM2064_ID) #define VALID_LCN_RADIO(radioid) (radioid == BCM2064_ID)
#define VALID_RADIO(pi, radioid) (\ #define VALID_RADIO(pi, radioid) ( \
(ISNPHY(pi) ? VALID_N_RADIO(radioid) : false) || \ (ISNPHY(pi) ? VALID_N_RADIO(radioid) : false) || \
(ISLCNPHY(pi) ? VALID_LCN_RADIO(radioid) : false)) (ISLCNPHY(pi) ? VALID_LCN_RADIO(radioid) : false))
#define SCAN_INPROG_PHY(pi) \
(mboolisset(pi->measure_hold, PHY_HOLD_FOR_SCAN))
#define RM_INPROG_PHY(pi) (mboolisset(pi->measure_hold, PHY_HOLD_FOR_RM))
#define PLT_INPROG_PHY(pi) (mboolisset(pi->measure_hold, PHY_HOLD_FOR_PLT))
#define ASSOC_INPROG_PHY(pi) \
(mboolisset(pi->measure_hold, PHY_HOLD_FOR_ASSOC))
#define SCAN_INPROG_PHY(pi) (mboolisset(pi->measure_hold, PHY_HOLD_FOR_SCAN)) #define SCAN_RM_IN_PROGRESS(pi) \
#define RM_INPROG_PHY(pi) (mboolisset(pi->measure_hold, PHY_HOLD_FOR_RM)) (mboolisset(pi->measure_hold, PHY_HOLD_FOR_SCAN | PHY_HOLD_FOR_RM))
#define PLT_INPROG_PHY(pi) (mboolisset(pi->measure_hold, PHY_HOLD_FOR_PLT))
#define ASSOC_INPROG_PHY(pi) (mboolisset(pi->measure_hold, PHY_HOLD_FOR_ASSOC)) #define PHY_MUTED(pi) \
#define SCAN_RM_IN_PROGRESS(pi) (mboolisset(pi->measure_hold, PHY_HOLD_FOR_SCAN | PHY_HOLD_FOR_RM)) (mboolisset(pi->measure_hold, PHY_HOLD_FOR_MUTE))
#define PHY_MUTED(pi) (mboolisset(pi->measure_hold, PHY_HOLD_FOR_MUTE))
#define PUB_NOT_ASSOC(pi) (mboolisset(pi->measure_hold, PHY_HOLD_FOR_NOT_ASSOC)) #define PUB_NOT_ASSOC(pi) \
(mboolisset(pi->measure_hold, PHY_HOLD_FOR_NOT_ASSOC))
#if defined(EXT_CBALL) #if defined(EXT_CBALL)
#define NORADIO_ENAB(pub) ((pub).radioid == NORADIO_ID) #define NORADIO_ENAB(pub) ((pub).radioid == NORADIO_ID)
...@@ -568,18 +593,18 @@ struct brcms_phy_pub { ...@@ -568,18 +593,18 @@ struct brcms_phy_pub {
}; };
struct phy_func_ptr { struct phy_func_ptr {
void (*init) (struct brcms_phy *); void (*init)(struct brcms_phy *);
void (*calinit) (struct brcms_phy *); void (*calinit)(struct brcms_phy *);
void (*chanset) (struct brcms_phy *, u16 chanspec); void (*chanset)(struct brcms_phy *, u16 chanspec);
void (*txpwrrecalc) (struct brcms_phy *); void (*txpwrrecalc)(struct brcms_phy *);
int (*longtrn) (struct brcms_phy *, int); int (*longtrn)(struct brcms_phy *, int);
void (*txiqccget) (struct brcms_phy *, u16 *, u16 *); void (*txiqccget)(struct brcms_phy *, u16 *, u16 *);
void (*txiqccset) (struct brcms_phy *, u16, u16); void (*txiqccset)(struct brcms_phy *, u16, u16);
u16(*txloccget) (struct brcms_phy *); u16 (*txloccget)(struct brcms_phy *);
void (*radioloftget) (struct brcms_phy *, u8 *, u8 *, u8 *, u8 *); void (*radioloftget)(struct brcms_phy *, u8 *, u8 *, u8 *, u8 *);
void (*carrsuppr) (struct brcms_phy *); void (*carrsuppr)(struct brcms_phy *);
s32(*rxsigpwr) (struct brcms_phy *, s32); s32 (*rxsigpwr)(struct brcms_phy *, s32);
void (*detach) (struct brcms_phy *); void (*detach)(struct brcms_phy *);
}; };
struct brcms_phy { struct brcms_phy {
...@@ -712,7 +737,7 @@ struct brcms_phy { ...@@ -712,7 +737,7 @@ struct brcms_phy {
u16 mintxbias; u16 mintxbias;
u16 mintxmag; u16 mintxmag;
struct lo_complex_abgphy_info gphy_locomp_iq struct lo_complex_abgphy_info gphy_locomp_iq
[STATIC_NUM_RF][STATIC_NUM_BB]; [STATIC_NUM_RF][STATIC_NUM_BB];
s8 stats_11b_txpower[STATIC_NUM_RF][STATIC_NUM_BB]; s8 stats_11b_txpower[STATIC_NUM_RF][STATIC_NUM_BB];
u16 gain_table[TX_GAIN_TABLE_LENGTH]; u16 gain_table[TX_GAIN_TABLE_LENGTH];
bool loopback_gain; bool loopback_gain;
...@@ -955,26 +980,29 @@ struct lcnphy_radio_regs { ...@@ -955,26 +980,29 @@ struct lcnphy_radio_regs {
extern struct lcnphy_radio_regs lcnphy_radio_regs_2064[]; extern struct lcnphy_radio_regs lcnphy_radio_regs_2064[];
extern struct lcnphy_radio_regs lcnphy_radio_regs_2066[]; extern struct lcnphy_radio_regs lcnphy_radio_regs_2066[];
extern struct radio_regs regs_2055[], regs_SYN_2056[], regs_TX_2056[], extern struct radio_regs regs_2055[], regs_SYN_2056[], regs_TX_2056[],
regs_RX_2056[]; regs_RX_2056[];
extern struct radio_regs regs_SYN_2056_A1[], regs_TX_2056_A1[], extern struct radio_regs regs_SYN_2056_A1[], regs_TX_2056_A1[],
regs_RX_2056_A1[]; regs_RX_2056_A1[];
extern struct radio_regs regs_SYN_2056_rev5[], regs_TX_2056_rev5[], extern struct radio_regs regs_SYN_2056_rev5[], regs_TX_2056_rev5[],
regs_RX_2056_rev5[]; regs_RX_2056_rev5[];
extern struct radio_regs regs_SYN_2056_rev6[], regs_TX_2056_rev6[], extern struct radio_regs regs_SYN_2056_rev6[], regs_TX_2056_rev6[],
regs_RX_2056_rev6[]; regs_RX_2056_rev6[];
extern struct radio_regs regs_SYN_2056_rev7[], regs_TX_2056_rev7[], extern struct radio_regs regs_SYN_2056_rev7[], regs_TX_2056_rev7[],
regs_RX_2056_rev7[]; regs_RX_2056_rev7[];
extern struct radio_regs regs_SYN_2056_rev8[], regs_TX_2056_rev8[], extern struct radio_regs regs_SYN_2056_rev8[], regs_TX_2056_rev8[],
regs_RX_2056_rev8[]; regs_RX_2056_rev8[];
extern struct radio_20xx_regs regs_2057_rev4[], regs_2057_rev5[], extern struct radio_20xx_regs regs_2057_rev4[], regs_2057_rev5[],
regs_2057_rev5v1[]; regs_2057_rev5v1[];
extern struct radio_20xx_regs regs_2057_rev7[], regs_2057_rev8[]; extern struct radio_20xx_regs regs_2057_rev7[], regs_2057_rev8[];
extern char *phy_getvar(struct brcms_phy *pi, const char *name); extern char *phy_getvar(struct brcms_phy *pi, const char *name);
extern int phy_getintvar(struct brcms_phy *pi, const char *name); extern int phy_getintvar(struct brcms_phy *pi, const char *name);
#define PHY_GETVAR(pi, name) phy_getvar(pi, name)
#define PHY_GETINTVAR(pi, name) phy_getintvar(pi, name) #define PHY_GETVAR(pi, name) phy_getvar(pi, name)
#define PHY_GETINTVAR(pi, name) phy_getintvar(pi, name)
extern u16 read_phy_reg(struct brcms_phy *pi, u16 addr); extern u16 read_phy_reg(struct brcms_phy *pi, u16 addr);
extern void write_phy_reg(struct brcms_phy *pi, u16 addr, u16 val); extern void write_phy_reg(struct brcms_phy *pi, u16 addr, u16 val);
...@@ -1131,13 +1159,17 @@ extern void wlc_phy_stay_in_carriersearch_nphy(struct brcms_phy *pi, ...@@ -1131,13 +1159,17 @@ extern void wlc_phy_stay_in_carriersearch_nphy(struct brcms_phy *pi,
bool enable); bool enable);
extern void wlc_nphy_deaf_mode(struct brcms_phy *pi, bool mode); extern void wlc_nphy_deaf_mode(struct brcms_phy *pi, bool mode);
#define wlc_phy_write_table_nphy(pi, pti) wlc_phy_write_table(pi, pti, 0x72, \ #define wlc_phy_write_table_nphy(pi, pti) \
0x74, 0x73) wlc_phy_write_table(pi, pti, 0x72, 0x74, 0x73)
#define wlc_phy_read_table_nphy(pi, pti) wlc_phy_read_table(pi, pti, 0x72, \
0x74, 0x73) #define wlc_phy_read_table_nphy(pi, pti) \
#define wlc_nphy_table_addr(pi, id, off) wlc_phy_table_addr((pi), (id), (off), \ wlc_phy_read_table(pi, pti, 0x72, 0x74, 0x73)
0x72, 0x74, 0x73)
#define wlc_nphy_table_data_write(pi, w, v) wlc_phy_table_data_write((pi), (w), (v)) #define wlc_nphy_table_addr(pi, id, off) \
wlc_phy_table_addr((pi), (id), (off), 0x72, 0x74, 0x73)
#define wlc_nphy_table_data_write(pi, w, v) \
wlc_phy_table_data_write((pi), (w), (v))
extern void wlc_phy_table_read_nphy(struct brcms_phy *pi, u32, u32 l, u32 o, extern void wlc_phy_table_read_nphy(struct brcms_phy *pi, u32, u32 l, u32 o,
u32 w, void *d); u32 w, void *d);
...@@ -1218,7 +1250,7 @@ extern void wlc_phy_nphy_tkip_rifs_war(struct brcms_phy *pi, u8 rifs); ...@@ -1218,7 +1250,7 @@ extern void wlc_phy_nphy_tkip_rifs_war(struct brcms_phy *pi, u8 rifs);
void wlc_phy_get_pwrdet_offsets(struct brcms_phy *pi, s8 *cckoffset, void wlc_phy_get_pwrdet_offsets(struct brcms_phy *pi, s8 *cckoffset,
s8 *ofdmoffset); s8 *ofdmoffset);
extern s8 wlc_phy_upd_rssi_offset(struct brcms_phy *pi, s8 rssi, extern s8 wlc_phy_upd_rssi_offset(struct brcms_phy *pi, s8 rssi,
u16 chanspec); u16 chanspec);
extern bool wlc_phy_n_txpower_ipa_ison(struct brcms_phy *pih); extern bool wlc_phy_n_txpower_ipa_ison(struct brcms_phy *pih);
#endif /* _BRCM_PHY_INT_H_ */ #endif /* _BRCM_PHY_INT_H_ */
...@@ -17,21 +17,23 @@ ...@@ -17,21 +17,23 @@
#include "phy_qmath.h" #include "phy_qmath.h"
/* /*
Description: This function make 16 bit unsigned multiplication. To fit the output into * Description: This function make 16 bit unsigned multiplication.
16 bits the 32 bit multiplication result is right shifted by 16 bits. * To fit the output into 16 bits the 32 bit multiplication result is right
*/ * shifted by 16 bits.
*/
u16 qm_mulu16(u16 op1, u16 op2) u16 qm_mulu16(u16 op1, u16 op2)
{ {
return (u16) (((u32) op1 * (u32) op2) >> 16); return (u16) (((u32) op1 * (u32) op2) >> 16);
} }
/* /*
Description: This function make 16 bit multiplication and return the result in 16 bits. * Description: This function make 16 bit multiplication and return the result
To fit the multiplication result into 16 bits the multiplication result is right shifted by * in 16 bits. To fit the multiplication result into 16 bits the multiplication
15 bits. Right shifting 15 bits instead of 16 bits is done to remove the extra sign bit formed * result is right shifted by 15 bits. Right shifting 15 bits instead of 16 bits
due to the multiplication. * is done to remove the extra sign bit formed due to the multiplication.
When both the 16bit inputs are 0x8000 then the output is saturated to 0x7fffffff. * When both the 16bit inputs are 0x8000 then the output is saturated to
*/ * 0x7fffffff.
*/
s16 qm_muls16(s16 op1, s16 op2) s16 qm_muls16(s16 op1, s16 op2)
{ {
s32 result; s32 result;
...@@ -44,9 +46,10 @@ s16 qm_muls16(s16 op1, s16 op2) ...@@ -44,9 +46,10 @@ s16 qm_muls16(s16 op1, s16 op2)
} }
/* /*
Description: This function add two 32 bit numbers and return the 32bit result. * Description: This function add two 32 bit numbers and return the 32bit
If the result overflow 32 bits, the output will be saturated to 32bits. * result. If the result overflow 32 bits, the output will be saturated to
*/ * 32bits.
*/
s32 qm_add32(s32 op1, s32 op2) s32 qm_add32(s32 op1, s32 op2)
{ {
s32 result; s32 result;
...@@ -60,9 +63,10 @@ s32 qm_add32(s32 op1, s32 op2) ...@@ -60,9 +63,10 @@ s32 qm_add32(s32 op1, s32 op2)
} }
/* /*
Description: This function add two 16 bit numbers and return the 16bit result. * Description: This function add two 16 bit numbers and return the 16bit
If the result overflow 16 bits, the output will be saturated to 16bits. * result. If the result overflow 16 bits, the output will be saturated to
*/ * 16bits.
*/
s16 qm_add16(s16 op1, s16 op2) s16 qm_add16(s16 op1, s16 op2)
{ {
s16 result; s16 result;
...@@ -78,9 +82,10 @@ s16 qm_add16(s16 op1, s16 op2) ...@@ -78,9 +82,10 @@ s16 qm_add16(s16 op1, s16 op2)
} }
/* /*
Description: This function make 16 bit subtraction and return the 16bit result. * Description: This function make 16 bit subtraction and return the 16bit
If the result overflow 16 bits, the output will be saturated to 16bits. * result. If the result overflow 16 bits, the output will be saturated to
*/ * 16bits.
*/
s16 qm_sub16(s16 op1, s16 op2) s16 qm_sub16(s16 op1, s16 op2)
{ {
s16 result; s16 result;
...@@ -96,10 +101,11 @@ s16 qm_sub16(s16 op1, s16 op2) ...@@ -96,10 +101,11 @@ s16 qm_sub16(s16 op1, s16 op2)
} }
/* /*
Description: This function make a 32 bit saturated left shift when the specified shift * Description: This function make a 32 bit saturated left shift when the
is +ve. This function will make a 32 bit right shift when the specified shift is -ve. * specified shift is +ve. This function will make a 32 bit right shift when
This function return the result after shifting operation. * the specified shift is -ve. This function return the result after shifting
*/ * operation.
*/
s32 qm_shl32(s32 op, int shift) s32 qm_shl32(s32 op, int shift)
{ {
int i; int i;
...@@ -120,10 +126,11 @@ s32 qm_shl32(s32 op, int shift) ...@@ -120,10 +126,11 @@ s32 qm_shl32(s32 op, int shift)
} }
/* /*
Description: This function make a 16 bit saturated left shift when the specified shift * Description: This function make a 16 bit saturated left shift when the
is +ve. This function will make a 16 bit right shift when the specified shift is -ve. * specified shift is +ve. This function will make a 16 bit right shift when
This function return the result after shifting operation. * the specified shift is -ve. This function return the result after shifting
*/ * operation.
*/
s16 qm_shl16(s16 op, int shift) s16 qm_shl16(s16 op, int shift)
{ {
int i; int i;
...@@ -144,19 +151,19 @@ s16 qm_shl16(s16 op, int shift) ...@@ -144,19 +151,19 @@ s16 qm_shl16(s16 op, int shift)
} }
/* /*
Description: This function make a 16 bit right shift when shift is +ve. * Description: This function make a 16 bit right shift when shift is +ve.
This function make a 16 bit saturated left shift when shift is -ve. This function * This function make a 16 bit saturated left shift when shift is -ve. This
return the result of the shift operation. * function return the result of the shift operation.
*/ */
s16 qm_shr16(s16 op, int shift) s16 qm_shr16(s16 op, int shift)
{ {
return qm_shl16(op, -shift); return qm_shl16(op, -shift);
} }
/* /*
Description: This function return the number of redundant sign bits in a 32 bit number. * Description: This function return the number of redundant sign bits in a
Example: qm_norm32(0x00000080) = 23 * 32 bit number. Example: qm_norm32(0x00000080) = 23
*/ */
s16 qm_norm32(s32 op) s16 qm_norm32(s32 op)
{ {
u16 u16extraSignBits; u16 u16extraSignBits;
...@@ -208,28 +215,30 @@ static const s16 log_table[] = { ...@@ -208,28 +215,30 @@ static const s16 log_table[] = {
32024 32024
}; };
#define LOG_TABLE_SIZE 32 /* log_table size */ #define LOG_TABLE_SIZE 32 /* log_table size */
#define LOG2_LOG_TABLE_SIZE 5 /* log2(log_table size) */ #define LOG2_LOG_TABLE_SIZE 5 /* log2(log_table size) */
#define Q_LOG_TABLE 15 /* qformat of log_table */ #define Q_LOG_TABLE 15 /* qformat of log_table */
#define LOG10_2 19728 /* log10(2) in q.16 */ #define LOG10_2 19728 /* log10(2) in q.16 */
/* /*
Description: * Description:
This routine takes the input number N and its q format qN and compute * This routine takes the input number N and its q format qN and compute
the log10(N). This routine first normalizes the input no N. Then N is in mag*(2^x) format. * the log10(N). This routine first normalizes the input no N. Then N is in
mag is any number in the range 2^30-(2^31 - 1). Then log2(mag * 2^x) = log2(mag) + x is computed. * mag*(2^x) format. mag is any number in the range 2^30-(2^31 - 1).
From that log10(mag * 2^x) = log2(mag * 2^x) * log10(2) is computed. * Then log2(mag * 2^x) = log2(mag) + x is computed. From that
This routine looks the log2 value in the table considering LOG2_LOG_TABLE_SIZE+1 MSBs. * log10(mag * 2^x) = log2(mag * 2^x) * log10(2) is computed.
As the MSB is always 1, only next LOG2_OF_LOG_TABLE_SIZE MSBs are used for table lookup. * This routine looks the log2 value in the table considering
Next 16 MSBs are used for interpolation. * LOG2_LOG_TABLE_SIZE+1 MSBs. As the MSB is always 1, only next
Inputs: * LOG2_OF_LOG_TABLE_SIZE MSBs are used for table lookup. Next 16 MSBs are used
N - number to which log10 has to be found. * for interpolation.
qN - q format of N * Inputs:
log10N - address where log10(N) will be written. * N - number to which log10 has to be found.
qLog10N - address where log10N qformat will be written. * qN - q format of N
Note/Problem: * log10N - address where log10(N) will be written.
For accurate results input should be in normalized or near normalized form. * qLog10N - address where log10N qformat will be written.
*/ * Note/Problem:
* For accurate results input should be in normalized or near normalized form.
*/
void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N) void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N)
{ {
s16 s16norm, s16tableIndex, s16errorApproximation; s16 s16norm, s16tableIndex, s16errorApproximation;
...@@ -248,12 +257,13 @@ void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N) ...@@ -248,12 +257,13 @@ void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N)
*/ */
qN = qN + s16norm - 30; qN = qN + s16norm - 30;
/* take the table index as the LOG2_OF_LOG_TABLE_SIZE bits right of the MSB */ /* take the table index as the LOG2_OF_LOG_TABLE_SIZE bits right of the
* MSB */
s16tableIndex = (s16) (N >> (32 - (2 + LOG2_LOG_TABLE_SIZE))); s16tableIndex = (s16) (N >> (32 - (2 + LOG2_LOG_TABLE_SIZE)));
/* remove the MSB. the MSB is always 1 after normalization. */ /* remove the MSB. the MSB is always 1 after normalization. */
s16tableIndex = s16tableIndex =
s16tableIndex & (s16) ((1 << LOG2_LOG_TABLE_SIZE) - 1); s16tableIndex & (s16) ((1 << LOG2_LOG_TABLE_SIZE) - 1);
/* remove the (1+LOG2_OF_LOG_TABLE_SIZE) MSBs in the N. */ /* remove the (1+LOG2_OF_LOG_TABLE_SIZE) MSBs in the N. */
N = N & ((1 << (32 - (2 + LOG2_LOG_TABLE_SIZE))) - 1); N = N & ((1 << (32 - (2 + LOG2_LOG_TABLE_SIZE))) - 1);
...@@ -263,23 +273,27 @@ void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N) ...@@ -263,23 +273,27 @@ void qm_log10(s32 N, s16 qN, s16 *log10N, s16 *qLog10N)
u16offset = (u16) (N >> (32 - (2 + LOG2_LOG_TABLE_SIZE + 16))); u16offset = (u16) (N >> (32 - (2 + LOG2_LOG_TABLE_SIZE + 16)));
/* look the log value in the table. */ /* look the log value in the table. */
s32log = log_table[s16tableIndex]; /* q.15 format */ s32log = log_table[s16tableIndex]; /* q.15 format */
/* interpolate using the offset. */ /* interpolate using the offset. q.15 format. */
s16errorApproximation = (s16) qm_mulu16(u16offset, (u16) (log_table[s16tableIndex + 1] - log_table[s16tableIndex])); /* q.15 */ s16errorApproximation = (s16) qm_mulu16(u16offset,
(u16) (log_table[s16tableIndex + 1] -
log_table[s16tableIndex]));
s32log = qm_add16((s16) s32log, s16errorApproximation); /* q.15 format */ /* q.15 format */
s32log = qm_add16((s16) s32log, s16errorApproximation);
/* adjust for the qformat of the N as /* adjust for the qformat of the N as
* log2(mag * 2^x) = log2(mag) + x * log2(mag * 2^x) = log2(mag) + x
*/ */
s32log = qm_add32(s32log, ((s32) -qN) << 15); /* q.15 format */ s32log = qm_add32(s32log, ((s32) -qN) << 15); /* q.15 format */
/* normalize the result. */ /* normalize the result. */
s16norm = qm_norm32(s32log); s16norm = qm_norm32(s32log);
/* bring all the important bits into lower 16 bits */ /* bring all the important bits into lower 16 bits */
s32log = qm_shl32(s32log, s16norm - 16); /* q.15+s16norm-16 format */ /* q.15+s16norm-16 format */
s32log = qm_shl32(s32log, s16norm - 16);
/* compute the log10(N) by multiplying log2(N) with log10(2). /* compute the log10(N) by multiplying log2(N) with log10(2).
* as log10(mag * 2^x) = log2(mag * 2^x) * log10(2) * as log10(mag * 2^x) = log2(mag * 2^x) * log10(2)
......
...@@ -4522,7 +4522,8 @@ const struct phytbl_info mimophytbl_info_rev0[] = { ...@@ -4522,7 +4522,8 @@ const struct phytbl_info mimophytbl_info_rev0[] = {
{&chanest_tbl_rev0, {&chanest_tbl_rev0,
sizeof(chanest_tbl_rev0) / sizeof(chanest_tbl_rev0[0]), 22, 0, 32} sizeof(chanest_tbl_rev0) / sizeof(chanest_tbl_rev0[0]), 22, 0, 32}
, ,
{&mcs_tbl_rev0, sizeof(mcs_tbl_rev0) / sizeof(mcs_tbl_rev0[0]), 18, 0, 8} {&mcs_tbl_rev0, sizeof(mcs_tbl_rev0) / sizeof(mcs_tbl_rev0[0]), 18, 0,
8}
, ,
{&noise_var_tbl0_rev0, {&noise_var_tbl0_rev0,
sizeof(noise_var_tbl0_rev0) / sizeof(noise_var_tbl0_rev0[0]), 16, 0, sizeof(noise_var_tbl0_rev0) / sizeof(noise_var_tbl0_rev0[0]), 16, 0,
......
...@@ -20,21 +20,31 @@ ...@@ -20,21 +20,31 @@
#include "phy_int.h" #include "phy_int.h"
extern const struct phytbl_info mimophytbl_info_rev0[], extern const struct phytbl_info mimophytbl_info_rev0[],
mimophytbl_info_rev0_volatile[]; mimophytbl_info_rev0_volatile[];
extern const u32 mimophytbl_info_sz_rev0, mimophytbl_info_sz_rev0_volatile;
extern const u32 mimophytbl_info_sz_rev0,
mimophytbl_info_sz_rev0_volatile;
extern const struct phytbl_info mimophytbl_info_rev3[], extern const struct phytbl_info mimophytbl_info_rev3[],
mimophytbl_info_rev3_volatile[], mimophytbl_info_rev3_volatile1[], mimophytbl_info_rev3_volatile[],
mimophytbl_info_rev3_volatile2[], mimophytbl_info_rev3_volatile3[]; mimophytbl_info_rev3_volatile1[],
extern const u32 mimophytbl_info_sz_rev3, mimophytbl_info_sz_rev3_volatile, mimophytbl_info_rev3_volatile2[],
mimophytbl_info_sz_rev3_volatile1, mimophytbl_info_sz_rev3_volatile2, mimophytbl_info_rev3_volatile3[];
mimophytbl_info_sz_rev3_volatile3;
extern const u32 mimophytbl_info_sz_rev3,
mimophytbl_info_sz_rev3_volatile,
mimophytbl_info_sz_rev3_volatile1,
mimophytbl_info_sz_rev3_volatile2,
mimophytbl_info_sz_rev3_volatile3;
extern const u32 noise_var_tbl_rev3[]; extern const u32 noise_var_tbl_rev3[];
extern const struct phytbl_info mimophytbl_info_rev7[]; extern const struct phytbl_info mimophytbl_info_rev7[];
extern const u32 mimophytbl_info_sz_rev7; extern const u32 mimophytbl_info_sz_rev7;
extern const u32 noise_var_tbl_rev7[]; extern const u32 noise_var_tbl_rev7[];
extern const struct phytbl_info mimophytbl_info_rev16[]; extern const struct phytbl_info mimophytbl_info_rev16[];
extern const u32 mimophytbl_info_sz_rev16; extern const u32 mimophytbl_info_sz_rev16;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment