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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Drrunner.h611 #define EEPROM_WORDS 8192 macro
612 #define EEPROM_BYTES (EEPROM_WORDS * sizeof(u32))
H A Drrunner.c1573 image = kmalloc(EEPROM_WORDS * sizeof(u32), GFP_KERNEL);
1608 image = kmalloc(EEPROM_WORDS * sizeof(u32), GFP_KERNEL);
1609 oldimage = kmalloc(EEPROM_WORDS * sizeof(u32), GFP_KERNEL);

Completed in 167 milliseconds