Searched refs:write_feprom (Results 1 – 1 of 1) sorted by relevance
127 static int write_feprom(uchar_t *, uchar_t *, volatile socal_reg_t *);447 if (!write_feprom((uchar_t *)0, dest_address, regs)) { in feprom_program()476 if (!(write_feprom(source_address, dest_address, regs))) { in feprom_program()493 write_feprom(uchar_t *source_address, uchar_t *dest_address, in write_feprom() function