Lines Matching full:eeprom
146 /* Do structure specific swaps if Eeprom format is non native to host */
210 * Get channel value from binary representation held in eeprom
226 * Copy EEPROM Conformance Testing Limits contents
263 * Reclaim any EEPROM-related storage.
291 * Don't check magic if we're supplied with an EEPROM block, in ath_hal_v4kEepromAttach()
298 "%s Error reading Eeprom MAGIC\n", __func__); in ath_hal_v4kEepromAttach()
301 HALDEBUG(ah, HAL_DEBUG_ATTACH, "%s Eeprom Magic = 0x%x\n", in ath_hal_v4kEepromAttach()
320 "%s eeprom read error at offset 0x%x\n", in ath_hal_v4kEepromAttach()
325 /* Convert to eeprom native eeprom endian format */ in ath_hal_v4kEepromAttach()
336 * At this point, we're in the native eeprom endian format in ath_hal_v4kEepromAttach()
337 * Now, determine the eeprom endian by looking at byte 26?? in ath_hal_v4kEepromAttach()
342 "Byte swap EEPROM contents.\n"); in ath_hal_v4kEepromAttach()
349 /* Apply the checksum, done in native eeprom format */ in ath_hal_v4kEepromAttach()
354 * eeprom format in ath_hal_v4kEepromAttach()
363 "Bad EEPROM checksum 0x%x (Len=%u)\n", sum, len); in ath_hal_v4kEepromAttach()
376 "%s Eeprom Version %u.%u\n", __func__, in ath_hal_v4kEepromAttach()
382 "Bad EEPROM version 0x%x\n", owl_get_eep_ver(ee)); in ath_hal_v4kEepromAttach()