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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_utils.c70 u16 next_section_address; local
108 next_section_address = eeprom_offset + (((eeprom_data & 0x00ff) << 3) <<
110 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4);
116 eeprom_offset = next_section_address;
121 next_section_address = eeprom_offset + (((eeprom_data & 0x00ff) << 3) <<
123 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4);
129 eeprom_offset = next_section_address;
134 next_section_address = eeprom_offset + ((eeprom_data & 0x00ff) << 3);
135 eeprom_data = nes_read16_eeprom(nesdev->regs, next_section_address + 4);
141 eeprom_offset = next_section_address;
[all...]

Completed in 22 milliseconds