Searched refs:URTW_RF_PINS_ENABLE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/wlan/
H A Dif_urtwreg.h172 #define URTW_RF_PINS_ENABLE 0x0082 /* 2 byte */ macro
H A Dif_urtw.c2625 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, 0x1ff7);
2706 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, 0x80);
2721 urtw_read16_m(sc, URTW_RF_PINS_ENABLE, &d82);
2724 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, d82 | URTW_RF_PINS_MAGIC3);
3051 urtw_read16_m(sc, URTW_RF_PINS_ENABLE, &o2);
3053 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, o2 | URTW_RF_PINS_MAGIC4);
3119 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, o2);
3207 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, URTW_RF_PINS_MAGIC5);
3325 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, 0x1fff);

Completed in 40 milliseconds