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

/freebsd-10.0-release/sys/dev/bwi/
H A Dbwirf.c1776 int i, phy6_idx = 0; local
1872 for (phy6_idx = 0; phy6_idx < 4; ++phy6_idx) {
1873 PHY_WRITE(mac, save_phy6_regs[phy6_idx],
1874 save_phy6[phy6_idx]);
1891 for (; phy6_idx < SAVE_PHY6_MAX; ++phy6_idx) {
1892 PHY_WRITE(mac, save_phy6_regs[phy6_idx],
1893 save_phy6[phy6_idx]);
[all...]
/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwn.c6974 int i, phy6_idx = 0; local
7075 for (phy6_idx = 0; phy6_idx < 4; ++phy6_idx) {
7076 BWN_PHY_WRITE(mac, save_phy6_regs[phy6_idx],
7077 save_phy6[phy6_idx]);
7095 for (; phy6_idx < SAVE_PHY6_MAX; ++phy6_idx) {
7096 BWN_PHY_WRITE(mac, save_phy6_regs[phy6_idx],
7097 save_phy6[phy6_idx]);
[all...]

Completed in 240 milliseconds