Searched refs:ladder_lo (Results 1 – 3 of 3) sorted by relevance
225 extern const struct bwn_nphy_txiqcal_ladder ladder_lo[];
2992 const struct bwn_nphy_txiqcal_ladder ladder_lo[] = { variable
5124 scale = (ladder_lo[i].percent * tmp) / 100; in bwn_nphy_update_tx_cal_ladder()5125 entry = ((scale & 0xFF) << 8) | ladder_lo[i].g_env; in bwn_nphy_update_tx_cal_ladder()