Searched refs:HPEE_MAX_LENGTH (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/parisc/
H A Deisa_eeprom.c36 return fixed_size_llseek(file, offset, origin, HPEE_MAX_LENGTH); eisa_eeprom_llseek()
46 if (*ppos < 0 || *ppos >= HPEE_MAX_LENGTH) eisa_eeprom_read()
49 count = *ppos + count < HPEE_MAX_LENGTH ? count : HPEE_MAX_LENGTH - *ppos; eisa_eeprom_read()
H A Deisa_enumerator.c341 maxlen = es->config_data_length < HPEE_MAX_LENGTH ? parse_slot_config()
342 es->config_data_length : HPEE_MAX_LENGTH; parse_slot_config()
490 static char eeprom_buf[HPEE_MAX_LENGTH]; eisa_enumerator()
492 for (i=0; i < HPEE_MAX_LENGTH; i++) { eisa_enumerator()
509 if (es->config_data_offset < HPEE_MAX_LENGTH) { eisa_enumerator()
H A Deisa.c360 eisa_eeprom_addr = ioremap_nocache(eisa_dev.eeprom_addr, HPEE_MAX_LENGTH); eisa_probe()
/linux-4.1.27/arch/parisc/include/asm/
H A Deisa_eeprom.h18 #define HPEE_MAX_LENGTH 0x2000 /* maximum eeprom length */ macro

Completed in 153 milliseconds