Lines Matching defs:rfprog
102 static const struct rfprog {
2172 const struct rfprog *rfprog = rt2860_rf2850;
2184 for (i = 0; rfprog[i].chan != chan; )
2187 r2 = rfprog[i].r2;
2202 r3 = rfprog[i].r3 | txpow1 << 7;
2203 r4 = rfprog[i].r4 | sc->freq << 13 | txpow2 << 4;
2205 rt2860_rf_write(sc, RAL_RF1, rfprog[i].r1);
2212 rt2860_rf_write(sc, RAL_RF1, rfprog[i].r1);
2219 rt2860_rf_write(sc, RAL_RF1, rfprog[i].r1);