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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Deeprom.c163 static int eeprom_write_buf(loff_t addr, const char * buf, int count);
273 if (eeprom_write_buf(LOC1, loc1, 1) == 1)
290 if (eeprom_write_buf(LOC1, loc1, 1) == 1)
305 if( eeprom_write_buf(0, buf_2k_start, 16) == 16)
330 if (eeprom_write_buf(LOC1, loc1, 1) == 1)
350 if (eeprom_write_buf(LOC1, loc1, 1) == 1)
575 static int eeprom_write_buf(loff_t addr, const char * buf, int count) function

Completed in 44 milliseconds