Lines Matching refs:next_section_address

91 	u16 next_section_address;  in nes_read_eeprom_values()  local
129 next_section_address = eeprom_offset + (((eeprom_data & 0x00ff) << 3) << in nes_read_eeprom_values()
131 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4); in nes_read_eeprom_values()
137 eeprom_offset = next_section_address; in nes_read_eeprom_values()
142 next_section_address = eeprom_offset + (((eeprom_data & 0x00ff) << 3) << in nes_read_eeprom_values()
144 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4); in nes_read_eeprom_values()
150 eeprom_offset = next_section_address; in nes_read_eeprom_values()
155 next_section_address = eeprom_offset + ((eeprom_data & 0x00ff) << 3); in nes_read_eeprom_values()
156 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4); in nes_read_eeprom_values()
162 eeprom_offset = next_section_address; in nes_read_eeprom_values()
167 next_section_address = eeprom_offset + ((eeprom_data & 0x00ff) << 3); in nes_read_eeprom_values()
168 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4); in nes_read_eeprom_values()
174 eeprom_offset = next_section_address; in nes_read_eeprom_values()
179 next_section_address = eeprom_offset + ((eeprom_data & 0x00ff) << 3); in nes_read_eeprom_values()
180 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4); in nes_read_eeprom_values()
186 eeprom_offset = next_section_address; in nes_read_eeprom_values()
191 next_section_address = eeprom_offset + ((eeprom_data & 0x00ff) << 3); in nes_read_eeprom_values()
192 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4); in nes_read_eeprom_values()
198 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 8); in nes_read_eeprom_values()
219 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 10); in nes_read_eeprom_values()