Home
last modified time | relevance | path

Searched refs:AR_RTC_STATUS_M (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar5416_power.c59 val = OS_REG_READ(ah, AR_RTC_STATUS) & AR_RTC_STATUS_M; in ar5416SetPowerModeAwake()
Dar5416_interrupts.c72 (OS_REG_READ(ah, AR_RTC_STATUS) & AR_RTC_STATUS_M) == AR_RTC_STATUS_ON) in ar5416GetPendingInterrupts()
Dar5416reg.h331 #define AR_RTC_STATUS_M 0x0000003f /* RTC Status */ macro
/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.h936 #define AR_RTC_STATUS_M 0x0000000f 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()