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
2050
rt2560_rf_write(sc, RAL_RF1, 0x00814);
sys/dev/ral/rt2560.c
2051
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2522_r2[chan - 1]);
sys/dev/ral/rt2560.c
2052
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
sys/dev/ral/rt2560.c
2056
rt2560_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/ral/rt2560.c
2057
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2523_r2[chan - 1]);
sys/dev/ral/rt2560.c
2058
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x38044);
sys/dev/ral/rt2560.c
2059
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
sys/dev/ral/rt2560.c
2063
rt2560_rf_write(sc, RAL_RF1, 0x0c808);
sys/dev/ral/rt2560.c
2064
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2524_r2[chan - 1]);
sys/dev/ral/rt2560.c
2065
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
sys/dev/ral/rt2560.c
2066
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
sys/dev/ral/rt2560.c
2070
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2071
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2525_hi_r2[chan - 1]);
sys/dev/ral/rt2560.c
2072
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
sys/dev/ral/rt2560.c
2073
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
sys/dev/ral/rt2560.c
2075
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2076
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2525_r2[chan - 1]);
sys/dev/ral/rt2560.c
2077
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
sys/dev/ral/rt2560.c
2078
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
sys/dev/ral/rt2560.c
2082
rt2560_rf_write(sc, RAL_RF1, 0x08808);
sys/dev/ral/rt2560.c
2083
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2525e_r2[chan - 1]);
sys/dev/ral/rt2560.c
2084
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
sys/dev/ral/rt2560.c
2085
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00286 : 0x00282);
sys/dev/ral/rt2560.c
2089
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2526_hi_r2[chan - 1]);
sys/dev/ral/rt2560.c
2090
rt2560_rf_write(sc, RAL_RF4, (chan & 1) ? 0x00386 : 0x00381);
sys/dev/ral/rt2560.c
2091
rt2560_rf_write(sc, RAL_RF1, 0x08804);
sys/dev/ral/rt2560.c
2093
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2526_r2[chan - 1]);
sys/dev/ral/rt2560.c
2094
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
sys/dev/ral/rt2560.c
2095
rt2560_rf_write(sc, RAL_RF4, (chan & 1) ? 0x00386 : 0x00381);
sys/dev/ral/rt2560.c
2102
rt2560_rf_write(sc, RAL_RF1, rt2560_rf5222[i].r1);
sys/dev/ral/rt2560.c
2103
rt2560_rf_write(sc, RAL_RF2, rt2560_rf5222[i].r2);
sys/dev/ral/rt2560.c
2104
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
sys/dev/ral/rt2560.c
2105
rt2560_rf_write(sc, RAL_RF4, rt2560_rf5222[i].r4);
sys/dev/ral/rt2560.c
2168
rt2560_rf_write(sc, RAL_RF1, tmp);
sys/dev/ral/rt2560.c
2172
rt2560_rf_write(sc, RAL_RF3, tmp);