Home
last modified time | relevance | path

Searched refs:eep_data (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v4k.c285 uint16_t *eep_data, magic; in ath_hal_v4kEepromAttach() local
310 eep_data = (uint16_t *)&ee->ee_base; in ath_hal_v4kEepromAttach()
313 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) { in ath_hal_v4kEepromAttach()
323 eep_data[w] = __bswap16(eep_data[w]); in ath_hal_v4kEepromAttach()
349 sum ^= eep_data[w]; in ath_hal_v4kEepromAttach()
362 magic = eep_data[0]; in ath_hal_v4kEepromAttach()
363 eep_data[0] = eep_data[2]; in ath_hal_v4kEepromAttach()
364 eep_data[2] = magic; in ath_hal_v4kEepromAttach()
H A Dah_eeprom_v14.c302 uint16_t *eep_data, magic; in ath_hal_v14EepromAttach() local
327 eep_data = (uint16_t *)&ee->ee_base; in ath_hal_v14EepromAttach()
330 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) { in ath_hal_v14EepromAttach()
340 eep_data[w] = __bswap16(eep_data[w]); in ath_hal_v14EepromAttach()
366 sum ^= eep_data[w]; in ath_hal_v14EepromAttach()
378 magic = eep_data[0]; in ath_hal_v14EepromAttach()
379 eep_data[0] = eep_data[2]; in ath_hal_v14EepromAttach()
380 eep_data[2] = magic; in ath_hal_v14EepromAttach()