Symbol: rt2560_rf_write
sys/dev/ic/rt2560.c
121
void rt2560_rf_write(struct rt2560_softc *, uint8_t, uint32_t);
sys/dev/ic/rt2560.c
2145
rt2560_rf_write(sc, RT2560_RF1, 0x00814);
sys/dev/ic/rt2560.c
2146
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2522_r2[chan - 1]);
sys/dev/ic/rt2560.c
2147
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x00040);
sys/dev/ic/rt2560.c
2151
rt2560_rf_write(sc, RT2560_RF1, 0x08804);
sys/dev/ic/rt2560.c
2152
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2523_r2[chan - 1]);
sys/dev/ic/rt2560.c
2153
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x38044);
sys/dev/ic/rt2560.c
2154
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2159
rt2560_rf_write(sc, RT2560_RF1, 0x0c808);
sys/dev/ic/rt2560.c
2160
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2524_r2[chan - 1]);
sys/dev/ic/rt2560.c
2161
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x00040);
sys/dev/ic/rt2560.c
2162
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2167
rt2560_rf_write(sc, RT2560_RF1, 0x08808);
sys/dev/ic/rt2560.c
2168
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2525_hi_r2[chan - 1]);
sys/dev/ic/rt2560.c
2169
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2170
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2173
rt2560_rf_write(sc, RT2560_RF1, 0x08808);
sys/dev/ic/rt2560.c
2174
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2525_r2[chan - 1]);
sys/dev/ic/rt2560.c
2175
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2176
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2181
rt2560_rf_write(sc, RT2560_RF1, 0x08808);
sys/dev/ic/rt2560.c
2182
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2525e_r2[chan - 1]);
sys/dev/ic/rt2560.c
2183
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2184
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2189
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2526_hi_r2[chan - 1]);
sys/dev/ic/rt2560.c
2190
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2192
rt2560_rf_write(sc, RT2560_RF1, 0x08804);
sys/dev/ic/rt2560.c
2194
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2526_r2[chan - 1]);
sys/dev/ic/rt2560.c
2195
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2196
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2230
rt2560_rf_write(sc, RT2560_RF1, tmp);
sys/dev/ic/rt2560.c
2234
rt2560_rf_write(sc, RT2560_RF3, tmp);