Searched refs:txpow (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/io/ural/ |
H A D | ural_var.h | 97 uint8_t txpow[14]; member
|
H A D | ural.c | 1016 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()
|
/titanic_44/usr/src/uts/common/io/rum/ |
H A D | rum_var.h | 100 uint8_t txpow[44]; member
|
H A D | rum.c | 1138 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()
|
/titanic_44/usr/src/uts/common/io/ral/ |
H A D | rt2560_var.h | 176 uint8_t txpow[14]; member
|
H A D | rt2560.c | 335 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()
|
/titanic_44/usr/src/uts/common/io/rwd/ |
H A D | rt2661_var.h | 142 int8_t txpow[38]; member
|
H A D | rt2661.c | 440 sc->txpow[i * 2] = (int8_t)(val >> 8); in rt2661_read_eeprom() 443 rt2661_rf5225_1[i * 2].chan, sc->txpow[i * 2]); in rt2661_read_eeprom() 444 sc->txpow[i * 2 + 1] = (int8_t)(val & 0xff); in rt2661_read_eeprom() 447 rt2661_rf5225_1[i * 2 + 1].chan, sc->txpow[i * 2 + 1]); in rt2661_read_eeprom() 2353 power = sc->txpow[i]; in rt2661_set_chan()
|
/titanic_44/usr/src/uts/common/io/rwn/ |
H A D | rt2860_var.h | 198 uint8_t txpow[14]; member
|
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_main.c | 607 uint32_t txpow; in arn_update_txpow() local 612 (void) ath9k_hw_getcapability(ah, ATH9K_CAP_TXPOW, 1, &txpow); in arn_update_txpow() 613 sc->sc_curtxpow = (uint32_t)txpow; in arn_update_txpow()
|
/titanic_44/usr/src/uts/common/io/mwl/ |
H A D | mwl.c | 1453 addchan(struct mwl_channel *c, int freq, int flags, int ieee, int txpow) in addchan() argument 1459 c->ic_maxpower = 2*txpow; in addchan() 1460 c->ic_maxregpower = (uint8_t)txpow; in addchan()
|