Home
last modified time | relevance | path

Searched refs:txpow20mhz (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ral/
H A Drt2860var.h192 uint32_t txpow20mhz[5]; member
H A Drt2860.c3533 sc->txpow20mhz[ridx] = reg; in rt2860_read_eeprom()
3538 "40MHz/5GHz=0x%08x\n", ridx, sc->txpow20mhz[ridx], in rt2860_read_eeprom()
3840 if (sc->txpow20mhz[ridx] == 0xffffffff) in rt2860_init_locked()
3842 RAL_WRITE(sc, RT2860_TX_PWR_CFG(ridx), sc->txpow20mhz[ridx]); in rt2860_init_locked()
4194 if (sc->txpow20mhz[ridx] == 0xffffffff) in rt2860_calib()
4197 b4inc(sc->txpow20mhz[ridx], d)); in rt2860_calib()
/freebsd/sys/dev/usb/wlan/
H A Dif_runvar.h209 uint32_t txpow20mhz[5]; member
H A Dif_mtwvar.h340 uint32_t txpow20mhz[5]; member
H A Dif_mtw.c1559 sc->txpow20mhz[ridx] = reg; in mtw_read_eeprom()
1566 ridx, sc->txpow20mhz[ridx], sc->txpow40mhz_2ghz[ridx], in mtw_read_eeprom()
4494 if (sc->txpow20mhz[ridx] == 0xffffffff) in mtw_init_locked()
4496 mtw_write(sc, MTW_TX_PWR_CFG(ridx), sc->txpow20mhz[ridx]); in mtw_init_locked()
H A Dif_run.c2013 sc->txpow20mhz[ridx] = reg; in run_read_eeprom()
2019 "40MHz/5GHz=0x%08x\n", ridx, sc->txpow20mhz[ridx], in run_read_eeprom()
6160 if (sc->txpow20mhz[ridx] == 0xffffffff) in run_init_locked()
6162 run_write(sc, RT2860_TX_PWR_CFG(ridx), sc->txpow20mhz[ridx]); in run_init_locked()