Searched refs:eeprom_read_buf (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/cris/drivers/ |
D | eeprom.c | 147 static int eeprom_read_buf(loff_t addr, char * buf, int count); 230 if( eeprom_read_buf( 0, buf_2k_start, 16 ) == 16 ) in eeprom_init() 246 if( eeprom_read_buf(LOC2, loc2, 4) == 4) in eeprom_init() 248 if( eeprom_read_buf(LOC1, loc1, 4) == 4) in eeprom_init() 273 if( eeprom_read_buf(LOC1, tmp, 4) == 4) in eeprom_init() 313 if( eeprom_read_buf(LOC2, loc2, 1) == 1) in eeprom_init() 494 static int eeprom_read_buf(loff_t addr, char * buf, int count) in eeprom_read_buf() function
|