Home
last modified time | relevance | path

Searched refs:eep_rev (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/ic/
H A Dar9280.c125 if (sc->eep_rev >= AR_EEP_MINOR_VER_19 && in ar9280_setup()
131 (sc->eep_rev <= AR_EEP_MINOR_VER_16 || in ar9280_setup()
140 sc->eep_rev > AR_EEP_MINOR_VER_10 && in ar9280_setup()
148 if (sc->eep_rev >= AR_EEP_MINOR_VER_17) { in ar9280_setup()
162 if (sc->eep_rev >= AR_EEP_MINOR_VER_19) { in ar9280_setup()
210 sc->eep_rev < AR_EEP_MINOR_VER_22 || in ar9280_set_synth()
270 if (sc->eep_rev >= AR_EEP_MINOR_VER_3) { in ar9280_init_from_rom()
282 if (sc->eep_rev >= AR_EEP_MINOR_VER_3) in ar9280_init_from_rom()
373 if (sc->eep_rev >= AR_EEP_MINOR_VER_2) { in ar9280_init_from_rom()
386 if (sc->eep_rev >= AR_EEP_MINOR_VER_19) { in ar9280_init_from_rom()
[all …]
H A Dar5416.c271 if (sc->eep_rev >= AR_EEP_MINOR_VER_3) { in ar5416_init_from_rom()
279 if (sc->eep_rev >= AR_EEP_MINOR_VER_3) in ar5416_init_from_rom()
319 if (sc->eep_rev >= AR_EEP_MINOR_VER_2) { in ar5416_init_from_rom()
326 if (sc->eep_rev >= AR_EEP_MINOR_VER_3 && extc != NULL) { in ar5416_init_from_rom()
405 if (sc->eep_rev >= AR_EEP_MINOR_VER_21) in ar5416_get_pdadcs()
441 if (sc->eep_rev < AR_EEP_MINOR_VER_2) { in ar5416_set_power_calib()
639 if (sc->eep_rev >= AR_EEP_MINOR_VER_2) in ar5416_set_txpower()
653 if (sc->eep_rev >= AR_EEP_MINOR_VER_21) in ar5416_set_txpower()
835 if (sc->eep_rev >= AR_EEP_MINOR_VER_2) { in ar5416_rf_reset()
948 if (AR_SREV_9160(sc) && sc->eep_rev >= AR_EEP_MINOR_VER_7) { in ar5416_reset_addac()
H A Dar9285.c212 if (sc->eep_rev >= AR_EEP_MINOR_VER_3) { in ar9285_init_from_rom()
236 if (sc->eep_rev >= AR_EEP_MINOR_VER_3) in ar9285_init_from_rom()
391 if (sc->eep_rev >= AR_EEP_MINOR_VER_2) { in ar9285_init_from_rom()
399 if (sc->eep_rev >= AR_EEP_MINOR_VER_3 && extc != NULL) { in ar9285_init_from_rom()
752 if (sc->eep_rev < AR_EEP_MINOR_VER_2) { in ar9285_set_power_calib()
864 if (sc->eep_rev >= AR_EEP_MINOR_VER_2) in ar9285_set_txpower()
H A Dar9287.c353 if (sc->eep_rev < AR_EEP_MINOR_VER_2) { in ar9287_set_power_calib()
516 if (sc->eep_rev >= AR_EEP_MINOR_VER_2) in ar9287_set_txpower()
568 if (sc->eep_rev >= AR_EEP_MINOR_VER_2) in ar9287_olpc_temp_compensation()
H A Dathnvar.h477 uint16_t eep_rev; member
H A Dar5008.c217 sc->eep_rev = (base->version & 0xfff); in ar5008_attach()
218 if (eep_ver != AR_EEP_VER || sc->eep_rev == 0) { in ar5008_attach()
220 sc->sc_dev.dv_xname, eep_ver, sc->eep_rev); in ar5008_attach()
H A Dathn.c316 sc->ntxchains, sc->nrxchains, sc->eep_rev, in athn_attach()
323 sc->eep_rev, ether_sprintf(ic->ic_myaddr)); in athn_attach()