Lines Matching defs:words
526 * words - number of words to read
531 uint16_t words,
539 /* A check for invalid values: offset too large, too many words, and not
540 * enough words.
542 if((offset > eeprom->word_size) || (words > eeprom->word_size - offset) ||
543 (words == 0)) {
544 DEBUGOUT("\"words\" parameter out of bounds\n");
576 for (i = 0; i < words; i++) {
581 for (i = 0; i < words; i++) {
606 * Reads the first 64 16 bit words of the EEPROM and sums the values read.
607 * If the the sum of the 64 16 bit words is 0xBABA, the EEPROM's checksum is