sys/dev/ic/rt2661.c
125
void rt2661_rf_write(struct rt2661_softc *, uint8_t, uint32_t);
sys/dev/ic/rt2661.c
2299
rt2661_rf_write(sc, RAL_RF1, rfprog[i].r1);
sys/dev/ic/rt2661.c
2300
rt2661_rf_write(sc, RAL_RF2, rfprog[i].r2);
sys/dev/ic/rt2661.c
2301
rt2661_rf_write(sc, RAL_RF3, rfprog[i].r3 | power << 7);
sys/dev/ic/rt2661.c
2302
rt2661_rf_write(sc, RAL_RF4, rfprog[i].r4 | sc->rffreq << 10);
sys/dev/ic/rt2661.c
2306
rt2661_rf_write(sc, RAL_RF1, rfprog[i].r1);
sys/dev/ic/rt2661.c
2307
rt2661_rf_write(sc, RAL_RF2, rfprog[i].r2);
sys/dev/ic/rt2661.c
2308
rt2661_rf_write(sc, RAL_RF3, rfprog[i].r3 | power << 7 | 1);
sys/dev/ic/rt2661.c
2309
rt2661_rf_write(sc, RAL_RF4, rfprog[i].r4 | sc->rffreq << 10);
sys/dev/ic/rt2661.c
2313
rt2661_rf_write(sc, RAL_RF1, rfprog[i].r1);
sys/dev/ic/rt2661.c
2314
rt2661_rf_write(sc, RAL_RF2, rfprog[i].r2);
sys/dev/ic/rt2661.c
2315
rt2661_rf_write(sc, RAL_RF3, rfprog[i].r3 | power << 7);
sys/dev/ic/rt2661.c
2316
rt2661_rf_write(sc, RAL_RF4, rfprog[i].r4 | sc->rffreq << 10);