Symbol: rt2560_rf_write
sys/dev/ic/rt2560.c
123
static void rt2560_rf_write(struct rt2560_softc *, uint8_t, uint32_t);
sys/dev/ic/rt2560.c
2345
rt2560_rf_write(sc, RT2560_RF1, 0x00814);
sys/dev/ic/rt2560.c
2346
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2522_r2[chan - 1]);
sys/dev/ic/rt2560.c
2347
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x00040);
sys/dev/ic/rt2560.c
2351
rt2560_rf_write(sc, RT2560_RF1, 0x08804);
sys/dev/ic/rt2560.c
2352
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2523_r2[chan - 1]);
sys/dev/ic/rt2560.c
2353
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x38044);
sys/dev/ic/rt2560.c
2354
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2359
rt2560_rf_write(sc, RT2560_RF1, 0x0c808);
sys/dev/ic/rt2560.c
2360
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2524_r2[chan - 1]);
sys/dev/ic/rt2560.c
2361
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x00040);
sys/dev/ic/rt2560.c
2362
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2367
rt2560_rf_write(sc, RT2560_RF1, 0x08808);
sys/dev/ic/rt2560.c
2368
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2525_hi_r2[chan - 1]);
sys/dev/ic/rt2560.c
2369
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2370
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2373
rt2560_rf_write(sc, RT2560_RF1, 0x08808);
sys/dev/ic/rt2560.c
2374
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2525_r2[chan - 1]);
sys/dev/ic/rt2560.c
2375
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2376
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2381
rt2560_rf_write(sc, RT2560_RF1, 0x08808);
sys/dev/ic/rt2560.c
2382
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2525e_r2[chan - 1]);
sys/dev/ic/rt2560.c
2383
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2384
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2389
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2526_hi_r2[chan - 1]);
sys/dev/ic/rt2560.c
2390
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2392
rt2560_rf_write(sc, RT2560_RF1, 0x08804);
sys/dev/ic/rt2560.c
2394
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf2526_r2[chan - 1]);
sys/dev/ic/rt2560.c
2395
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x18044);
sys/dev/ic/rt2560.c
2396
rt2560_rf_write(sc, RT2560_RF4,
sys/dev/ic/rt2560.c
2404
rt2560_rf_write(sc, RT2560_RF1, rt2560_rf5222[i].r1);
sys/dev/ic/rt2560.c
2405
rt2560_rf_write(sc, RT2560_RF2, rt2560_rf5222[i].r2);
sys/dev/ic/rt2560.c
2406
rt2560_rf_write(sc, RT2560_RF3, power << 7 | 0x00040);
sys/dev/ic/rt2560.c
2407
rt2560_rf_write(sc, RT2560_RF4, rt2560_rf5222[i].r4);
sys/dev/ic/rt2560.c
2440
rt2560_rf_write(sc, RT2560_RF1, tmp);
sys/dev/ic/rt2560.c
2444
rt2560_rf_write(sc, RT2560_RF3, tmp);