Searched refs:full_eeprom (Results 1 – 1 of 1) sorted by relevance
43 static int full_eeprom; /* default is only top 64B */ variable44 module_param(full_eeprom, uint, 0644);45 MODULE_PARM_DESC(full_eeprom, "Allow access to full 128B EEPROM (dangerous)");178 if (!full_eeprom && count > 64) { in eeprom_store()181 } else if (full_eeprom && count > 128) { in eeprom_store()188 for (i = full_eeprom ? 0 : 32; i < min((int)(full_eeprom ? 64 : 32), in eeprom_store()203 int count = (full_eeprom ? 128 : 64); in eeprom_show()206 for (i = (full_eeprom ? 0 : 32); i < (count / 2); i++) in eeprom_show()