sys/dev/ic/rt2860.c
123
static void rt2860_rf_write(struct rt2860_softc *, uint8_t, uint32_t);
sys/dev/ic/rt2860.c
2396
rt2860_rf_write(sc, RT2860_RF1, rfprog[i].r1);
sys/dev/ic/rt2860.c
2397
rt2860_rf_write(sc, RT2860_RF2, r2);
sys/dev/ic/rt2860.c
2398
rt2860_rf_write(sc, RT2860_RF3, r3);
sys/dev/ic/rt2860.c
2399
rt2860_rf_write(sc, RT2860_RF4, r4);
sys/dev/ic/rt2860.c
2403
rt2860_rf_write(sc, RT2860_RF1, rfprog[i].r1);
sys/dev/ic/rt2860.c
2404
rt2860_rf_write(sc, RT2860_RF2, r2);
sys/dev/ic/rt2860.c
2405
rt2860_rf_write(sc, RT2860_RF3, r3 | 1);
sys/dev/ic/rt2860.c
2406
rt2860_rf_write(sc, RT2860_RF4, r4);
sys/dev/ic/rt2860.c
2410
rt2860_rf_write(sc, RT2860_RF1, rfprog[i].r1);
sys/dev/ic/rt2860.c
2411
rt2860_rf_write(sc, RT2860_RF2, r2);
sys/dev/ic/rt2860.c
2412
rt2860_rf_write(sc, RT2860_RF3, r3);
sys/dev/ic/rt2860.c
2413
rt2860_rf_write(sc, RT2860_RF4, r4);