rt2661.c | 132 static void rt2661_rf_write(struct rt2661_softc *, uint8_t, uint32_t); 2041 rt2661_rf_write(struct rt2661_softc *sc, uint8_t reg, uint32_t val) function in typeref:typename:void 2254 rt2661_rf_write(sc, RAL_RF1, rfprog[i].r1); 2255 rt2661_rf_write(sc, RAL_RF2, rfprog[i].r2); 2256 rt2661_rf_write(sc, RAL_RF3, rfprog[i].r3 | power << 7); 2257 rt2661_rf_write(sc, RAL_RF4, rfprog[i].r4 | sc->rffreq << 10); 2261 rt2661_rf_write(sc, RAL_RF1, rfprog[i].r1); 2262 rt2661_rf_write(sc, RAL_RF2, rfprog[i].r2); 2263 rt2661_rf_write(sc, RAL_RF3, rfprog[i].r3 | power << 7 | 1); 2264 rt2661_rf_write(sc, RAL_RF4, rfprog[i].r4 | sc->rffreq << 10) [all...] |