Home
last modified time | relevance | path

Searched refs:sc_eerd (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_sysctl.c822 "regdomain", CTLFLAG_RD, &sc->sc_eerd, 0, in ath_sysctlattach()
H A Dif_ath.c6417 (void) ath_hal_getregdomain(ah, &sc->sc_eerd); in ath_getchannels()
6421 ic->ic_regdomain.regdomain = (uint16_t) sc->sc_eerd; in ath_getchannels()
6431 __func__, sc->sc_eerd, sc->sc_eecc, in ath_getchannels()
H A Dif_athvar.h673 uint32_t sc_eerd; /* regdomain from EEPROM */ member