Home
last modified time | relevance | path

Searched refs:ladder_lo (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.h225 extern const struct bwn_nphy_txiqcal_ladder ladder_lo[];
H A Dif_bwn_phy_n_tables.c2992 const struct bwn_nphy_txiqcal_ladder ladder_lo[] = { variable
H A Dif_bwn_phy_n_core.c5124 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()