Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_spectral.c230 ar5416RestoreSpectralConfig(struct ath_hal *ah, uint32_t restoreval) in ar5416RestoreSpectralConfig() argument
238 if (restoreval != curval) { in ar5416RestoreSpectralConfig()
239 restoreval |= AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT; in ar5416RestoreSpectralConfig()
240 OS_REG_WRITE(ah, AR_PHY_SPECTRAL_SCAN, restoreval); in ar5416RestoreSpectralConfig()
H A Dar5416.h276 extern void ar5416RestoreSpectralConfig(struct ath_hal *ah, uint32_t restoreval);
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h1501 extern void ar9300_restore_spectral_config(struct ath_hal *ah, u_int32_t restoreval);