Home
last modified time | relevance | path

Searched refs:AR_EEPROM_RFSILENT_GPIO_SEL (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v1.h62 #define AR_EEPROM_RFSILENT_GPIO_SEL 0x001c macro
H A Dah_eeprom_v3.h98 #define AR_EEPROM_RFSILENT_GPIO_SEL 0x001c macro
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c387 ahpriv->ah_rfsilent = SM(0, AR_EEPROM_RFSILENT_GPIO_SEL) in ar5210FillCapabilityInfo()
H A Dar5210_misc.c143 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL); in ar5210EnableRfKill()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_misc.c171 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL); in ar5211EnableRfKill()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_misc.c150 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL); in ar5212EnableRfKill()