Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.c294 uint16_t *eep_data, magic; in ath_hal_9287EepromAttach() local
326 eep_data = (uint16_t *) ee; in ath_hal_9287EepromAttach()
329 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) { in ath_hal_9287EepromAttach()
343 eep_data[w] = __bswap16(eep_data[w]); in ath_hal_9287EepromAttach()
369 sum ^= eep_data[w]; in ath_hal_9287EepromAttach()
381 magic = eep_data[0]; in ath_hal_9287EepromAttach()
382 eep_data[0] = eep_data[2]; in ath_hal_9287EepromAttach()
383 eep_data[2] = magic; in ath_hal_9287EepromAttach()
H A Dah_eeprom_v4k.c284 uint16_t *eep_data, magic; in ath_hal_v4kEepromAttach() local
315 eep_data = (uint16_t *)&ee->ee_base; in ath_hal_v4kEepromAttach()
318 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) { in ath_hal_v4kEepromAttach()
332 eep_data[w] = __bswap16(eep_data[w]); in ath_hal_v4kEepromAttach()
358 sum ^= eep_data[w]; in ath_hal_v4kEepromAttach()
371 magic = eep_data[0]; in ath_hal_v4kEepromAttach()
372 eep_data[0] = eep_data[2]; in ath_hal_v4kEepromAttach()
373 eep_data[2] = magic; in ath_hal_v4kEepromAttach()
H A Dah_eeprom_v14.c337 uint16_t *eep_data, magic; in ath_hal_v14EepromAttach() local
369 eep_data = (uint16_t *)&ee->ee_base; in ath_hal_v14EepromAttach()
372 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) { in ath_hal_v14EepromAttach()
383 eep_data[w] = __bswap16(eep_data[w]); in ath_hal_v14EepromAttach()
409 sum ^= eep_data[w]; in ath_hal_v14EepromAttach()
421 magic = eep_data[0]; in ath_hal_v14EepromAttach()
422 eep_data[0] = eep_data[2]; in ath_hal_v14EepromAttach()
423 eep_data[2] = magic; in ath_hal_v14EepromAttach()