Home
last modified time | relevance | path

Searched refs:txpow (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h97 uint8_t txpow[14]; member
H A Dural.c1016 power = min(sc->txpow[chan - 1], 31); in ural_set_chan()
1292 ural_eeprom_read(sc, RAL_EEPROM_TXPOWER, sc->txpow, 14); in ural_read_eeprom()
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h100 uint8_t txpow[44]; member
H A Drum.c1138 power = sc->txpow[i]; in rum_set_chan()
1340 rum_eeprom_read(sc, RT2573_EEPROM_TXPOWER, sc->txpow, 14); in rum_read_eeprom()
1342 (void) memset(sc->txpow + 14, 24, sizeof (sc->txpow) - 14); in rum_read_eeprom()
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h176 uint8_t txpow[14]; member
H A Drt2560.c335 power = min(sc->txpow[chan - 1], 31); in rt2560_set_chan()
1831 sc->txpow[i * 2] = val >> 8; in rt2560_read_eeprom()
1832 sc->txpow[i * 2 + 1] = val & 0xff; in rt2560_read_eeprom()
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_var.h142 int8_t txpow[38]; member
H A Drt2661.c444 sc->txpow[i * 2] = (int8_t)(val >> 8); in rt2661_read_eeprom()
447 rt2661_rf5225_1[i * 2].chan, sc->txpow[i * 2]); in rt2661_read_eeprom()
448 sc->txpow[i * 2 + 1] = (int8_t)(val & 0xff); in rt2661_read_eeprom()
451 rt2661_rf5225_1[i * 2 + 1].chan, sc->txpow[i * 2 + 1]); in rt2661_read_eeprom()
2357 power = sc->txpow[i]; in rt2661_set_chan()
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h198 uint8_t txpow[14]; member
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c561 uint32_t txpow; in arn_update_txpow() local
566 (void) ath9k_hw_getcapability(ah, ATH9K_CAP_TXPOW, 1, &txpow); in arn_update_txpow()
567 sc->sc_curtxpow = (uint32_t)txpow; in arn_update_txpow()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c1462 addchan(struct mwl_channel *c, int freq, int flags, int ieee, int txpow) in addchan() argument
1468 c->ic_maxpower = 2*txpow; in addchan()
1469 c->ic_maxregpower = (uint8_t)txpow; in addchan()