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

/linux-master/drivers/parisc/
H A Deisa_eeprom.c22 return fixed_size_llseek(file, offset, origin, HPEE_MAX_LENGTH);
32 if (*ppos < 0 || *ppos >= HPEE_MAX_LENGTH)
35 count = *ppos + count < HPEE_MAX_LENGTH ? count : HPEE_MAX_LENGTH - *ppos;
H A Deisa_enumerator.c336 maxlen = es->config_data_length < HPEE_MAX_LENGTH ?
337 es->config_data_length : HPEE_MAX_LENGTH;
485 static char eeprom_buf[HPEE_MAX_LENGTH];
487 for (i=0; i < HPEE_MAX_LENGTH; i++) {
504 if (es->config_data_offset < HPEE_MAX_LENGTH) {
H A Deisa.c353 eisa_eeprom_addr = ioremap(eisa_dev.eeprom_addr, HPEE_MAX_LENGTH);
/linux-master/arch/parisc/include/asm/
H A Deisa_eeprom.h13 #define HPEE_MAX_LENGTH 0x2000 /* maximum eeprom length */ macro

Completed in 127 milliseconds