Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/cris/drivers/
Deeprom.c146 static int eeprom_write_buf(loff_t addr, const char * buf, int count);
266 if (eeprom_write_buf(LOC1, loc1, 1) == 1) in eeprom_init()
283 if (eeprom_write_buf(LOC1, loc1, 1) == 1) in eeprom_init()
298 if( eeprom_write_buf(0, buf_2k_start, 16) == 16) in eeprom_init()
323 if (eeprom_write_buf(LOC1, loc1, 1) == 1) in eeprom_init()
343 if (eeprom_write_buf(LOC1, loc1, 1) == 1) in eeprom_init()
573 static int eeprom_write_buf(loff_t addr, const char * buf, int count) in eeprom_write_buf() function