Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
HDar5210_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()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
HDar5211_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()
/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_sysctl.c560 u_int rfsilent; in ath_sysctl_rfsilent() local
567 (void) ath_hal_getrfsilent(sc->sc_ah, &rfsilent); in ath_sysctl_rfsilent()
568 error = sysctl_handle_int(oidp, &rfsilent, 0, req); in ath_sysctl_rfsilent()
571 if (!ath_hal_setrfsilent(sc->sc_ah, rfsilent)) { in ath_sysctl_rfsilent()
583 sc->sc_rfsilentpin = rfsilent & 0x3c; in ath_sysctl_rfsilent()
584 sc->sc_rfsilentpol = (rfsilent & 0x2) != 0; in ath_sysctl_rfsilent()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212_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()