Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_eeprom.c201 unsigned_word byte_program_address; member
322 eeprom->byte_program_address = address; in start_programming_byte()
347 (unsigned long)eeprom->byte_program_address, in finish_programming_byte()
349 eeprom->memory[eeprom->byte_program_address] = eeprom->byte_program_byte; in finish_programming_byte()
452 else if (address == eeprom->byte_program_address) { in read_byte()
460 return toggle(eeprom, eeprom->memory[eeprom->byte_program_address]); in read_byte()