Home
last modified time | relevance | path

Searched refs:AR5312_RSTIMER_BASE (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_misc.c41 uint32_t resOffset = (AR5312_RSTIMER_BASE - ((uint32_t) ah->ah_sh)); in ar5312SetLedState()
82 (AR5312_RSTIMER_BASE-((uint32_t) ah->ah_sh)) + AR5312_WREV)) in ar5312DetectCardPresent()
H A Dar5312_reset.c850 (AR5312_RSTIMER_BASE - ((uint32_t) ah->ah_sh) + AR5312_RESET)); in ar5312MacReset()
864 (AR5312_RSTIMER_BASE - ((uint32_t) ah->ah_sh)+AR5312_RESET), in ar5312MacReset()
868 (AR5312_RSTIMER_BASE - ((uint32_t) ah->ah_sh) +AR5312_RESET)); in ar5312MacReset()
875 (AR5312_RSTIMER_BASE- ((uint32_t) ah->ah_sh) +AR5312_RESET)); in ar5312MacReset()
877 (AR5312_RSTIMER_BASE - ((uint32_t) ah->ah_sh)+AR5312_RESET), in ar5312MacReset()
881 (AR5312_RSTIMER_BASE- ((uint32_t) ah->ah_sh) +AR5312_RESET)); in ar5312MacReset()
H A Dar5312_attach.c149 val = OS_REG_READ(ah, (AR5312_RSTIMER_BASE - ((uint32_t) sh)) + 0x0020); in ar5312Attach()
150 val = OS_REG_READ(ah, (AR5312_RSTIMER_BASE - ((uint32_t) sh)) + 0x0080); in ar5312Attach()
152 …val = ((OS_REG_READ(ah, (AR5312_RSTIMER_BASE - ((uint32_t) sh)) + AR5312_WREV)) >> AR5312_WREV_S) … in ar5312Attach()
H A Dar5312reg.h77 #define AR5312_RSTIMER_BASE 0xbc003000 /* Address for reset/timer registers */ macro