Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212phy.h171 #define AR_PHY_TIMING_CTRL4_ENABLE_SPUR_FILTER 0x40000000 /* Enable spur filter */ macro
H A Dar5212_reset.c1805 if (OS_REG_READ(ah, AR_PHY_TIMING_CTRL4) & AR_PHY_TIMING_CTRL4_ENABLE_SPUR_FILTER) { in ar5212SetSpurMitigation()
1809 val &= ~(AR_PHY_TIMING_CTRL4_ENABLE_SPUR_FILTER | in ar5212SetSpurMitigation()
1897 val |= (AR_PHY_TIMING_CTRL4_ENABLE_SPUR_FILTER | in ar5212SetSpurMitigation()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416phy.h157 #define AR_PHY_TIMING_CTRL4_ENABLE_SPUR_FILTER 0x40000000 /* Enable spur filter */ macro
H A Dar5416_attach.c688 AR_PHY_TIMING_CTRL4_ENABLE_SPUR_FILTER | in ar5416SpurMitigate()
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9280_attach.c661 AR_PHY_TIMING_CTRL4_ENABLE_SPUR_FILTER | in ar9280SpurMitigate()