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

/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Deeprom.c92 static int eeprom_read_buf(loff_t addr, char * buf, int count);
174 if( eeprom_read_buf( 0, buf_2k_start, 16 ) == 16 ) eeprom_init()
190 if( eeprom_read_buf(LOC2, loc2, 4) == 4) eeprom_init()
192 if( eeprom_read_buf(LOC1, loc1, 4) == 4) eeprom_init()
217 if( eeprom_read_buf(LOC1, tmp, 4) == 4) eeprom_init()
257 if( eeprom_read_buf(LOC2, loc2, 1) == 1) eeprom_init()
436 static int eeprom_read_buf(loff_t addr, char * buf, int count) eeprom_read_buf() function

Completed in 34 milliseconds