HomeSort by: relevance | last modified time | path
    Searched refs:sc_eep (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/ic/
arn9380.c 133 struct ar9380_eeprom *eep = sc->sc_eep;
221 struct ar9380_eeprom *eep = sc->sc_eep;
252 const struct ar9380_eeprom *eep = sc->sc_eep;
303 const struct ar9380_eeprom *eep = sc->sc_eep;
458 const struct ar9380_eeprom *eep = sc->sc_eep;
494 const struct ar9380_eeprom *eep = sc->sc_eep;
564 const struct ar9380_eeprom *eep = sc->sc_eep;
720 const struct ar9380_eeprom *eep = sc->sc_eep;
834 const struct ar9380_eeprom *eep = sc->sc_eep;
865 const struct ar9380_eeprom *eep = sc->sc_eep;
    [all...]
arn9287.c 120 const struct ar9287_eeprom *eep = sc->sc_eep;
133 struct ar9287_eeprom *eep = sc->sc_eep;
152 const struct ar9287_eeprom *eep = sc->sc_eep;
162 const struct ar9287_eeprom *eep = sc->sc_eep;
267 const struct ar9287_eeprom *eep = sc->sc_eep;
310 const struct ar9287_eeprom *eep = sc->sc_eep;
336 const struct ar9287_eeprom *eep = sc->sc_eep;
434 const struct ar9287_eeprom *eep = sc->sc_eep;
559 const struct ar9287_eeprom *eep = sc->sc_eep;
arn5416.c 135 struct ar5416_eeprom *eep = sc->sc_eep;
157 const struct ar5416_eeprom *eep = sc->sc_eep;
227 const struct ar5416_eeprom *eep = sc->sc_eep;
358 const struct ar5416_eeprom *eep = sc->sc_eep;
419 const struct ar5416_eeprom *eep = sc->sc_eep;
520 const struct ar5416_eeprom *eep = sc->sc_eep;
785 const struct ar5416_eeprom *eep = sc->sc_eep;
912 struct ar5416_eeprom *eep = sc->sc_eep;
arn9285.c 126 const struct ar9285_eeprom *eep = sc->sc_eep;
158 struct ar9285_eeprom *eep = sc->sc_eep;
175 const struct ar9285_eeprom *eep = sc->sc_eep;
185 const struct ar9285_eeprom *eep = sc->sc_eep;
417 ((struct ar9285_base_eep_header *)sc->sc_eep)->txGainType ==
710 const struct ar9285_eeprom *eep = sc->sc_eep;
740 const struct ar9285_eeprom *eep = sc->sc_eep;
795 const struct ar9285_eeprom *eep = sc->sc_eep;
arn9280.c 107 const struct ar5416_eeprom *eep = sc->sc_eep;
202 !((struct ar5416_base_eep_header *)sc->sc_eep)->frac_n_5g) {
237 const struct ar5416_eeprom *eep = sc->sc_eep;
419 const struct ar5416_eeprom *eep = sc->sc_eep;
593 const struct ar5416_eeprom *eep = sc->sc_eep;
athnvar.h 547 void *sc_eep; member in struct:athn_softc
arn5008.c 222 base = sc->sc_eep;
316 sc->sc_eep = malloc(sc->sc_eep_size, M_DEVBUF, M_WAITOK);
320 eep = sc->sc_eep;
345 struct ar_base_eep_header *base = sc->sc_eep;
athn.c 403 if (sc->sc_eep != NULL) {
404 free(sc->sc_eep, M_DEVBUF);
405 sc->sc_eep = NULL;
arn9003.c 402 uint8_t *eep = sc->sc_eep;
460 sc->sc_eep = malloc(sc->sc_eep_size, M_DEVBUF, M_WAITOK);
  /src/sys/dev/usb/
if_athn_usb.c 1317 eep = sc->sc_eep;

Completed in 25 milliseconds