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

/freebsd-13-stable/sys/dev/bwi/
H A Dbwirf.c1929 int i, phy3_idx = 0; local
2043 for (phy3_idx = 0; phy3_idx < 4; ++phy3_idx) {
2044 PHY_WRITE(mac, save_phy3_regs[phy3_idx],
2045 save_phy3[phy3_idx]);
2069 for (; phy3_idx < SAVE_PHY3_MAX; ++phy3_idx) {
2070 PHY_WRITE(mac, save_phy3_regs[phy3_idx],
2071 save_phy3[phy3_idx]);
[all...]
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c2744 int32_t i, tmp32, phy3_idx = 0; local
2861 for (phy3_idx = 0; phy3_idx < 4; ++phy3_idx) {
2862 BWN_PHY_WRITE(mac, save_phy3_regs[phy3_idx],
2863 save_phy3[phy3_idx]);
2886 for (; phy3_idx < SAVE_PHY3_MAX; ++phy3_idx) {
2887 BWN_PHY_WRITE(mac, save_phy3_regs[phy3_idx],
2888 save_phy3[phy3_idx]);
[all...]

Completed in 173 milliseconds