HomeSort by: relevance | last modified time | path
    Searched defs:eep_data (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v14.c 302 uint16_t *eep_data, magic; local in function:ath_hal_v14EepromAttach
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[2] = magic
    [all...]
ah_eeprom_v4k.c 285 uint16_t *eep_data, magic; local in function:ath_hal_v4kEepromAttach
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[2] = magic
    [all...]

Completed in 11 milliseconds