Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_utils.c92 u16 next_section_address; in nes_read_eeprom_values() local
130 next_section_address = eeprom_offset + (((eeprom_data & 0x00ff) << 3) << in nes_read_eeprom_values()
132 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4); in nes_read_eeprom_values()
138 eeprom_offset = next_section_address; in nes_read_eeprom_values()
143 next_section_address = eeprom_offset + (((eeprom_data & 0x00ff) << 3) << in nes_read_eeprom_values()
145 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4); in nes_read_eeprom_values()
151 eeprom_offset = next_section_address; in nes_read_eeprom_values()
156 next_section_address = eeprom_offset + ((eeprom_data & 0x00ff) << 3); in nes_read_eeprom_values()
157 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4); in nes_read_eeprom_values()
163 eeprom_offset = next_section_address; in nes_read_eeprom_values()
[all …]