Searched refs:AR_PHY_RX_CHAINMASK (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | ar5008reg.h | 114 #define AR_PHY_RX_CHAINMASK 0x99a4 macro
|
| D | ar9003reg.h | 145 #define AR_PHY_RX_CHAINMASK 0x0a2a0 macro
|
| D | ar5008.c | 1978 AR_WRITE(sc, AR_PHY_RX_CHAINMASK, 0x7); in ar5008_init_chains() 1981 AR_WRITE(sc, AR_PHY_RX_CHAINMASK, sc->rxchainmask); in ar5008_init_chains() 1992 AR_WRITE(sc, AR_PHY_RX_CHAINMASK, sc->rxchainmask); in ar5008_set_rxchains()
|
| D | ar9003.c | 1914 AR_WRITE(sc, AR_PHY_RX_CHAINMASK, sc->rxchainmask); in ar9003_init_chains() 1932 AR_WRITE(sc, AR_PHY_RX_CHAINMASK, sc->rxchainmask); in ar9003_set_rxchains()
|