atw_si4126_write  274 dev/ic/atw.c   void	atw_si4126_write(struct atw_softc *, u_int, u_int);
atw_si4126_write 1251 dev/ic/atw.c   			atw_si4126_write(sc, 0x1f, 0x00000);
atw_si4126_write 1252 dev/ic/atw.c   			atw_si4126_write(sc, 0x0c, 0x3001f);
atw_si4126_write 1253 dev/ic/atw.c   			atw_si4126_write(sc, SI4126_GAIN, 0x29c03);
atw_si4126_write 1254 dev/ic/atw.c   			atw_si4126_write(sc, SI4126_RF1N, 0x1ff6f);
atw_si4126_write 1255 dev/ic/atw.c   			atw_si4126_write(sc, SI4126_RF2N, 0x29403);
atw_si4126_write 1256 dev/ic/atw.c   			atw_si4126_write(sc, SI4126_RF2R, 0x1456f);
atw_si4126_write 1257 dev/ic/atw.c   			atw_si4126_write(sc, 0x09, 0x10050);
atw_si4126_write 1258 dev/ic/atw.c   			atw_si4126_write(sc, SI4126_IFR, 0x3fff8);
atw_si4126_write 1606 dev/ic/atw.c   		atw_si4126_write(sc, SI4126_MAIN, 0x04007);
atw_si4126_write 1607 dev/ic/atw.c   		atw_si4126_write(sc, SI4126_POWER, 0x00033);
atw_si4126_write 1608 dev/ic/atw.c   		atw_si4126_write(sc, SI4126_IFN,
atw_si4126_write 1610 dev/ic/atw.c   		atw_si4126_write(sc, SI4126_RF1R,
atw_si4126_write 1614 dev/ic/atw.c   		atw_si4126_write(sc, 0x0a,
atw_si4126_write 1619 dev/ic/atw.c   		atw_si4126_write(sc, 0x09, 0x00050 |
atw_si4126_write 1647 dev/ic/atw.c   	atw_si4126_write(sc, SI4126_POWER,
atw_si4126_write 1651 dev/ic/atw.c   	atw_si4126_write(sc, SI4126_MAIN,
atw_si4126_write 1662 dev/ic/atw.c   	atw_si4126_write(sc, SI4126_GAIN, gain);
atw_si4126_write 1672 dev/ic/atw.c   	atw_si4126_write(sc, SI4126_IFN, 1496);
atw_si4126_write 1674 dev/ic/atw.c   	atw_si4126_write(sc, SI4126_IFR, R);
atw_si4126_write 1681 dev/ic/atw.c   	atw_si4126_write(sc, SI4126_RF1R, R);
atw_si4126_write 1683 dev/ic/atw.c   	atw_si4126_write(sc, SI4126_RF1N, mhz - 374);
atw_si4126_write 1690 dev/ic/atw.c   	atw_si4126_write(sc, SI4126_RF2R, R);
atw_si4126_write 1692 dev/ic/atw.c   	atw_si4126_write(sc, SI4126_RF2N, mhz - 374);