Home
last modified time | relevance | path

Searched refs:phy3_idx (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bwi/
H A Dbwirf.c1927 int i, phy3_idx = 0; in bwi_rf_calc_nrssi_slope_11g() local
2041 for (phy3_idx = 0; phy3_idx < 4; ++phy3_idx) { in bwi_rf_calc_nrssi_slope_11g()
2042 PHY_WRITE(mac, save_phy3_regs[phy3_idx], in bwi_rf_calc_nrssi_slope_11g()
2043 save_phy3[phy3_idx]); in bwi_rf_calc_nrssi_slope_11g()
2067 for (; phy3_idx < SAVE_PHY3_MAX; ++phy3_idx) { in bwi_rf_calc_nrssi_slope_11g()
2068 PHY_WRITE(mac, save_phy3_regs[phy3_idx], in bwi_rf_calc_nrssi_slope_11g()
2069 save_phy3[phy3_idx]); in bwi_rf_calc_nrssi_slope_11g()
/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c2740 int32_t i, tmp32, phy3_idx = 0; in bwn_nrssi_slope_11g() local
2857 for (phy3_idx = 0; phy3_idx < 4; ++phy3_idx) { in bwn_nrssi_slope_11g()
2858 BWN_PHY_WRITE(mac, save_phy3_regs[phy3_idx], in bwn_nrssi_slope_11g()
2859 save_phy3[phy3_idx]); in bwn_nrssi_slope_11g()
2882 for (; phy3_idx < SAVE_PHY3_MAX; ++phy3_idx) { in bwn_nrssi_slope_11g()
2883 BWN_PHY_WRITE(mac, save_phy3_regs[phy3_idx], in bwn_nrssi_slope_11g()
2884 save_phy3[phy3_idx]); in bwn_nrssi_slope_11g()