Searched refs:eep_data (Results 1 – 2 of 2) sorted by relevance
285 uint16_t *eep_data, magic; in ath_hal_v4kEepromAttach() local310 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()
302 uint16_t *eep_data, magic; in ath_hal_v14EepromAttach() local327 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()