Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
HDar5210_misc.c70 (void) OS_REG_READ(ah, AR_EP_AIR(off)); /* activate read op */ in ar5210EepromRead()
74 __func__, AR_EP_AIR(off)); in ar5210EepromRead()
HDar5210reg.h64 #define AR_EP_AIR(n) (AR_EP_AIR_BASE + (n)*4) macro