Symbol: RAL_RF1
sys/dev/ral/rt2560.c
2050
rt2560_rf_write(sc, RAL_RF1, 0x00814);
sys/dev/ral/rt2560.c
2056
rt2560_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/ral/rt2560.c
2063
rt2560_rf_write(sc, RAL_RF1, 0x0c808);
sys/dev/ral/rt2560.c
2070
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2075
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2082
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2091
rt2560_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/ral/rt2560.c
2102
rt2560_rf_write(sc, RAL_RF1, rt2560_rf5222[i].r1);
sys/dev/ral/rt2560.c
2167
tmp = sc->rf_regs[RAL_RF1] & ~RAL_RF1_AUTOTUNE;
sys/dev/ral/rt2560.c
2168
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
1628
ural_rf_write(sc, RAL_RF1, 0x00814);
sys/dev/usb/wlan/if_ural.c
1634
ural_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/usb/wlan/if_ural.c
1641
ural_rf_write(sc, RAL_RF1, 0x0c808);
sys/dev/usb/wlan/if_ural.c
1648
ural_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/usb/wlan/if_ural.c
1653
ural_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/usb/wlan/if_ural.c
1660
ural_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/usb/wlan/if_ural.c
1669
ural_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/usb/wlan/if_ural.c
1680
ural_rf_write(sc, RAL_RF1, ural_rf5222[i].r1);
sys/dev/usb/wlan/if_ural.c
1722
tmp = sc->rf_regs[RAL_RF1] & ~RAL_RF1_AUTOTUNE;
sys/dev/usb/wlan/if_ural.c
1723
ural_rf_write(sc, RAL_RF1, tmp);