sys/dev/ic/atw.c
1201
atw_si4126_write(sc, 0x1f, 0x00000);
sys/dev/ic/atw.c
1202
atw_si4126_write(sc, 0x0c, 0x3001f);
sys/dev/ic/atw.c
1203
atw_si4126_write(sc, SI4126_GAIN, 0x29c03);
sys/dev/ic/atw.c
1204
atw_si4126_write(sc, SI4126_RF1N, 0x1ff6f);
sys/dev/ic/atw.c
1205
atw_si4126_write(sc, SI4126_RF2N, 0x29403);
sys/dev/ic/atw.c
1206
atw_si4126_write(sc, SI4126_RF2R, 0x1456f);
sys/dev/ic/atw.c
1207
atw_si4126_write(sc, 0x09, 0x10050);
sys/dev/ic/atw.c
1208
atw_si4126_write(sc, SI4126_IFR, 0x3fff8);
sys/dev/ic/atw.c
1557
atw_si4126_write(sc, SI4126_MAIN, 0x04007);
sys/dev/ic/atw.c
1558
atw_si4126_write(sc, SI4126_POWER, 0x00033);
sys/dev/ic/atw.c
1559
atw_si4126_write(sc, SI4126_IFN,
sys/dev/ic/atw.c
1561
atw_si4126_write(sc, SI4126_RF1R,
sys/dev/ic/atw.c
1565
atw_si4126_write(sc, 0x0a,
sys/dev/ic/atw.c
1570
atw_si4126_write(sc, 0x09, 0x00050 |
sys/dev/ic/atw.c
1598
atw_si4126_write(sc, SI4126_POWER,
sys/dev/ic/atw.c
1602
atw_si4126_write(sc, SI4126_MAIN,
sys/dev/ic/atw.c
1613
atw_si4126_write(sc, SI4126_GAIN, gain);
sys/dev/ic/atw.c
1623
atw_si4126_write(sc, SI4126_IFN, 1496);
sys/dev/ic/atw.c
1625
atw_si4126_write(sc, SI4126_IFR, R);
sys/dev/ic/atw.c
1632
atw_si4126_write(sc, SI4126_RF1R, R);
sys/dev/ic/atw.c
1634
atw_si4126_write(sc, SI4126_RF1N, mhz - 374);
sys/dev/ic/atw.c
1641
atw_si4126_write(sc, SI4126_RF2R, R);
sys/dev/ic/atw.c
1643
atw_si4126_write(sc, SI4126_RF2N, mhz - 374);
sys/dev/ic/atw.c
253
void atw_si4126_write(struct atw_softc *, u_int, u_int);