Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c676 OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_SEL, 1); in ar5212SetupClock()
694 OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_SEL, 0); in ar5212SetupClock()
725 OS_REG_RMW_FIELD(ah, AR_PCICFG, AR_PCICFG_SCLK_SEL, 0); in ar5212RestoreClock()
H A Dar5212reg.h709 #define AR_PCICFG_SCLK_SEL 0x00000002 /* sleep clock select */ macro