Home
last modified time | relevance | path

Searched refs:ladder_iq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dtables_nphy.h201 extern const struct nphy_txiqcal_ladder ladder_iq[];
H A Dtables_nphy.c2948 const struct nphy_txiqcal_ladder ladder_iq[] = { variable
H A Dphy_n.c4893 scale = (ladder_iq[i].percent * tmp) / 100; in b43_nphy_update_tx_cal_ladder()
4894 entry = ((scale & 0xFF) << 8) | ladder_iq[i].g_env; in b43_nphy_update_tx_cal_ladder()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c24185 static const struct nphy_txiqcal_ladder ladder_iq[] = { in wlc_phy_update_txcal_ladder_nphy() local
24204 bbmult_scale = ladder_iq[index].percent * bbmult; in wlc_phy_update_txcal_ladder_nphy()
24208 ((bbmult_scale & 0xff) << 8) | ladder_iq[index].g_env; in wlc_phy_update_txcal_ladder_nphy()