HomeSort by: relevance | last modified time | path
    Searched defs:txgain (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
arn9280.c 417 int chain, uint8_t *boundaries, uint8_t *pdadcs, uint8_t *txgain)
450 *txgain = idx;
453 "fbin=%d lo=%d hi=%d pwr=%d pcdac=%d txgain=%d\n",
594 int8_t pdadc, txgain, tcomp; local in function:ar9280_olpc_temp_compensation
619 txgain = sc->sc_tx_gain_tbl[i] - tcomp;
620 if (txgain < 0)
621 txgain = 0;
623 reg = RW(reg, AR_PHY_TX_GAIN, txgain);
arn5416.c 424 uint8_t overlap, txgain; local in function:ar5416_set_power_calib
471 pdadcs, &txgain);
482 reg = RW(reg, AR_PHY_TX_PWRCTRL_INIT_TX_GAIN, txgain);

Completed in 12 milliseconds