EE1004_PAGE_SIZE   82 drivers/misc/eeprom/ee1004.c 	if (unlikely(offset + count > EE1004_PAGE_SIZE))
EE1004_PAGE_SIZE   83 drivers/misc/eeprom/ee1004.c 		count = EE1004_PAGE_SIZE - offset;
EE1004_PAGE_SIZE  152 drivers/misc/eeprom/ee1004.c 		if (off == EE1004_PAGE_SIZE) {