Searched refs:txpow20mhz (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ral/ |
H A D | rt2860var.h | 192 uint32_t txpow20mhz[5]; member
|
H A D | rt2860.c | 3533 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 D | if_runvar.h | 209 uint32_t txpow20mhz[5]; member
|
H A D | if_mtwvar.h | 340 uint32_t txpow20mhz[5]; member
|
H A D | if_mtw.c | 1559 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 D | if_run.c | 2013 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()
|