Searched refs:eeprom_read_buf (Results 1 – 1 of 1) sorted by relevance
/arch/cris/arch-v10/drivers/ |
D | eeprom.c | 92 static int eeprom_read_buf(loff_t addr, char * buf, int count); 174 if( eeprom_read_buf( 0, buf_2k_start, 16 ) == 16 ) in eeprom_init() 190 if( eeprom_read_buf(LOC2, loc2, 4) == 4) in eeprom_init() 192 if( eeprom_read_buf(LOC1, loc1, 4) == 4) in eeprom_init() 217 if( eeprom_read_buf(LOC1, tmp, 4) == 4) in eeprom_init() 257 if( eeprom_read_buf(LOC2, loc2, 1) == 1) in eeprom_init() 436 static int eeprom_read_buf(loff_t addr, char * buf, int count) in eeprom_read_buf() function
|