Symbol: RAL_RF1
sys/dev/ral/rt2560.c
2048
rt2560_rf_write(sc, RAL_RF1, 0x00814);
sys/dev/ral/rt2560.c
2054
rt2560_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/ral/rt2560.c
2061
rt2560_rf_write(sc, RAL_RF1, 0x0c808);
sys/dev/ral/rt2560.c
2068
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2073
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2080
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2089
rt2560_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/ral/rt2560.c
2100
rt2560_rf_write(sc, RAL_RF1, rt2560_rf5222[i].r1);
sys/dev/ral/rt2560.c
2165
tmp = sc->rf_regs[RAL_RF1] & ~RAL_RF1_AUTOTUNE;
sys/dev/ral/rt2560.c
2166
rt2560_rf_write(sc, RAL_RF1, tmp);
sys/dev/ral/rt2661.c
1940
rt2661_rf_write(sc, RAL_RF1, rfprog[i].r1);
sys/dev/ral/rt2661.c
1947
rt2661_rf_write(sc, RAL_RF1, rfprog[i].r1);
sys/dev/ral/rt2661.c
1954
rt2661_rf_write(sc, RAL_RF1, rfprog[i].r1);
sys/dev/usb/wlan/if_ural.c
1626
ural_rf_write(sc, RAL_RF1, 0x00814);
sys/dev/usb/wlan/if_ural.c
1632
ural_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/usb/wlan/if_ural.c
1639
ural_rf_write(sc, RAL_RF1, 0x0c808);
sys/dev/usb/wlan/if_ural.c
1646
ural_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/usb/wlan/if_ural.c
1651
ural_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/usb/wlan/if_ural.c
1658
ural_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/usb/wlan/if_ural.c
1667
ural_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/usb/wlan/if_ural.c
1678
ural_rf_write(sc, RAL_RF1, ural_rf5222[i].r1);
sys/dev/usb/wlan/if_ural.c
1720
tmp = sc->rf_regs[RAL_RF1] & ~RAL_RF1_AUTOTUNE;
sys/dev/usb/wlan/if_ural.c
1721
ural_rf_write(sc, RAL_RF1, tmp);