sys/dev/ic/rt2860.c
116
void rt2860_rf_write(struct rt2860_softc *, uint8_t, uint32_t);
sys/dev/ic/rt2860.c
2255
rt2860_rf_write(sc, RT2860_RF1, rfprog[i].r1);
sys/dev/ic/rt2860.c
2256
rt2860_rf_write(sc, RT2860_RF2, r2);
sys/dev/ic/rt2860.c
2257
rt2860_rf_write(sc, RT2860_RF3, r3);
sys/dev/ic/rt2860.c
2258
rt2860_rf_write(sc, RT2860_RF4, r4);
sys/dev/ic/rt2860.c
2262
rt2860_rf_write(sc, RT2860_RF1, rfprog[i].r1);
sys/dev/ic/rt2860.c
2263
rt2860_rf_write(sc, RT2860_RF2, r2);
sys/dev/ic/rt2860.c
2264
rt2860_rf_write(sc, RT2860_RF3, r3 | 1);
sys/dev/ic/rt2860.c
2265
rt2860_rf_write(sc, RT2860_RF4, r4);
sys/dev/ic/rt2860.c
2269
rt2860_rf_write(sc, RT2860_RF1, rfprog[i].r1);
sys/dev/ic/rt2860.c
2270
rt2860_rf_write(sc, RT2860_RF2, r2);
sys/dev/ic/rt2860.c
2271
rt2860_rf_write(sc, RT2860_RF3, r3);
sys/dev/ic/rt2860.c
2272
rt2860_rf_write(sc, RT2860_RF4, r4);