sys/dev/ic/rt2661.c
132
static void rt2661_rf_write(struct rt2661_softc *, uint8_t, uint32_t);
sys/dev/ic/rt2661.c
2254
rt2661_rf_write(sc, RAL_RF1, rfprog[i].r1);
sys/dev/ic/rt2661.c
2255
rt2661_rf_write(sc, RAL_RF2, rfprog[i].r2);
sys/dev/ic/rt2661.c
2256
rt2661_rf_write(sc, RAL_RF3, rfprog[i].r3 | power << 7);
sys/dev/ic/rt2661.c
2257
rt2661_rf_write(sc, RAL_RF4, rfprog[i].r4 | sc->rffreq << 10);
sys/dev/ic/rt2661.c
2261
rt2661_rf_write(sc, RAL_RF1, rfprog[i].r1);
sys/dev/ic/rt2661.c
2262
rt2661_rf_write(sc, RAL_RF2, rfprog[i].r2);
sys/dev/ic/rt2661.c
2263
rt2661_rf_write(sc, RAL_RF3, rfprog[i].r3 | power << 7 | 1);
sys/dev/ic/rt2661.c
2264
rt2661_rf_write(sc, RAL_RF4, rfprog[i].r4 | sc->rffreq << 10);
sys/dev/ic/rt2661.c
2268
rt2661_rf_write(sc, RAL_RF1, rfprog[i].r1);
sys/dev/ic/rt2661.c
2269
rt2661_rf_write(sc, RAL_RF2, rfprog[i].r2);
sys/dev/ic/rt2661.c
2270
rt2661_rf_write(sc, RAL_RF3, rfprog[i].r3 | power << 7);
sys/dev/ic/rt2661.c
2271
rt2661_rf_write(sc, RAL_RF4, rfprog[i].r4 | sc->rffreq << 10);