Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar5416_power.c49 if ((OS_REG_READ(ah, AR_RTC_STATUS) in ar5416SetPowerModeAwake()
59 val = OS_REG_READ(ah, AR_RTC_STATUS) & AR_RTC_STATUS_M; in ar5416SetPowerModeAwake()
158 int mode = OS_REG_READ(ah, AR_RTC_STATUS); in ar5416GetPowerMode()
Dar5416_interrupts.c72 (OS_REG_READ(ah, AR_RTC_STATUS) & AR_RTC_STATUS_M) == AR_RTC_STATUS_ON) in ar5416GetPendingInterrupts()
Dar5416reg.h60 #define AR_RTC_STATUS 0x7044 /* system sleep status */ macro
Dar5416_reset.c1096 if (!ath_hal_wait(ah, AR_RTC_STATUS, AR_RTC_PM_STATUS_M, AR_RTC_STATUS_ON)) { in ar5416SetResetPowerOn()
/netbsd/src/sys/dev/ic/
Dathn.c687 if ((AR_READ(sc, AR_RTC_STATUS) & AR_RTC_STATUS_M) == in athn_reset_power_on()
742 if ((AR_READ(sc, AR_RTC_STATUS) & AR_RTC_STATUS_M) == in athn_set_power_awake()
755 if ((AR_READ(sc, AR_RTC_STATUS) & AR_RTC_STATUS_M) == in athn_set_power_awake()
Dathnreg.h125 #define AR_RTC_STATUS 0x7044 macro
Darn5008.c1199 (AR_READ(sc, AR_RTC_STATUS) & AR_RTC_STATUS_M) == AR_RTC_STATUS_ON) in ar5008_get_intr_status()
Darn9003.c1357 (AR_READ(sc, AR_RTC_STATUS) & AR_RTC_STATUS_M) == AR_RTC_STATUS_ON) in ar9003_get_intr_status()