sys/dev/ic/rt2560.c
2347
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x00040);
sys/dev/ic/rt2560.c
2353
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x38044);
sys/dev/ic/rt2560.c
2361
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x00040);
sys/dev/ic/rt2560.c
2369
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2375
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2383
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2395
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2406
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x00040);
sys/dev/ic/rt2560.c
2443
tmp = sc->rf_regs[RT2560_RF3] & ~RT2560_RF3_AUTOTUNE;
sys/dev/ic/rt2560.c
2444
rt2560_rf_write(sc, RT2560_RF3, tmp);