URTW_RF_PINS_ENABLE
urtw_write16_m(sc, URTW_RF_PINS_ENABLE, 0x1ff7);
urtw_write16_m(sc, URTW_RF_PINS_ENABLE, 0x80);
urtw_read16_m(sc, URTW_RF_PINS_ENABLE, &d82);
urtw_write16_m(sc, URTW_RF_PINS_ENABLE, d82 | URTW_RF_PINS_MAGIC3);
urtw_read16_m(sc, URTW_RF_PINS_ENABLE, &o2);
urtw_write16_m(sc, URTW_RF_PINS_ENABLE, o2 | URTW_RF_PINS_MAGIC4);
urtw_write16_m(sc, URTW_RF_PINS_ENABLE, o2);
urtw_write16_m(sc, URTW_RF_PINS_ENABLE, URTW_RF_PINS_MAGIC5);
urtw_write16_m(sc, URTW_RF_PINS_ENABLE, 0x1fff);