sys/dev/bwi/bwiphy.c
535
CSR_WRITE_2(sc, BWI_RF_ANTDIV, 0);
sys/dev/bwi/bwirf.c
1281
ant_div = CSR_READ_2(sc, BWI_RF_ANTDIV);
sys/dev/bwi/bwirf.c
1282
CSR_WRITE_2(sc, BWI_RF_ANTDIV, ant_div | 0x8000);
sys/dev/bwi/bwirf.c
1374
CSR_WRITE_2(sc, BWI_RF_ANTDIV, ant_div);
sys/dev/bwi/bwirf.c
1662
ant_div = CSR_READ_2(sc, BWI_RF_ANTDIV);
sys/dev/bwi/bwirf.c
1715
CSR_WRITE_2(sc, BWI_RF_ANTDIV, ant_div);
sys/dev/bwi/bwirf.c
1940
ant_div = CSR_READ_2(sc, BWI_RF_ANTDIV);
sys/dev/bwi/bwirf.c
1941
CSR_SETBITS_2(sc, BWI_RF_ANTDIV, 0x8000);
sys/dev/bwi/bwirf.c
2054
CSR_WRITE_2(sc, BWI_RF_ANTDIV, ant_div);
sys/dev/bwi/bwirf.c
815
CSR_SETBITS_2(sc, BWI_RF_ANTDIV, 0x8000);
sys/dev/bwi/bwirf.c
992
CSR_CLRBITS_2(sc, BWI_RF_ANTDIV, 0x8000);