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

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

Completed in 49 milliseconds