Lines Matching defs:data8
1127 uint8_t data8;
1130 error = urtw_read8_c(sc, URTW_EPROM_CMD, &data8, 0);
1131 *data = (data8 & URTW_EPROM_READBIT) ? 1 : 0;
2006 uint8_t data8;
2010 (void) urtw_read8_c(sc, URTW_CW_CONF, &data8, 0);
2011 data8 &= ~(URTW_CW_CONF_PERPACKET_CW |
2013 (void) urtw_write8_c(sc, URTW_CW_CONF, data8, 0);
2014 (void) urtw_read8_c(sc, URTW_TX_AGC_CTL, &data8, 0);
2015 data8 &= ~URTW_TX_AGC_CTL_PERPACKET_GAIN;
2016 data8 &= ~URTW_TX_AGC_CTL_PERPACKET_ANTSEL;
2017 data8 &= ~URTW_TX_AGC_CTL_FEEDBACK_ANT;
2018 (void) urtw_write8_c(sc, URTW_TX_AGC_CTL, data8, 0);
2038 (void) urtw_read8_c(sc, URTW_CMD, &data8, 0);
2039 (void) urtw_write8_c(sc, URTW_CMD, data8 | URTW_CMD_TX_ENABLE, 0);
4207 uint8_t data8 = 0;
4297 (void) urtw_read8_c(sc, URTW_8187B_HWREV, &data8, 0);
4298 switch (data8) {