Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1752 uint32_t pilotMask[2] = {0, 0}, binMagMask[4] = {0, 0, 0 , 0}; in ar5212SetSpurMitigation() local
1876 pilotMask[0] |= 1 << curBinOffset; in ar5212SetSpurMitigation()
1878 pilotMask[0] |= 1 << (curBinOffset - 1); in ar5212SetSpurMitigation()
1880 pilotMask[1] |= 1 << (curBinOffset - 33); in ar5212SetSpurMitigation()
1905 OS_REG_WRITE(ah, AR_PHY_TIMING7, pilotMask[0]); in ar5212SetSpurMitigation()
1906 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING8, AR_PHY_TIMING8_PILOT_MASK_2, pilotMask[1]); in ar5212SetSpurMitigation()
1907 OS_REG_WRITE(ah, AR_PHY_TIMING9, pilotMask[0]); in ar5212SetSpurMitigation()
1908 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING10, AR_PHY_TIMING10_PILOT_MASK_2, pilotMask[1]); in ar5212SetSpurMitigation()