HomeSort by: relevance | last modified time | path
    Searched refs:URTW_RF_PINS_ENABLE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_urtwreg.h 163 #define URTW_RF_PINS_ENABLE 0x0082 /* 2 byte */
if_urtw.c 1126 urtw_read16_m(sc, URTW_RF_PINS_ENABLE, &o2);
1128 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, o2 | 0xf);
1194 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, o2);
1212 urtw_read16_m(sc, URTW_RF_PINS_ENABLE, &d82);
1215 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, d82 | 0x0007);
1247 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, 0x0080);
2724 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, 0x80);
2736 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, 0x1ff7);
3760 urtw_write16_m(sc, URTW_RF_PINS_ENABLE, 0x1fff);

Completed in 15 milliseconds