Symbol: rt2560_rf_write
usr/src/uts/common/io/ral/rt2560.c
347
rt2560_rf_write(sc, RAL_RF1, 0x00814);
usr/src/uts/common/io/ral/rt2560.c
348
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2522_r2[chan - 1]);
usr/src/uts/common/io/ral/rt2560.c
349
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
usr/src/uts/common/io/ral/rt2560.c
353
rt2560_rf_write(sc, RAL_RF1, 0x08804);
usr/src/uts/common/io/ral/rt2560.c
354
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2523_r2[chan - 1]);
usr/src/uts/common/io/ral/rt2560.c
355
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x38044);
usr/src/uts/common/io/ral/rt2560.c
356
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
usr/src/uts/common/io/ral/rt2560.c
360
rt2560_rf_write(sc, RAL_RF1, 0x0c808);
usr/src/uts/common/io/ral/rt2560.c
361
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2524_r2[chan - 1]);
usr/src/uts/common/io/ral/rt2560.c
362
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
usr/src/uts/common/io/ral/rt2560.c
363
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
usr/src/uts/common/io/ral/rt2560.c
367
rt2560_rf_write(sc, RAL_RF1, 0x08808);
usr/src/uts/common/io/ral/rt2560.c
368
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2525_hi_r2[chan - 1]);
usr/src/uts/common/io/ral/rt2560.c
369
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
usr/src/uts/common/io/ral/rt2560.c
370
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
usr/src/uts/common/io/ral/rt2560.c
372
rt2560_rf_write(sc, RAL_RF1, 0x08808);
usr/src/uts/common/io/ral/rt2560.c
373
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2525_r2[chan - 1]);
usr/src/uts/common/io/ral/rt2560.c
374
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
usr/src/uts/common/io/ral/rt2560.c
375
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00280 : 0x00286);
usr/src/uts/common/io/ral/rt2560.c
379
rt2560_rf_write(sc, RAL_RF1, 0x08808);
usr/src/uts/common/io/ral/rt2560.c
380
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2525e_r2[chan - 1]);
usr/src/uts/common/io/ral/rt2560.c
381
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
usr/src/uts/common/io/ral/rt2560.c
382
rt2560_rf_write(sc, RAL_RF4, (chan == 14) ? 0x00286 : 0x00282);
usr/src/uts/common/io/ral/rt2560.c
386
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2526_hi_r2[chan - 1]);
usr/src/uts/common/io/ral/rt2560.c
387
rt2560_rf_write(sc, RAL_RF4, (chan & 1) ? 0x00386 : 0x00381);
usr/src/uts/common/io/ral/rt2560.c
388
rt2560_rf_write(sc, RAL_RF1, 0x08804);
usr/src/uts/common/io/ral/rt2560.c
390
rt2560_rf_write(sc, RAL_RF2, rt2560_rf2526_r2[chan - 1]);
usr/src/uts/common/io/ral/rt2560.c
391
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x18044);
usr/src/uts/common/io/ral/rt2560.c
392
rt2560_rf_write(sc, RAL_RF4, (chan & 1) ? 0x00386 : 0x00381);
usr/src/uts/common/io/ral/rt2560.c
400
rt2560_rf_write(sc, RAL_RF1, rt2560_rf5222[i].r1);
usr/src/uts/common/io/ral/rt2560.c
401
rt2560_rf_write(sc, RAL_RF2, rt2560_rf5222[i].r2);
usr/src/uts/common/io/ral/rt2560.c
402
rt2560_rf_write(sc, RAL_RF3, power << 7 | 0x00040);
usr/src/uts/common/io/ral/rt2560.c
403
rt2560_rf_write(sc, RAL_RF4, rt2560_rf5222[i].r4);