Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_pci.c270 sc->sc_eepromdata = in ath_pci_attach()
272 memcpy(sc->sc_eepromdata, fw->data, fw->datasize); in ath_pci_attach()
325 if (sc->sc_eepromdata) in ath_pci_detach()
326 free(sc->sc_eepromdata, M_TEMP); in ath_pci_detach()
H A Dif_athvar.h814 uint16_t *sc_eepromdata; /* Local eeprom data, if AR9100 */ member
H A Dif_ath.c624 sc->sc_eepromdata, &ah_config, &status); in ath_attach()