sys/dev/ic/rt2560.c
2345
rt2560_rf_write(sc, RT2560_RF1, 0x00814);
sys/dev/ic/rt2560.c
2351
rt2560_rf_write(sc, RT2560_RF1, 0x08804);
sys/dev/ic/rt2560.c
2359
rt2560_rf_write(sc, RT2560_RF1, 0x0c808);
sys/dev/ic/rt2560.c
2367
rt2560_rf_write(sc, RT2560_RF1, 0x08808);
sys/dev/ic/rt2560.c
2373
rt2560_rf_write(sc, RT2560_RF1, 0x08808);
sys/dev/ic/rt2560.c
2381
rt2560_rf_write(sc, RT2560_RF1, 0x08808);
sys/dev/ic/rt2560.c
2392
rt2560_rf_write(sc, RT2560_RF1, 0x08804);
sys/dev/ic/rt2560.c
2404
rt2560_rf_write(sc, RT2560_RF1, rt2560_rf5222[i].r1);
sys/dev/ic/rt2560.c
2439
tmp = sc->rf_regs[RT2560_RF1] & ~RT2560_RF1_AUTOTUNE;
sys/dev/ic/rt2560.c
2440
rt2560_rf_write(sc, RT2560_RF1, tmp);