Searched refs:ah_rfsilent (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c387 ahpriv->ah_rfsilent = SM(0, AR_EEPROM_RFSILENT_GPIO_SEL)
H A Dar5210_misc.c142 uint16_t rfsilent = AH_PRIVATE(ah)->ah_rfsilent;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c517 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
H A Dar5211_misc.c170 uint16_t rfsilent = AH_PRIVATE(ah)->ah_rfsilent;
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c670 *result = AH_PRIVATE(ah)->ah_rfsilent;
826 AH_PRIVATE(ah)->ah_rfsilent = setting;
H A Dah_internal.h417 uint16_t ah_rfsilent; /* GPIO pin + polarity */ member in struct:ath_hal_private
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2882 ahpriv->ah_rfsilent = ar9300_eeprom_get(ahp, EEP_RF_SILENT);
2883 if (ahpriv->ah_rfsilent & EEP_RFSILENT_ENABLED) {
2884 ahp->ah_gpio_select = MS(ahpriv->ah_rfsilent, EEP_RFSILENT_GPIO_SEL);
2885 ahp->ah_polarity = MS(ahpriv->ah_rfsilent, EEP_RFSILENT_POLARITY);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c1032 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c882 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
H A Dar5212_misc.c149 uint16_t rfsilent = AH_PRIVATE(ah)->ah_rfsilent;

Completed in 200 milliseconds