Symbol: rt2560_rf_write
sys/dev/ral/rt2560.c
136
static void rt2560_rf_write(struct rt2560_softc *, uint8_t,
sys/dev/ral/rt2560.c
2048
rt2560_rf_write(sc, RAL_RF1, 0x00814);
sys/dev/ral/rt2560.c
2049
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2522_r2[chan - 1]);
sys/dev/ral/rt2560.c
2050
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
sys/dev/ral/rt2560.c
2054
rt2560_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/ral/rt2560.c
2055
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2523_r2[chan - 1]);
sys/dev/ral/rt2560.c
2056
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x38044);
sys/dev/ral/rt2560.c
2057
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
sys/dev/ral/rt2560.c
2061
rt2560_rf_write(sc, RAL_RF1, 0x0c808);
sys/dev/ral/rt2560.c
2062
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2524_r2[chan - 1]);
sys/dev/ral/rt2560.c
2063
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
sys/dev/ral/rt2560.c
2064
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
sys/dev/ral/rt2560.c
2068
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2069
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2525_hi_r2[chan - 1]);
sys/dev/ral/rt2560.c
2070
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
sys/dev/ral/rt2560.c
2071
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
sys/dev/ral/rt2560.c
2073
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2074
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2525_r2[chan - 1]);
sys/dev/ral/rt2560.c
2075
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
sys/dev/ral/rt2560.c
2076
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
sys/dev/ral/rt2560.c
2080
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2081
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2525e_r2[chan - 1]);
sys/dev/ral/rt2560.c
2082
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
sys/dev/ral/rt2560.c
2083
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00286 : 0x00282);
sys/dev/ral/rt2560.c
2087
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2526_hi_r2[chan - 1]);
sys/dev/ral/rt2560.c
2088
rt2560_rf_write(sc, RAL_RF4, (chan & 1) ? 0x00386 : 0x00381);
sys/dev/ral/rt2560.c
2089
rt2560_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/ral/rt2560.c
2091
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2526_r2[chan - 1]);
sys/dev/ral/rt2560.c
2092
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
sys/dev/ral/rt2560.c
2093
rt2560_rf_write(sc, RAL_RF4, (chan & 1) ? 0x00386 : 0x00381);
sys/dev/ral/rt2560.c
2100
rt2560_rf_write(sc, RAL_RF1, rt2560_rf5222[i].r1);
sys/dev/ral/rt2560.c
2101
rt2560_rf_write(sc, RAL_RF2, rt2560_rf5222[i].r2);
sys/dev/ral/rt2560.c
2102
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
sys/dev/ral/rt2560.c
2103
rt2560_rf_write(sc, RAL_RF4, rt2560_rf5222[i].r4);
sys/dev/ral/rt2560.c
2166
rt2560_rf_write(sc, RAL_RF1, tmp);
sys/dev/ral/rt2560.c
2170
rt2560_rf_write(sc, RAL_RF3, tmp);