Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dtrm.c2665 u_int16_t *wpEeprom = (u_int16_t *)pEEpromBuf; in trm_check_eeprom() local
2673 for (wAddr = 0; wAddr < 64; wAddr++, wpEeprom++) in trm_check_eeprom()
2674 wCheckSum += *wpEeprom; in trm_check_eeprom()
2719 for (wAddr = 0, wCheckSum =0; wAddr < 63; wAddr++, wpEeprom++) in trm_check_eeprom()
2720 wCheckSum += *wpEeprom; in trm_check_eeprom()
2722 *wpEeprom = 0x1234 - wCheckSum; in trm_check_eeprom()