Searched refs:txpower (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 5524 iwh_tx_power_table_cmd_t txpower; in iwh_tx_power_table() local 5527 (void) memset(&txpower, 0, sizeof (txpower)); in iwh_tx_power_table() 5529 txpower.band = 1; /* for 2.4G */ in iwh_tx_power_table() 5530 txpower.channel = (uint8_t)LE_16(sc->sc_config.chan); in iwh_tx_power_table() 5531 txpower.pa_measurements = 1; in iwh_tx_power_table() 5532 txpower.max_mcs = 23; in iwh_tx_power_table() 5535 txpower.db.ht_ofdm_power[i].s.radio_tx_gain[0] = 0x16; in iwh_tx_power_table() 5536 txpower.db.ht_ofdm_power[i].s.radio_tx_gain[1] = 0x16; in iwh_tx_power_table() 5537 txpower.db.ht_ofdm_power[i].s.radio_tx_gain[2] = 0x16; in iwh_tx_power_table() 5538 txpower.db.ht_ofdm_power[i].s.dsp_predis_atten[0] = 0x6E; in iwh_tx_power_table() [all …]
|
/titanic_50/usr/src/uts/common/io/rum/ |
H A D | rum_reg.h | 210 uint8_t txpower; member
|
/titanic_50/usr/src/uts/common/io/rwd/ |
H A D | rt2661_reg.h | 260 uint8_t txpower; member
|
/titanic_50/usr/src/uts/common/io/wpi/ |
H A D | wpi.c | 3033 wpi_txpower_t txpower; local 3044 (void) memset(&txpower, 0, sizeof (txpower)); 3045 (void) memcpy(txpower.pwr1, sc->sc_pwr1, 14 * sizeof (uint16_t)); 3046 (void) memcpy(txpower.pwr2, sc->sc_pwr2, 14 * sizeof (uint16_t)); 3047 err = wpi_cmd(sc, WPI_CMD_TXPOWER, &txpower, sizeof (txpower), 0);
|
/titanic_50/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 2942 iwk_tx_power_table_cmd_t txpower; in iwk_m_ioctl() local 3018 (void) memset(&txpower, 0, sizeof (txpower)); in iwk_m_ioctl() 3019 txpower.band = 1; /* for 2.4G */ in iwk_m_ioctl() 3020 txpower.channel = sc->sc_config.chan; in iwk_m_ioctl() 3021 txpower.channel_normal_width = 0; in iwk_m_ioctl() 3023 txpower.tx_power.ht_ofdm_power[i]. in iwk_m_ioctl() 3025 txpower.tx_power.ht_ofdm_power[i]. in iwk_m_ioctl() 3028 txpower.tx_power.legacy_cck_power.s. in iwk_m_ioctl() 3030 txpower.tx_power.legacy_cck_power.s. in iwk_m_ioctl() 3032 err1 = iwk_cmd(sc, REPLY_TX_PWR_TABLE_CMD, &txpower, in iwk_m_ioctl() [all …]
|