sys/dev/ic/rt2560.c
2147
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x00040);
sys/dev/ic/rt2560.c
2153
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x38044);
sys/dev/ic/rt2560.c
2161
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x00040);
sys/dev/ic/rt2560.c
2169
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2175
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2183
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2195
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2233
tmp = sc->rf_regs[RT2560_RF3] & ~RT2560_RF3_AUTOTUNE;
sys/dev/ic/rt2560.c
2234
rt2560_rf_write(sc, RT2560_RF3, tmp);