Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_misc.c693 OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_SEL, 1); in ar5212SetupClock()
711 OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_SEL, 0); in ar5212SetupClock()
742 OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_SEL, 0); in ar5212RestoreClock()
Dar5212reg.h710 #define AR_PCICFG_SCLK_SEL 0x00000002 /* sleep clock select */ macro