Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c142 uint16_t rfsilent = AH_PRIVATE(ah)->ah_rfsilent; in ar5210EnableRfKill() local
143 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL); in ar5210EnableRfKill()
144 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); in ar5210EnableRfKill()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c170 uint16_t rfsilent = AH_PRIVATE(ah)->ah_rfsilent; in ar5211EnableRfKill() local
171 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL); in ar5211EnableRfKill()
172 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); in ar5211EnableRfKill()
/freebsd/sys/dev/ath/
H A Dif_ath_sysctl.c559 u_int rfsilent; in ath_sysctl_rfsilent() local
566 (void) ath_hal_getrfsilent(sc->sc_ah, &rfsilent); in ath_sysctl_rfsilent()
567 error = sysctl_handle_int(oidp, &rfsilent, 0, req); in ath_sysctl_rfsilent()
570 if (!ath_hal_setrfsilent(sc->sc_ah, rfsilent)) { in ath_sysctl_rfsilent()
582 sc->sc_rfsilentpin = rfsilent & 0x3c; in ath_sysctl_rfsilent()
583 sc->sc_rfsilentpol = (rfsilent & 0x2) != 0; in ath_sysctl_rfsilent()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c149 uint16_t rfsilent = AH_PRIVATE(ah)->ah_rfsilent; in ar5212EnableRfKill() local
150 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL); in ar5212EnableRfKill()
151 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); in ar5212EnableRfKill()