Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ath/
H A Dif_ath_ahb.c183 sc->sc_eepromdata = in ath_ahb_attach()
185 if (! sc->sc_eepromdata) { in ath_ahb_attach()
190 memcpy(sc->sc_eepromdata, fw->data, fw->datasize); in ath_ahb_attach()
267 if (sc->sc_eepromdata) in ath_ahb_attach()
268 free(sc->sc_eepromdata, M_TEMP); in ath_ahb_attach()
290 if (sc->sc_eepromdata) in ath_ahb_detach()
291 free(sc->sc_eepromdata, M_TEMP); in ath_ahb_detach()
H A Dif_ath_pci.c272 sc->sc_eepromdata = in ath_pci_attach()
274 if (! sc->sc_eepromdata) { in ath_pci_attach()
279 memcpy(sc->sc_eepromdata, fw->data, fw->datasize); in ath_pci_attach()
332 if (sc->sc_eepromdata) in ath_pci_detach()
333 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.c625 sc->sc_eepromdata, &ah_config, &status); in ath_attach()