Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_utils.c91 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()
[all …]