Home
last modified time | relevance | path

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

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