Searched refs:txpower (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/sys/dev/ic/ |
| H A D | arn9287.c | 340 int8_t txpower; in ar9287_set_power_calib() local 381 ar9287_olpc_get_pdgain(sc, c, i, &txpower); in ar9287_set_power_calib() 393 reg = RW(reg, AR_PHY_TX_PWRCTRL_OLPC_PWR, txpower); in ar9287_set_power_calib()
|
| H A D | rt2661reg.h | 256 uint8_t txpower; member
|
| H A D | atw.c | 1717 uint16_t txpower, lpf_cutoff, lna_gs_thresh; in atw_rf3000_tune() local 1719 txpower = sc->sc_srom[ATW_SR_TXPOWER(chan)]; in atw_rf3000_tune() 1725 txpower &= 0xFF; in atw_rf3000_tune() 1729 txpower >>= 8; in atw_rf3000_tune() 1740 device_xname(sc->sc_dev), chan, txpower, lpf_cutoff, lna_gs_thresh)); in atw_rf3000_tune() 1745 __SHIFTIN(txpower, RF3000_GAINCTL_TXVGC_MASK))) != 0) in atw_rf3000_tune() 1774 reg |= __SHIFTIN(__SHIFTIN(txpower, RF3000_GAINCTL_TXVGC_MASK), in atw_rf3000_tune()
|
| H A D | arn5008.c | 1318 uint8_t txpower, type, encrtype, ridx[4]; in ar5008_tx() local 1480 txpower = AR_MAX_RATE_POWER; /* Get from per-rate registers. */ in ar5008_tx() 1481 ds->ds_ctl0 |= SM(AR_TXC0_XMIT_POWER, txpower); in ar5008_tx()
|
| H A D | arn9003.c | 1471 uint8_t txpower, type, encrtype, ridx[4]; in ar9003_tx() local 1637 txpower = AR_MAX_RATE_POWER; /* Get from per-rate registers. */ in ar9003_tx() 1638 ds->ds_ctl11 |= SM(AR_TXC11_XMIT_POWER, txpower); in ar9003_tx()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_wpi.c | 2549 struct wpi_cmd_txpower txpower; in wpi_set_txpower() local 2564 memset(&txpower, 0, sizeof txpower); in wpi_set_txpower() 2565 txpower.band = IEEE80211_IS_CHAN_5GHZ(c) ? 0 : 1; in wpi_set_txpower() 2566 txpower.chan = htole16(chan); in wpi_set_txpower() 2574 txpower.rates[i].plcp = wpi_ridx_to_plcp[i]; in wpi_set_txpower() 2577 txpower.rates[i].rf_gain = wpi_rf_gain_5ghz[idx]; in wpi_set_txpower() 2578 txpower.rates[i].dsp_gain = wpi_dsp_gain_5ghz[idx]; in wpi_set_txpower() 2580 txpower.rates[i].rf_gain = wpi_rf_gain_2ghz[idx]; in wpi_set_txpower() 2581 txpower.rates[i].dsp_gain = wpi_dsp_gain_2ghz[idx]; in wpi_set_txpower() 2587 return wpi_cmd(sc, WPI_CMD_TXPOWER, &txpower, sizeof txpower, async); in wpi_set_txpower()
|
| H A D | if_iwmreg.h | 3231 int8_t txpower[IWM_MAX_CHAINS]; member
|
| /netbsd-src/sys/dev/usb/ |
| H A D | if_rumreg.h | 202 uint8_t txpower; member
|
| H A D | if_athn_usb.h | 126 uint16_t txpower; member
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | if_malo_pcmciavar.h | 170 int16_t txpower; member
|
| H A D | if_malo_pcmcia.c | 1678 cmalo_cmd_set_txpower(struct malo_softc *sc, int16_t txpower) in cmalo_cmd_set_txpower() argument 1692 body->txpower = htole16(txpower); in cmalo_cmd_set_txpower()
|