Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h206 uint32_t txpow20mhz[5]; member
H A Drt2860.c558 sc->txpow20mhz[ridx] = reg; in rt2860_read_eeprom()
564 "40MHz/5GHz=0x%08x\n", ridx, sc->txpow20mhz[ridx], in rt2860_read_eeprom()
2311 if (sc->txpow20mhz[ridx] == 0xffffffff) in rt2860_init()
2313 RT2860_WRITE(sc, RT2860_TX_PWR_CFG(ridx), sc->txpow20mhz[ridx]); in rt2860_init()