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

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c144 uint16_t rfsilent = AH_PRIVATE(ah)->ah_rfsilent; local
145 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL);
146 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c172 uint16_t rfsilent = AH_PRIVATE(ah)->ah_rfsilent; local
173 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL);
174 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY);
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_sysctl.c561 u_int rfsilent; local
568 (void) ath_hal_getrfsilent(sc->sc_ah, &rfsilent);
569 error = sysctl_handle_int(oidp, &rfsilent, 0, req);
572 if (!ath_hal_setrfsilent(sc->sc_ah, rfsilent)) {
584 sc->sc_rfsilentpin = rfsilent & 0x3c;
585 sc->sc_rfsilentpol = (rfsilent & 0x2) != 0;
903 "rfsilent", CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_NEEDGIANT,
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c151 uint16_t rfsilent = AH_PRIVATE(ah)->ah_rfsilent; local
152 int select = MS(rfsilent, AR_EEPROM_RFSILENT_GPIO_SEL);
153 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY);

Completed in 181 milliseconds